2025-10-03 17:34:43 + sysctl kernel.core_pattern=core.%e.%p-%P 2025-10-03 17:34:43 kernel.core_pattern = core.%e.%p-%P 2025-10-03 17:34:43 + dmesg --clear 2025-10-03 17:34:43 + set -e 2025-10-03 17:34:43 + set -u 2025-10-03 17:34:43 + set -o pipefail 2025-10-03 17:34:43 + stage= 2025-10-03 17:34:43 +++ dirname /run-fuzzer.sh 2025-10-03 17:34:43 ++ cd / 2025-10-03 17:34:43 ++ pwd 2025-10-03 17:34:43 + script_dir=/ 2025-10-03 17:34:43 + echo / 2025-10-03 17:34:43 / 2025-10-03 17:34:43 + repo_dir=ch 2025-10-03 17:34:43 + BINARY_TO_DOWNLOAD=clang-18_debug_none_unsplitted_disable_False_binary 2025-10-03 17:34:43 + BINARY_URL_TO_DOWNLOAD=https://s3.amazonaws.com/altinity-build-artifacts/PRs/995/d14d70e07bfc2623c492b15a93a829fc741e4851/package_debug/clickhouse 2025-10-03 17:34:43 + BASE_REF=customizations/24.8.14 2025-10-03 17:34:43 + case "$stage" in 2025-10-03 17:34:43 + clone 2025-10-03 17:34:43 + rm -rf ch 2025-10-03 17:34:43 + mkdir ch 2025-10-03 17:34:43 + git_clone_with_retry ch 2025-10-03 17:34:43 + for _ in 1 2 3 4 2025-10-03 17:34:43 + local ref_name=customizations/24.8.14 2025-10-03 17:34:43 + git clone --depth 1 https://github.com/Altinity/ClickHouse.git --branch customizations/24.8.14 -- ch 2025-10-03 17:34:43 + ts '%Y-%m-%d %H:%M:%S' 2025-10-03 17:34:43 2025-10-03 17:34:43 Cloning into 'ch'... 2025-10-03 17:34:52 2025-10-03 17:34:52 Updating files: 64% (18909/29346) Updating files: 65% (19075/29346) Updating files: 66% (19369/29346) Updating files: 67% (19662/29346) Updating files: 68% (19956/29346) Updating files: 69% (20249/29346) Updating files: 70% (20543/29346) Updating files: 71% (20836/29346) Updating files: 72% (21130/29346) Updating files: 73% (21423/29346) Updating files: 74% (21717/29346) Updating files: 75% (22010/29346) Updating files: 76% (22303/29346) Updating files: 77% (22597/29346) Updating files: 78% (22890/29346) Updating files: 79% (23184/29346) Updating files: 80% (23477/29346) Updating files: 81% (23771/29346) Updating files: 82% (24064/29346) Updating files: 83% (24358/29346) Updating files: 84% (24651/29346) Updating files: 85% (24945/29346) Updating files: 86% (25238/29346) Updating files: 87% (25532/29346) Updating files: 88% (25825/29346) Updating files: 89% (26118/29346) Updating files: 90% (26412/29346) Updating files: 91% (26705/29346) Updating files: 92% (26999/29346) Updating files: 93% (27292/29346) Updating files: 94% (27586/29346) Updating files: 95% (27879/29346) Updating files: 96% (28173/29346) Updating files: 97% (28466/29346) Updating files: 98% (28760/29346) Updating files: 99% (29053/29346) Updating files: 100% (29346/29346) Updating files: 100% (29346/29346), done. 2025-10-03 17:34:52 + return 0 2025-10-03 17:34:52 + cd ch 2025-10-03 17:34:52 + '[' 995 '!=' 0 ']' 2025-10-03 17:34:52 + git fetch --depth 1 origin +refs/pull/995/merge 2025-10-03 17:34:53 From https://github.com/Altinity/ClickHouse 2025-10-03 17:34:53 * branch refs/pull/995/merge -> FETCH_HEAD 2025-10-03 17:34:53 + git checkout FETCH_HEAD 2025-10-03 17:34:53 Note: switching to 'FETCH_HEAD'. 2025-10-03 17:34:53 2025-10-03 17:34:53 You are in 'detached HEAD' state. You can look around, make experimental 2025-10-03 17:34:53 changes and commit them, and you can discard any commits you make in this 2025-10-03 17:34:53 state without impacting any branches by switching back to a branch. 2025-10-03 17:34:53 2025-10-03 17:34:53 If you want to create a new branch to retain commits you create, you may 2025-10-03 17:34:53 do so (now or later) by using -c with the switch command. Example: 2025-10-03 17:34:53 2025-10-03 17:34:53 git switch -c 2025-10-03 17:34:53 2025-10-03 17:34:53 Or undo this operation with: 2025-10-03 17:34:53 2025-10-03 17:34:53 git switch - 2025-10-03 17:34:53 2025-10-03 17:34:53 Turn off this advice by setting config variable advice.detachedHead to false 2025-10-03 17:34:53 2025-10-03 17:34:53 HEAD is now at 58ccaba4 Merge d14d70e07bfc2623c492b15a93a829fc741e4851 into d5c71c3f36ae7a3c19d206656d054cd296c9b0c3 2025-10-03 17:34:53 ++ git rev-parse FETCH_HEAD 2025-10-03 17:34:53 + echo 'Checked out pull/995/merge (58ccaba4aae955c387fd0dc157136cfd8ed1c0b0)' 2025-10-03 17:34:53 Checked out pull/995/merge (58ccaba4aae955c387fd0dc157136cfd8ed1c0b0) 2025-10-03 17:34:53 + git diff --name-only customizations/24.8.14 HEAD 2025-10-03 17:34:53 + tee ci-changed-files.txt 2025-10-03 17:34:53 src/Analyzer/Resolve/QueryAnalyzer.cpp 2025-10-03 17:34:53 src/Storages/StorageDistributed.cpp 2025-10-03 17:34:53 tests/integration/test_remote_function_view/__init__.py 2025-10-03 17:34:53 tests/integration/test_remote_function_view/configs/clusters.xml 2025-10-03 17:34:53 tests/integration/test_remote_function_view/test.py 2025-10-03 17:34:53 + cd - 2025-10-03 17:34:53 /workspace 2025-10-03 17:34:53 + ls -lath 2025-10-03 17:34:53 total 20K 2025-10-03 17:34:53 -rw-r--r-- 1 root root 4.9K Oct 3 17:34 main.log 2025-10-03 17:34:53 drwxr-xr-x 16 root root 4.0K Oct 3 17:34 ch 2025-10-03 17:34:53 drwxrwxr-x 3 1000 1000 4.0K Oct 3 17:34 . 2025-10-03 17:34:53 drwxr-xr-x 1 root root 4.0K Oct 3 17:34 .. 2025-10-03 17:34:53 2025-10-03 17:34:53 real 0m10.257s 2025-10-03 17:34:53 user 0m3.778s 2025-10-03 17:34:53 sys 0m1.559s 2025-10-03 17:34:53 + '[' -v FUZZ_LOCAL_SCRIPT ']' 2025-10-03 17:34:53 + echo Using the testing script from the repository 2025-10-03 17:34:53 Using the testing script from the repository 2025-10-03 17:34:53 + export stage=download 2025-10-03 17:34:53 + stage=download 2025-10-03 17:34:53 + ch/docker/test/fuzzer/run-fuzzer.sh 2025-10-03 17:34:53 + sysctl kernel.core_pattern=core.%e.%p-%P 2025-10-03 17:34:53 kernel.core_pattern = core.%e.%p-%P 2025-10-03 17:34:53 + dmesg --clear 2025-10-03 17:34:53 + set -e 2025-10-03 17:34:53 + set -u 2025-10-03 17:34:53 + set -o pipefail 2025-10-03 17:34:53 + stage=download 2025-10-03 17:34:53 +++ dirname ch/docker/test/fuzzer/run-fuzzer.sh 2025-10-03 17:34:53 ++ cd ch/docker/test/fuzzer 2025-10-03 17:34:53 ++ pwd 2025-10-03 17:34:53 + script_dir=/workspace/ch/docker/test/fuzzer 2025-10-03 17:34:53 + echo /workspace/ch/docker/test/fuzzer 2025-10-03 17:34:53 /workspace/ch/docker/test/fuzzer 2025-10-03 17:34:53 + repo_dir=ch 2025-10-03 17:34:53 + BINARY_TO_DOWNLOAD=clang-18_debug_none_unsplitted_disable_False_binary 2025-10-03 17:34:53 + BINARY_URL_TO_DOWNLOAD=https://s3.amazonaws.com/altinity-build-artifacts/PRs/995/d14d70e07bfc2623c492b15a93a829fc741e4851/package_debug/clickhouse 2025-10-03 17:34:53 + BASE_REF=customizations/24.8.14 2025-10-03 17:34:53 + case "$stage" in 2025-10-03 17:34:53 + download 2025-10-03 17:34:53 + wget_with_retry https://s3.amazonaws.com/altinity-build-artifacts/PRs/995/d14d70e07bfc2623c492b15a93a829fc741e4851/package_debug/clickhouse 2025-10-03 17:34:53 + for _ in 1 2 3 4 2025-10-03 17:34:53 + wget -nv -nd -c https://s3.amazonaws.com/altinity-build-artifacts/PRs/995/d14d70e07bfc2623c492b15a93a829fc741e4851/package_debug/clickhouse 2025-10-03 17:35:58 2025-10-03 17:35:58 URL:https://s3.amazonaws.com/altinity-build-artifacts/PRs/995/d14d70e07bfc2623c492b15a93a829fc741e4851/package_debug/clickhouse [1152344731/1152344731] -> "clickhouse" [1] 2025-10-03 17:35:58 + return 0 2025-10-03 17:35:58 + chmod +x clickhouse 2025-10-03 17:35:58 + ./clickhouse --query 'SELECT 1' 2025-10-03 17:36:01 Decompressing the binary.................................. 2025-10-03 17:36:01 1 2025-10-03 17:36:01 + ln -s ./clickhouse ./clickhouse-server 2025-10-03 17:36:01 + ln -s ./clickhouse ./clickhouse-client 2025-10-03 17:36:01 + ln -s ./clickhouse ./clickhouse-local 2025-10-03 17:36:01 + export PATH=/workspace:/opt/gdb/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-10-03 17:36:01 + PATH=/workspace:/opt/gdb/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-10-03 17:36:01 2025-10-03 17:36:01 real 1m8.279s 2025-10-03 17:36:01 user 0m7.463s 2025-10-03 17:36:01 sys 0m17.617s 2025-10-03 17:36:01 + configure 2025-10-03 17:36:01 + rm -rf db 2025-10-03 17:36:01 + mkdir db 2025-10-03 17:36:01 + cp -av --dereference ch/programs/server/config.d ch/programs/server/config.xml ch/programs/server/config.yaml.example db 2025-10-03 17:36:01 'ch/programs/server/config.d' -> 'db/config.d' 2025-10-03 17:36:01 'ch/programs/server/config.d/access_control.xml' -> 'db/config.d/access_control.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/backups.xml' -> 'db/config.d/backups.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/clusters.xml' -> 'db/config.d/clusters.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/enable_keeper_map.xml' -> 'db/config.d/enable_keeper_map.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/ext-en.txt' -> 'db/config.d/ext-en.txt' 2025-10-03 17:36:01 'ch/programs/server/config.d/ext-ru.txt' -> 'db/config.d/ext-ru.txt' 2025-10-03 17:36:01 'ch/programs/server/config.d/filesystem_cache_log.xml' -> 'db/config.d/filesystem_cache_log.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/filesystem_caches_path.xml' -> 'db/config.d/filesystem_caches_path.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/graphite.xml' -> 'db/config.d/graphite.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/handlers.yaml' -> 'db/config.d/handlers.yaml' 2025-10-03 17:36:01 'ch/programs/server/config.d/keeper_port.xml' -> 'db/config.d/keeper_port.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/legacy_geobase.xml' -> 'db/config.d/legacy_geobase.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/lem-en.bin' -> 'db/config.d/lem-en.bin' 2025-10-03 17:36:01 'ch/programs/server/config.d/listen.xml.disabled' -> 'db/config.d/listen.xml.disabled' 2025-10-03 17:36:01 'ch/programs/server/config.d/log_to_console.xml' -> 'db/config.d/log_to_console.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/logging_no_rotate.xml' -> 'db/config.d/logging_no_rotate.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/macros.xml' -> 'db/config.d/macros.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/nlp.xml' -> 'db/config.d/nlp.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/path.xml' -> 'db/config.d/path.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/query_masking_rules.xml' -> 'db/config.d/query_masking_rules.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/regions_hierarchy.txt' -> 'db/config.d/regions_hierarchy.txt' 2025-10-03 17:36:01 'ch/programs/server/config.d/regions_names_en.txt' -> 'db/config.d/regions_names_en.txt' 2025-10-03 17:36:01 'ch/programs/server/config.d/session_log.xml' -> 'db/config.d/session_log.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/tcp_with_proxy.xml' -> 'db/config.d/tcp_with_proxy.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/test_cluster_with_incorrect_pw.xml' -> 'db/config.d/test_cluster_with_incorrect_pw.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/text_log.xml' -> 'db/config.d/text_log.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/tls.xml.disabled' -> 'db/config.d/tls.xml.disabled' 2025-10-03 17:36:01 'ch/programs/server/config.d/transactions.xml' -> 'db/config.d/transactions.xml' 2025-10-03 17:36:01 'ch/programs/server/config.d/zookeeper.xml' -> 'db/config.d/zookeeper.xml' 2025-10-03 17:36:01 'ch/programs/server/config.xml' -> 'db/config.xml' 2025-10-03 17:36:01 'ch/programs/server/config.yaml.example' -> 'db/config.yaml.example' 2025-10-03 17:36:01 + cp -av --dereference ch/programs/server/users.d ch/programs/server/users.xml ch/programs/server/users.yaml.example db 2025-10-03 17:36:01 'ch/programs/server/users.d' -> 'db/users.d' 2025-10-03 17:36:01 'ch/programs/server/users.d/access_management.xml' -> 'db/users.d/access_management.xml' 2025-10-03 17:36:01 'ch/programs/server/users.d/allow_introspection_functions.yaml' -> 'db/users.d/allow_introspection_functions.yaml' 2025-10-03 17:36:01 'ch/programs/server/users.d/allow_only_from_localhost.xml' -> 'db/users.d/allow_only_from_localhost.xml' 2025-10-03 17:36:01 'ch/programs/server/users.d/log_queries.xml' -> 'db/users.d/log_queries.xml' 2025-10-03 17:36:01 'ch/programs/server/users.d/readonly.xml' -> 'db/users.d/readonly.xml' 2025-10-03 17:36:01 'ch/programs/server/users.d/session_log_test.xml' -> 'db/users.d/session_log_test.xml' 2025-10-03 17:36:01 'ch/programs/server/users.xml' -> 'db/users.xml' 2025-10-03 17:36:01 'ch/programs/server/users.yaml.example' -> 'db/users.yaml.example' 2025-10-03 17:36:01 + cp -av --dereference ch/tests/config/config.d/listen.xml db/config.d 2025-10-03 17:36:01 'ch/tests/config/config.d/listen.xml' -> 'db/config.d/listen.xml' 2025-10-03 17:36:01 + cp -av --dereference /workspace/ch/docker/test/fuzzer/query-fuzzer-tweaks-users.xml db/users.d 2025-10-03 17:36:01 '/workspace/ch/docker/test/fuzzer/query-fuzzer-tweaks-users.xml' -> 'db/users.d/query-fuzzer-tweaks-users.xml' 2025-10-03 17:36:01 + cp -av --dereference /workspace/ch/docker/test/fuzzer/allow-nullable-key.xml db/config.d 2025-10-03 17:36:01 '/workspace/ch/docker/test/fuzzer/allow-nullable-key.xml' -> 'db/config.d/allow-nullable-key.xml' 2025-10-03 17:36:01 + cat 2025-10-03 17:36:01 + cat 2025-10-03 17:36:01 + config_logs_export_cluster db/config.d/system_logs_export.yaml 2025-10-03 17:36:01 + set +x 2025-10-03 17:36:01 File /tmp/export-logs-config.sh does not exist, do not setup 2025-10-03 17:36:01 2025-10-03 17:36:01 real 0m0.015s 2025-10-03 17:36:01 user 0m0.009s 2025-10-03 17:36:01 sys 0m0.006s 2025-10-03 17:36:01 + fuzz 2025-10-03 17:36:01 + /generate-test-j2.py --path ch/tests/queries/0_stateless 2025-10-03 17:36:02 Scanning ch/tests/queries/0_stateless directory... 2025-10-03 17:36:02 File 01881_join_on_conditions_hash.gen.sql generated 2025-10-03 17:36:02 File 03207_json_read_subcolumns_1_wide_merge_tree.gen.sql generated 2025-10-03 17:36:02 File 03210_json_type_alter_add_column.gen.sql generated 2025-10-03 17:36:02 File 03037_dynamic_merges_small.gen.sql generated 2025-10-03 17:36:02 File 02275_full_sort_join_long.gen.sql generated 2025-10-03 17:36:02 File 02966_nested_offsets_subcolumn.gen.sql generated 2025-10-03 17:36:02 File 03036_dynamic_read_shared_subcolumns_small.gen.sql generated 2025-10-03 17:36:02 File 02375_pretty_formats.gen.sql generated 2025-10-03 17:36:02 File 02861_join_on_nullsafe_compare.gen.sql generated 2025-10-03 17:36:02 File 03209_json_type_merges_small.gen.sql generated 2025-10-03 17:36:02 File 03036_dynamic_read_subcolumns_small.gen.sql generated 2025-10-03 17:36:02 File 03006_join_on_inequal_expression_2.gen.sql generated 2025-10-03 17:36:02 File 03006_join_on_inequal_expression_fast.gen.sql generated 2025-10-03 17:36:02 File 03001_block_offset_column.gen.sql generated 2025-10-03 17:36:02 File 02797_join_nested_lowcardinality_convert.gen.sql generated 2025-10-03 17:36:02 File 01420_format_row.gen.sql generated 2025-10-03 17:36:02 File 02751_ip_types_aggregate_functions_states.gen.sql generated 2025-10-03 17:36:02 File 02763_row_policy_storage_merge.gen.sql generated 2025-10-03 17:36:02 File 01015_empty_in_inner_right_join.gen.sql generated 2025-10-03 17:36:02 File 02311_hashed_array_dictionary_hierarchical_functions.gen.sql generated 2025-10-03 17:36:02 File 01049_join_low_card_bug_long.gen.sql generated 2025-10-03 17:36:02 File 00800_low_cardinality_merge_join.gen.sql generated 2025-10-03 17:36:02 File 02403_enable_extended_results_for_datetime_functions.gen.sql generated 2025-10-03 17:36:02 File 01720_join_implicit_cast.gen.sql generated 2025-10-03 17:36:02 File 00976_asof_join_on.gen.sql generated 2025-10-03 17:36:02 File 02273_full_sort_join.gen.sql generated 2025-10-03 17:36:02 File 03093_filter_push_down_crash.gen.sql generated 2025-10-03 17:36:02 File 02731_analyzer_join_resolve_nested.gen.sql generated 2025-10-03 17:36:02 File 02099_hashed_array_dictionary_complex_key.gen.sql generated 2025-10-03 17:36:02 File 02722_matcher_join_use_nulls.gen.sql generated 2025-10-03 17:36:02 File 02845_threads_count_in_distributed_queries.gen.sql generated 2025-10-03 17:36:02 File 03202_dynamic_null_map_subcolumn.gen.sql generated 2025-10-03 17:36:02 File 01477_lc_in_merge_join_left_key.gen.sql generated 2025-10-03 17:36:02 File 03209_json_type_horizontal_merges.gen.sql generated 2025-10-03 17:36:02 File 02980_dist_insert_readonly_replica.gen.sql generated 2025-10-03 17:36:02 File 02955_analyzer_using_functional_args.gen.sql generated 2025-10-03 17:36:02 File 01943_pmj_non_joined_stuck.gen.sql generated 2025-10-03 17:36:02 File 02840_merge__table_or_filter.gen.sql generated 2025-10-03 17:36:02 File 03006_join_on_inequal_expression_3.gen.sql generated 2025-10-03 17:36:02 File 02260_alter_compact_part_drop_nested_column.gen.sql generated 2025-10-03 17:36:02 File 02374_analyzer_join_using.gen.sql generated 2025-10-03 17:36:02 File 01881_join_on_conditions_merge.gen.sql generated 2025-10-03 17:36:02 File 02899_distributed_limit_by.gen.sql generated 2025-10-03 17:36:02 File 03208_array_of_json_read_subcolumns_1.gen.sql generated 2025-10-03 17:36:02 File 02994_merge_tree_mutations_cleanup.gen.sql generated 2025-10-03 17:36:02 File 00927_asof_join_other_types.gen.sql generated 2025-10-03 17:36:02 File 01031_new_any_join.gen.sql generated 2025-10-03 17:36:02 File 03146_asof_join_ddb_merge_long.gen.sql generated 2025-10-03 17:36:02 File 01284_port.gen.sql generated 2025-10-03 17:36:02 File 02241_join_rocksdb_bs.gen.sql generated 2025-10-03 17:36:02 File 02126_dist_desc.gen.sql generated 2025-10-03 17:36:02 File 03209_json_type_vertical_merges.gen.sql generated 2025-10-03 17:36:02 File 00398_url_functions.gen.sql generated 2025-10-03 17:36:02 File 03207_json_read_subcolumns_1_compact_merge_tree.gen.sql generated 2025-10-03 17:36:02 File 03211_nested_json_merges.gen.sql generated 2025-10-03 17:36:02 File 03038_nested_dynamic_merges_small.gen.sql generated 2025-10-03 17:36:02 File 02098_hashed_array_dictionary_simple_key.gen.sql generated 2025-10-03 17:36:02 File 02516_join_with_totals_and_subquery_bug.gen.sql generated 2025-10-03 17:36:02 File 02461_prewhere_row_level_policy_lightweight_delete.gen.sql generated 2025-10-03 17:36:02 File 00700_to_decimal_or_something_1.gen.sql generated 2025-10-03 17:36:02 File 02366_kql_native_interval_format.gen.sql generated 2025-10-03 17:36:02 File 01825_type_json_add_column.gen.sql generated 2025-10-03 17:36:02 File 02741_hashed_dictionary_load_factor.gen.sql generated 2025-10-03 17:36:02 File 01721_join_implicit_cast_long.gen.sql generated 2025-10-03 17:36:02 File 02052_last_granula_adjust_logical_error.gen.sql generated 2025-10-03 17:36:02 File 02806_system_parts_columns_modification_time.gen.sql generated 2025-10-03 17:36:02 File 02763_row_policy_storage_merge_alias.gen.sql generated 2025-10-03 17:36:02 File 03208_array_of_json_read_subcolumns_2_wide_merge_tree.gen.sql generated 2025-10-03 17:36:02 File 02404_schema_inference_cache_respect_format_settings.gen.sql generated 2025-10-03 17:36:02 File 02881_system_detached_parts_modification_time.gen.sql generated 2025-10-03 17:36:02 File 02771_semi_join_use_nulls.gen.sql generated 2025-10-03 17:36:02 File 02537_distributed_loosing_files_after_exception.gen.sql generated 2025-10-03 17:36:02 File 02372_analyzer_join.gen.sql generated 2025-10-03 17:36:02 File 03006_join_on_inequal_expression_4.gen.sql generated 2025-10-03 17:36:02 File 02456_bloom_filter_assert.gen.sql generated 2025-10-03 17:36:02 File 01825_type_json_3.gen.sql generated 2025-10-03 17:36:02 File 01601_custom_tld.gen.sql generated 2025-10-03 17:36:02 File 02967_parallel_replicas_joins_and_analyzer.gen.sql generated 2025-10-03 17:36:02 File 01825_new_type_json_3.gen.sql generated 2025-10-03 17:36:02 File 03211_nested_json_merges_small.gen.sql generated 2025-10-03 17:36:02 File 03207_json_read_subcolumns_2_wide_merge_tree.gen.sql generated 2025-10-03 17:36:02 File 03208_array_of_json_read_subcolumns_2_compact_merge_tree.gen.sql generated 2025-10-03 17:36:02 File 02421_formats_with_totals_and_extremes.gen.sql generated 2025-10-03 17:36:02 File 02367_join_pushdown_column_not_found.gen.sql generated 2025-10-03 17:36:02 File 03167_boom_filter_index_with_map.gen.sql generated 2025-10-03 17:36:02 File 02001_join_on_const_bs_long.gen.sql generated 2025-10-03 17:36:02 File 02024_join_on_or_long.gen.sql generated 2025-10-03 17:36:02 File 02316_hierarchical_dictionaries_nullable_parent_key.gen.sql generated 2025-10-03 17:36:02 File 02051_read_settings.gen.sql generated 2025-10-03 17:36:02 File 02274_full_sort_join_nodistinct.gen.sql generated 2025-10-03 17:36:02 File 01825_new_type_json_add_column.gen.sql generated 2025-10-03 17:36:02 File 02177_issue_31009_pt2.gen.sql generated 2025-10-03 17:36:02 File 02381_join_dup_columns_in_plan.gen.sql generated 2025-10-03 17:36:02 File 03207_json_read_subcolumns_2_compact_merge_tree.gen.sql generated 2025-10-03 17:36:02 File 02760_dictionaries_memory.gen.sql generated 2025-10-03 17:36:02 File 01275_parallel_mv.gen.sql generated 2025-10-03 17:36:02 File 02498_storage_join_key_positions.gen.sql generated 2025-10-03 17:36:02 File 02904_distributed_settings_background_insert_compatibility.gen.sql generated 2025-10-03 17:36:02 ++ sed -n 's!\(^tests/queries/0_stateless/.*\.sql\(\.j2\)\?\)$!ch/\1!p' ch/ci-changed-files.txt 2025-10-03 17:36:02 ++ sort -R 2025-10-03 17:36:02 + NEW_TESTS= 2025-10-03 17:36:02 ++ filter_exists_and_template 2025-10-03 17:36:02 ++ local path 2025-10-03 17:36:02 + NEW_TESTS= 2025-10-03 17:36:02 + [[ -n '' ]] 2025-10-03 17:36:02 + NEW_TESTS_OPT= 2025-10-03 17:36:02 + mkdir -p /var/run/clickhouse-server 2025-10-03 17:36:02 + for _ in {1..30} 2025-10-03 17:36:02 + clickhouse-client --query 'select 1' 2025-10-03 17:36:02 + tee -a stderr.log 2025-10-03 17:36:02 + 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 17:36:02 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-10-03 17:36:02 2025-10-03 17:36:02 + sleep 1 2025-10-03 17:36:03 + for _ in {1..30} 2025-10-03 17:36:03 + clickhouse-client --query 'select 1' 2025-10-03 17:36:03 1 2025-10-03 17:36:03 + break 2025-10-03 17:36:03 ++ cat /var/run/clickhouse-server/clickhouse-server.pid 2025-10-03 17:36:03 + server_pid=169 2025-10-03 17:36:03 + kill -0 169 2025-10-03 17:36:03 ++ clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' 2025-10-03 17:36:03 + IS_ASAN=0 2025-10-03 17:36:03 + [[ 0 = \1 ]] 2025-10-03 17:36:03 ++ kill -l SIGRTMIN 2025-10-03 17:36:03 + RTMIN=34 2025-10-03 17:36:03 + echo ' 2025-10-03 17:36:03 set follow-fork-mode parent 2025-10-03 17:36:03 handle SIGHUP nostop noprint pass 2025-10-03 17:36:03 handle SIGINT nostop noprint pass 2025-10-03 17:36:03 handle SIGQUIT nostop noprint pass 2025-10-03 17:36:03 handle SIGPIPE nostop noprint pass 2025-10-03 17:36:03 handle SIGTERM nostop noprint pass 2025-10-03 17:36:03 handle SIGUSR1 nostop noprint pass 2025-10-03 17:36:03 handle SIGUSR2 nostop noprint pass 2025-10-03 17:36:03 handle SIG34 nostop noprint pass 2025-10-03 17:36:03 info signals 2025-10-03 17:36:03 continue 2025-10-03 17:36:03 backtrace full 2025-10-03 17:36:03 thread apply all backtrace full 2025-10-03 17:36:03 info registers 2025-10-03 17:36:03 disassemble /s 2025-10-03 17:36:03 up 2025-10-03 17:36:03 disassemble /s 2025-10-03 17:36:03 up 2025-10-03 17:36:03 disassemble /s 2025-10-03 17:36:03 p "done" 2025-10-03 17:36:03 detach 2025-10-03 17:36:03 quit 2025-10-03 17:36:03 ' 2025-10-03 17:36:03 + sleep 5 2025-10-03 17:36:03 + gdb -batch -command script.gdb -p 169 2025-10-03 17:36:03 [New LWP 906] 2025-10-03 17:36:03 [New LWP 905] 2025-10-03 17:36:03 [New LWP 904] 2025-10-03 17:36:03 [New LWP 903] 2025-10-03 17:36:03 [New LWP 902] 2025-10-03 17:36:03 [New LWP 901] 2025-10-03 17:36:03 [New LWP 900] 2025-10-03 17:36:03 [New LWP 899] 2025-10-03 17:36:03 [New LWP 898] 2025-10-03 17:36:03 [New LWP 897] 2025-10-03 17:36:03 [New LWP 896] 2025-10-03 17:36:03 [New LWP 895] 2025-10-03 17:36:03 [New LWP 894] 2025-10-03 17:36:03 [New LWP 893] 2025-10-03 17:36:03 [New LWP 892] 2025-10-03 17:36:03 [New LWP 890] 2025-10-03 17:36:03 [New LWP 878] 2025-10-03 17:36:03 [New LWP 873] 2025-10-03 17:36:03 [New LWP 872] 2025-10-03 17:36:03 [New LWP 871] 2025-10-03 17:36:03 [New LWP 870] 2025-10-03 17:36:03 [New LWP 869] 2025-10-03 17:36:03 [New LWP 868] 2025-10-03 17:36:03 [New LWP 867] 2025-10-03 17:36:03 [New LWP 866] 2025-10-03 17:36:03 [New LWP 865] 2025-10-03 17:36:03 [New LWP 864] 2025-10-03 17:36:03 [New LWP 863] 2025-10-03 17:36:03 [New LWP 862] 2025-10-03 17:36:03 [New LWP 861] 2025-10-03 17:36:03 [New LWP 860] 2025-10-03 17:36:03 [New LWP 859] 2025-10-03 17:36:03 [New LWP 858] 2025-10-03 17:36:03 [New LWP 857] 2025-10-03 17:36:03 [New LWP 856] 2025-10-03 17:36:03 [New LWP 855] 2025-10-03 17:36:03 [New LWP 854] 2025-10-03 17:36:03 [New LWP 853] 2025-10-03 17:36:03 [New LWP 852] 2025-10-03 17:36:03 [New LWP 851] 2025-10-03 17:36:03 [New LWP 850] 2025-10-03 17:36:03 [New LWP 849] 2025-10-03 17:36:03 [New LWP 848] 2025-10-03 17:36:03 [New LWP 847] 2025-10-03 17:36:03 [New LWP 846] 2025-10-03 17:36:03 [New LWP 845] 2025-10-03 17:36:03 [New LWP 844] 2025-10-03 17:36:03 [New LWP 843] 2025-10-03 17:36:03 [New LWP 842] 2025-10-03 17:36:03 [New LWP 841] 2025-10-03 17:36:03 [New LWP 840] 2025-10-03 17:36:03 [New LWP 839] 2025-10-03 17:36:03 [New LWP 838] 2025-10-03 17:36:03 [New LWP 837] 2025-10-03 17:36:03 [New LWP 836] 2025-10-03 17:36:03 [New LWP 835] 2025-10-03 17:36:03 [New LWP 834] 2025-10-03 17:36:03 [New LWP 833] 2025-10-03 17:36:03 [New LWP 832] 2025-10-03 17:36:03 [New LWP 831] 2025-10-03 17:36:03 [New LWP 830] 2025-10-03 17:36:03 [New LWP 829] 2025-10-03 17:36:03 [New LWP 828] 2025-10-03 17:36:03 [New LWP 827] 2025-10-03 17:36:03 [New LWP 826] 2025-10-03 17:36:03 [New LWP 825] 2025-10-03 17:36:03 [New LWP 824] 2025-10-03 17:36:03 [New LWP 823] 2025-10-03 17:36:03 [New LWP 822] 2025-10-03 17:36:03 [New LWP 821] 2025-10-03 17:36:03 [New LWP 820] 2025-10-03 17:36:03 [New LWP 819] 2025-10-03 17:36:03 [New LWP 818] 2025-10-03 17:36:03 [New LWP 817] 2025-10-03 17:36:03 [New LWP 816] 2025-10-03 17:36:03 [New LWP 815] 2025-10-03 17:36:03 [New LWP 814] 2025-10-03 17:36:03 [New LWP 813] 2025-10-03 17:36:03 [New LWP 812] 2025-10-03 17:36:03 [New LWP 811] 2025-10-03 17:36:03 [New LWP 810] 2025-10-03 17:36:03 [New LWP 809] 2025-10-03 17:36:03 [New LWP 808] 2025-10-03 17:36:03 [New LWP 807] 2025-10-03 17:36:03 [New LWP 806] 2025-10-03 17:36:03 [New LWP 805] 2025-10-03 17:36:03 [New LWP 804] 2025-10-03 17:36:03 [New LWP 803] 2025-10-03 17:36:03 [New LWP 802] 2025-10-03 17:36:03 [New LWP 801] 2025-10-03 17:36:03 [New LWP 800] 2025-10-03 17:36:03 [New LWP 799] 2025-10-03 17:36:03 [New LWP 798] 2025-10-03 17:36:03 [New LWP 797] 2025-10-03 17:36:03 [New LWP 796] 2025-10-03 17:36:03 [New LWP 795] 2025-10-03 17:36:03 [New LWP 794] 2025-10-03 17:36:03 [New LWP 793] 2025-10-03 17:36:03 [New LWP 792] 2025-10-03 17:36:03 [New LWP 791] 2025-10-03 17:36:03 [New LWP 790] 2025-10-03 17:36:03 [New LWP 789] 2025-10-03 17:36:03 [New LWP 788] 2025-10-03 17:36:03 [New LWP 787] 2025-10-03 17:36:03 [New LWP 786] 2025-10-03 17:36:03 [New LWP 785] 2025-10-03 17:36:03 [New LWP 784] 2025-10-03 17:36:03 [New LWP 783] 2025-10-03 17:36:03 [New LWP 782] 2025-10-03 17:36:03 [New LWP 781] 2025-10-03 17:36:03 [New LWP 780] 2025-10-03 17:36:03 [New LWP 779] 2025-10-03 17:36:03 [New LWP 778] 2025-10-03 17:36:03 [New LWP 777] 2025-10-03 17:36:03 [New LWP 776] 2025-10-03 17:36:03 [New LWP 775] 2025-10-03 17:36:03 [New LWP 774] 2025-10-03 17:36:03 [New LWP 773] 2025-10-03 17:36:03 [New LWP 772] 2025-10-03 17:36:03 [New LWP 771] 2025-10-03 17:36:03 [New LWP 770] 2025-10-03 17:36:03 [New LWP 769] 2025-10-03 17:36:03 [New LWP 768] 2025-10-03 17:36:03 [New LWP 767] 2025-10-03 17:36:03 [New LWP 766] 2025-10-03 17:36:03 [New LWP 765] 2025-10-03 17:36:03 [New LWP 764] 2025-10-03 17:36:03 [New LWP 763] 2025-10-03 17:36:03 [New LWP 762] 2025-10-03 17:36:03 [New LWP 761] 2025-10-03 17:36:03 [New LWP 760] 2025-10-03 17:36:03 [New LWP 759] 2025-10-03 17:36:03 [New LWP 758] 2025-10-03 17:36:03 [New LWP 757] 2025-10-03 17:36:03 [New LWP 756] 2025-10-03 17:36:03 [New LWP 755] 2025-10-03 17:36:03 [New LWP 754] 2025-10-03 17:36:03 [New LWP 753] 2025-10-03 17:36:03 [New LWP 752] 2025-10-03 17:36:03 [New LWP 751] 2025-10-03 17:36:03 [New LWP 750] 2025-10-03 17:36:03 [New LWP 749] 2025-10-03 17:36:03 [New LWP 748] 2025-10-03 17:36:03 [New LWP 747] 2025-10-03 17:36:03 [New LWP 746] 2025-10-03 17:36:03 [New LWP 745] 2025-10-03 17:36:03 [New LWP 744] 2025-10-03 17:36:03 [New LWP 743] 2025-10-03 17:36:03 [New LWP 742] 2025-10-03 17:36:03 [New LWP 741] 2025-10-03 17:36:03 [New LWP 740] 2025-10-03 17:36:03 [New LWP 739] 2025-10-03 17:36:03 [New LWP 738] 2025-10-03 17:36:03 [New LWP 737] 2025-10-03 17:36:03 [New LWP 736] 2025-10-03 17:36:03 [New LWP 735] 2025-10-03 17:36:03 [New LWP 734] 2025-10-03 17:36:03 [New LWP 733] 2025-10-03 17:36:03 [New LWP 732] 2025-10-03 17:36:03 [New LWP 731] 2025-10-03 17:36:03 [New LWP 730] 2025-10-03 17:36:03 [New LWP 729] 2025-10-03 17:36:03 [New LWP 728] 2025-10-03 17:36:03 [New LWP 727] 2025-10-03 17:36:03 [New LWP 726] 2025-10-03 17:36:03 [New LWP 725] 2025-10-03 17:36:03 [New LWP 724] 2025-10-03 17:36:03 [New LWP 723] 2025-10-03 17:36:03 [New LWP 722] 2025-10-03 17:36:03 [New LWP 721] 2025-10-03 17:36:03 [New LWP 720] 2025-10-03 17:36:03 [New LWP 719] 2025-10-03 17:36:03 [New LWP 718] 2025-10-03 17:36:03 [New LWP 717] 2025-10-03 17:36:03 [New LWP 716] 2025-10-03 17:36:03 [New LWP 715] 2025-10-03 17:36:03 [New LWP 714] 2025-10-03 17:36:03 [New LWP 713] 2025-10-03 17:36:03 [New LWP 712] 2025-10-03 17:36:03 [New LWP 711] 2025-10-03 17:36:03 [New LWP 710] 2025-10-03 17:36:03 [New LWP 709] 2025-10-03 17:36:03 [New LWP 708] 2025-10-03 17:36:03 [New LWP 707] 2025-10-03 17:36:03 [New LWP 706] 2025-10-03 17:36:03 [New LWP 705] 2025-10-03 17:36:03 [New LWP 704] 2025-10-03 17:36:03 [New LWP 703] 2025-10-03 17:36:03 [New LWP 702] 2025-10-03 17:36:03 [New LWP 701] 2025-10-03 17:36:03 [New LWP 700] 2025-10-03 17:36:03 [New LWP 699] 2025-10-03 17:36:03 [New LWP 698] 2025-10-03 17:36:03 [New LWP 697] 2025-10-03 17:36:03 [New LWP 696] 2025-10-03 17:36:03 [New LWP 695] 2025-10-03 17:36:03 [New LWP 694] 2025-10-03 17:36:03 [New LWP 693] 2025-10-03 17:36:03 [New LWP 692] 2025-10-03 17:36:03 [New LWP 691] 2025-10-03 17:36:03 [New LWP 690] 2025-10-03 17:36:03 [New LWP 689] 2025-10-03 17:36:03 [New LWP 688] 2025-10-03 17:36:03 [New LWP 687] 2025-10-03 17:36:03 [New LWP 686] 2025-10-03 17:36:03 [New LWP 685] 2025-10-03 17:36:03 [New LWP 684] 2025-10-03 17:36:03 [New LWP 683] 2025-10-03 17:36:03 [New LWP 682] 2025-10-03 17:36:03 [New LWP 681] 2025-10-03 17:36:03 [New LWP 680] 2025-10-03 17:36:03 [New LWP 679] 2025-10-03 17:36:03 [New LWP 678] 2025-10-03 17:36:03 [New LWP 677] 2025-10-03 17:36:03 [New LWP 676] 2025-10-03 17:36:03 [New LWP 675] 2025-10-03 17:36:03 [New LWP 674] 2025-10-03 17:36:03 [New LWP 673] 2025-10-03 17:36:03 [New LWP 672] 2025-10-03 17:36:03 [New LWP 671] 2025-10-03 17:36:03 [New LWP 670] 2025-10-03 17:36:03 [New LWP 669] 2025-10-03 17:36:03 [New LWP 668] 2025-10-03 17:36:03 [New LWP 667] 2025-10-03 17:36:03 [New LWP 666] 2025-10-03 17:36:03 [New LWP 665] 2025-10-03 17:36:03 [New LWP 664] 2025-10-03 17:36:03 [New LWP 663] 2025-10-03 17:36:03 [New LWP 662] 2025-10-03 17:36:03 [New LWP 661] 2025-10-03 17:36:03 [New LWP 660] 2025-10-03 17:36:03 [New LWP 659] 2025-10-03 17:36:03 [New LWP 658] 2025-10-03 17:36:03 [New LWP 657] 2025-10-03 17:36:03 [New LWP 656] 2025-10-03 17:36:03 [New LWP 655] 2025-10-03 17:36:03 [New LWP 654] 2025-10-03 17:36:03 [New LWP 653] 2025-10-03 17:36:03 [New LWP 652] 2025-10-03 17:36:03 [New LWP 651] 2025-10-03 17:36:03 [New LWP 650] 2025-10-03 17:36:03 [New LWP 649] 2025-10-03 17:36:03 [New LWP 648] 2025-10-03 17:36:03 [New LWP 647] 2025-10-03 17:36:03 [New LWP 646] 2025-10-03 17:36:03 [New LWP 645] 2025-10-03 17:36:03 [New LWP 644] 2025-10-03 17:36:03 [New LWP 643] 2025-10-03 17:36:03 [New LWP 642] 2025-10-03 17:36:03 [New LWP 641] 2025-10-03 17:36:03 [New LWP 640] 2025-10-03 17:36:03 [New LWP 639] 2025-10-03 17:36:03 [New LWP 638] 2025-10-03 17:36:03 [New LWP 637] 2025-10-03 17:36:03 [New LWP 636] 2025-10-03 17:36:03 [New LWP 635] 2025-10-03 17:36:03 [New LWP 634] 2025-10-03 17:36:03 [New LWP 633] 2025-10-03 17:36:03 [New LWP 632] 2025-10-03 17:36:03 [New LWP 631] 2025-10-03 17:36:03 [New LWP 630] 2025-10-03 17:36:03 [New LWP 629] 2025-10-03 17:36:03 [New LWP 628] 2025-10-03 17:36:03 [New LWP 627] 2025-10-03 17:36:03 [New LWP 626] 2025-10-03 17:36:03 [New LWP 625] 2025-10-03 17:36:03 [New LWP 624] 2025-10-03 17:36:03 [New LWP 623] 2025-10-03 17:36:03 [New LWP 622] 2025-10-03 17:36:03 [New LWP 621] 2025-10-03 17:36:03 [New LWP 620] 2025-10-03 17:36:03 [New LWP 619] 2025-10-03 17:36:03 [New LWP 618] 2025-10-03 17:36:03 [New LWP 617] 2025-10-03 17:36:03 [New LWP 616] 2025-10-03 17:36:03 [New LWP 615] 2025-10-03 17:36:03 [New LWP 614] 2025-10-03 17:36:03 [New LWP 613] 2025-10-03 17:36:03 [New LWP 612] 2025-10-03 17:36:03 [New LWP 611] 2025-10-03 17:36:03 [New LWP 610] 2025-10-03 17:36:03 [New LWP 609] 2025-10-03 17:36:03 [New LWP 608] 2025-10-03 17:36:03 [New LWP 607] 2025-10-03 17:36:03 [New LWP 606] 2025-10-03 17:36:03 [New LWP 605] 2025-10-03 17:36:03 [New LWP 604] 2025-10-03 17:36:03 [New LWP 603] 2025-10-03 17:36:03 [New LWP 602] 2025-10-03 17:36:03 [New LWP 601] 2025-10-03 17:36:03 [New LWP 600] 2025-10-03 17:36:03 [New LWP 599] 2025-10-03 17:36:03 [New LWP 598] 2025-10-03 17:36:03 [New LWP 597] 2025-10-03 17:36:03 [New LWP 596] 2025-10-03 17:36:03 [New LWP 595] 2025-10-03 17:36:03 [New LWP 594] 2025-10-03 17:36:03 [New LWP 593] 2025-10-03 17:36:03 [New LWP 592] 2025-10-03 17:36:03 [New LWP 591] 2025-10-03 17:36:03 [New LWP 590] 2025-10-03 17:36:03 [New LWP 589] 2025-10-03 17:36:03 [New LWP 588] 2025-10-03 17:36:03 [New LWP 587] 2025-10-03 17:36:03 [New LWP 586] 2025-10-03 17:36:03 [New LWP 585] 2025-10-03 17:36:03 [New LWP 584] 2025-10-03 17:36:03 [New LWP 583] 2025-10-03 17:36:03 [New LWP 582] 2025-10-03 17:36:03 [New LWP 581] 2025-10-03 17:36:03 [New LWP 580] 2025-10-03 17:36:03 [New LWP 579] 2025-10-03 17:36:03 [New LWP 578] 2025-10-03 17:36:03 [New LWP 577] 2025-10-03 17:36:03 [New LWP 576] 2025-10-03 17:36:03 [New LWP 575] 2025-10-03 17:36:03 [New LWP 574] 2025-10-03 17:36:03 [New LWP 573] 2025-10-03 17:36:03 [New LWP 572] 2025-10-03 17:36:03 [New LWP 571] 2025-10-03 17:36:03 [New LWP 570] 2025-10-03 17:36:03 [New LWP 569] 2025-10-03 17:36:03 [New LWP 568] 2025-10-03 17:36:03 [New LWP 567] 2025-10-03 17:36:03 [New LWP 566] 2025-10-03 17:36:03 [New LWP 565] 2025-10-03 17:36:03 [New LWP 564] 2025-10-03 17:36:03 [New LWP 563] 2025-10-03 17:36:03 [New LWP 562] 2025-10-03 17:36:03 [New LWP 561] 2025-10-03 17:36:03 [New LWP 560] 2025-10-03 17:36:03 [New LWP 559] 2025-10-03 17:36:03 [New LWP 558] 2025-10-03 17:36:03 [New LWP 557] 2025-10-03 17:36:03 [New LWP 556] 2025-10-03 17:36:03 [New LWP 555] 2025-10-03 17:36:03 [New LWP 554] 2025-10-03 17:36:03 [New LWP 553] 2025-10-03 17:36:03 [New LWP 552] 2025-10-03 17:36:03 [New LWP 551] 2025-10-03 17:36:03 [New LWP 550] 2025-10-03 17:36:03 [New LWP 549] 2025-10-03 17:36:03 [New LWP 548] 2025-10-03 17:36:03 [New LWP 547] 2025-10-03 17:36:03 [New LWP 546] 2025-10-03 17:36:03 [New LWP 545] 2025-10-03 17:36:03 [New LWP 544] 2025-10-03 17:36:03 [New LWP 543] 2025-10-03 17:36:03 [New LWP 542] 2025-10-03 17:36:03 [New LWP 541] 2025-10-03 17:36:03 [New LWP 540] 2025-10-03 17:36:03 [New LWP 539] 2025-10-03 17:36:03 [New LWP 538] 2025-10-03 17:36:03 [New LWP 537] 2025-10-03 17:36:03 [New LWP 536] 2025-10-03 17:36:03 [New LWP 535] 2025-10-03 17:36:03 [New LWP 534] 2025-10-03 17:36:03 [New LWP 533] 2025-10-03 17:36:03 [New LWP 532] 2025-10-03 17:36:03 [New LWP 531] 2025-10-03 17:36:03 [New LWP 530] 2025-10-03 17:36:03 [New LWP 529] 2025-10-03 17:36:03 [New LWP 528] 2025-10-03 17:36:03 [New LWP 527] 2025-10-03 17:36:03 [New LWP 526] 2025-10-03 17:36:03 [New LWP 525] 2025-10-03 17:36:03 [New LWP 524] 2025-10-03 17:36:03 [New LWP 523] 2025-10-03 17:36:03 [New LWP 522] 2025-10-03 17:36:03 [New LWP 521] 2025-10-03 17:36:03 [New LWP 520] 2025-10-03 17:36:03 [New LWP 519] 2025-10-03 17:36:03 [New LWP 518] 2025-10-03 17:36:03 [New LWP 517] 2025-10-03 17:36:03 [New LWP 516] 2025-10-03 17:36:03 [New LWP 515] 2025-10-03 17:36:03 [New LWP 514] 2025-10-03 17:36:03 [New LWP 513] 2025-10-03 17:36:03 [New LWP 512] 2025-10-03 17:36:03 [New LWP 511] 2025-10-03 17:36:03 [New LWP 510] 2025-10-03 17:36:03 [New LWP 509] 2025-10-03 17:36:03 [New LWP 508] 2025-10-03 17:36:03 [New LWP 507] 2025-10-03 17:36:03 [New LWP 506] 2025-10-03 17:36:03 [New LWP 505] 2025-10-03 17:36:03 [New LWP 504] 2025-10-03 17:36:03 [New LWP 503] 2025-10-03 17:36:03 [New LWP 502] 2025-10-03 17:36:03 [New LWP 501] 2025-10-03 17:36:03 [New LWP 500] 2025-10-03 17:36:03 [New LWP 499] 2025-10-03 17:36:03 [New LWP 498] 2025-10-03 17:36:03 [New LWP 497] 2025-10-03 17:36:03 [New LWP 496] 2025-10-03 17:36:03 [New LWP 495] 2025-10-03 17:36:03 [New LWP 494] 2025-10-03 17:36:03 [New LWP 493] 2025-10-03 17:36:03 [New LWP 492] 2025-10-03 17:36:03 [New LWP 491] 2025-10-03 17:36:03 [New LWP 490] 2025-10-03 17:36:03 [New LWP 489] 2025-10-03 17:36:03 [New LWP 488] 2025-10-03 17:36:03 [New LWP 487] 2025-10-03 17:36:03 [New LWP 486] 2025-10-03 17:36:03 [New LWP 485] 2025-10-03 17:36:03 [New LWP 484] 2025-10-03 17:36:03 [New LWP 483] 2025-10-03 17:36:03 [New LWP 482] 2025-10-03 17:36:03 [New LWP 481] 2025-10-03 17:36:03 [New LWP 480] 2025-10-03 17:36:03 [New LWP 479] 2025-10-03 17:36:03 [New LWP 478] 2025-10-03 17:36:03 [New LWP 477] 2025-10-03 17:36:03 [New LWP 476] 2025-10-03 17:36:03 [New LWP 475] 2025-10-03 17:36:03 [New LWP 474] 2025-10-03 17:36:03 [New LWP 473] 2025-10-03 17:36:03 [New LWP 472] 2025-10-03 17:36:03 [New LWP 471] 2025-10-03 17:36:03 [New LWP 470] 2025-10-03 17:36:03 [New LWP 469] 2025-10-03 17:36:03 [New LWP 468] 2025-10-03 17:36:03 [New LWP 467] 2025-10-03 17:36:03 [New LWP 466] 2025-10-03 17:36:03 [New LWP 465] 2025-10-03 17:36:03 [New LWP 464] 2025-10-03 17:36:03 [New LWP 463] 2025-10-03 17:36:03 [New LWP 462] 2025-10-03 17:36:03 [New LWP 461] 2025-10-03 17:36:03 [New LWP 460] 2025-10-03 17:36:03 [New LWP 459] 2025-10-03 17:36:03 [New LWP 458] 2025-10-03 17:36:03 [New LWP 457] 2025-10-03 17:36:03 [New LWP 456] 2025-10-03 17:36:03 [New LWP 455] 2025-10-03 17:36:03 [New LWP 454] 2025-10-03 17:36:03 [New LWP 453] 2025-10-03 17:36:03 [New LWP 452] 2025-10-03 17:36:03 [New LWP 451] 2025-10-03 17:36:03 [New LWP 450] 2025-10-03 17:36:03 [New LWP 449] 2025-10-03 17:36:03 [New LWP 448] 2025-10-03 17:36:03 [New LWP 447] 2025-10-03 17:36:03 [New LWP 446] 2025-10-03 17:36:03 [New LWP 445] 2025-10-03 17:36:03 [New LWP 444] 2025-10-03 17:36:03 [New LWP 443] 2025-10-03 17:36:03 [New LWP 442] 2025-10-03 17:36:03 [New LWP 441] 2025-10-03 17:36:03 [New LWP 440] 2025-10-03 17:36:03 [New LWP 439] 2025-10-03 17:36:03 [New LWP 438] 2025-10-03 17:36:03 [New LWP 437] 2025-10-03 17:36:03 [New LWP 436] 2025-10-03 17:36:03 [New LWP 435] 2025-10-03 17:36:03 [New LWP 434] 2025-10-03 17:36:03 [New LWP 433] 2025-10-03 17:36:03 [New LWP 432] 2025-10-03 17:36:03 [New LWP 431] 2025-10-03 17:36:03 [New LWP 430] 2025-10-03 17:36:03 [New LWP 429] 2025-10-03 17:36:03 [New LWP 428] 2025-10-03 17:36:03 [New LWP 427] 2025-10-03 17:36:03 [New LWP 426] 2025-10-03 17:36:03 [New LWP 425] 2025-10-03 17:36:03 [New LWP 424] 2025-10-03 17:36:03 [New LWP 423] 2025-10-03 17:36:03 [New LWP 422] 2025-10-03 17:36:03 [New LWP 421] 2025-10-03 17:36:03 [New LWP 420] 2025-10-03 17:36:03 [New LWP 419] 2025-10-03 17:36:03 [New LWP 418] 2025-10-03 17:36:03 [New LWP 417] 2025-10-03 17:36:03 [New LWP 416] 2025-10-03 17:36:03 [New LWP 415] 2025-10-03 17:36:03 [New LWP 414] 2025-10-03 17:36:03 [New LWP 413] 2025-10-03 17:36:03 [New LWP 412] 2025-10-03 17:36:03 [New LWP 411] 2025-10-03 17:36:03 [New LWP 410] 2025-10-03 17:36:03 [New LWP 409] 2025-10-03 17:36:03 [New LWP 408] 2025-10-03 17:36:03 [New LWP 407] 2025-10-03 17:36:03 [New LWP 406] 2025-10-03 17:36:03 [New LWP 405] 2025-10-03 17:36:03 [New LWP 404] 2025-10-03 17:36:03 [New LWP 403] 2025-10-03 17:36:03 [New LWP 402] 2025-10-03 17:36:03 [New LWP 401] 2025-10-03 17:36:03 [New LWP 400] 2025-10-03 17:36:03 [New LWP 399] 2025-10-03 17:36:03 [New LWP 398] 2025-10-03 17:36:03 [New LWP 397] 2025-10-03 17:36:03 [New LWP 396] 2025-10-03 17:36:03 [New LWP 395] 2025-10-03 17:36:03 [New LWP 394] 2025-10-03 17:36:03 [New LWP 393] 2025-10-03 17:36:03 [New LWP 392] 2025-10-03 17:36:03 [New LWP 391] 2025-10-03 17:36:03 [New LWP 390] 2025-10-03 17:36:03 [New LWP 389] 2025-10-03 17:36:03 [New LWP 388] 2025-10-03 17:36:03 [New LWP 387] 2025-10-03 17:36:03 [New LWP 386] 2025-10-03 17:36:03 [New LWP 385] 2025-10-03 17:36:03 [New LWP 384] 2025-10-03 17:36:03 [New LWP 383] 2025-10-03 17:36:03 [New LWP 382] 2025-10-03 17:36:03 [New LWP 381] 2025-10-03 17:36:03 [New LWP 380] 2025-10-03 17:36:03 [New LWP 379] 2025-10-03 17:36:03 [New LWP 378] 2025-10-03 17:36:03 [New LWP 377] 2025-10-03 17:36:03 [New LWP 376] 2025-10-03 17:36:03 [New LWP 375] 2025-10-03 17:36:03 [New LWP 374] 2025-10-03 17:36:03 [New LWP 373] 2025-10-03 17:36:03 [New LWP 372] 2025-10-03 17:36:03 [New LWP 371] 2025-10-03 17:36:03 [New LWP 370] 2025-10-03 17:36:03 [New LWP 369] 2025-10-03 17:36:03 [New LWP 368] 2025-10-03 17:36:03 [New LWP 367] 2025-10-03 17:36:03 [New LWP 366] 2025-10-03 17:36:03 [New LWP 365] 2025-10-03 17:36:03 [New LWP 364] 2025-10-03 17:36:03 [New LWP 363] 2025-10-03 17:36:03 [New LWP 362] 2025-10-03 17:36:03 [New LWP 361] 2025-10-03 17:36:03 [New LWP 360] 2025-10-03 17:36:03 [New LWP 359] 2025-10-03 17:36:03 [New LWP 358] 2025-10-03 17:36:03 [New LWP 357] 2025-10-03 17:36:03 [New LWP 356] 2025-10-03 17:36:03 [New LWP 355] 2025-10-03 17:36:03 [New LWP 354] 2025-10-03 17:36:03 [New LWP 353] 2025-10-03 17:36:03 [New LWP 352] 2025-10-03 17:36:03 [New LWP 351] 2025-10-03 17:36:03 [New LWP 350] 2025-10-03 17:36:03 [New LWP 349] 2025-10-03 17:36:03 [New LWP 348] 2025-10-03 17:36:03 [New LWP 347] 2025-10-03 17:36:03 [New LWP 346] 2025-10-03 17:36:03 [New LWP 345] 2025-10-03 17:36:03 [New LWP 344] 2025-10-03 17:36:03 [New LWP 343] 2025-10-03 17:36:03 [New LWP 342] 2025-10-03 17:36:03 [New LWP 341] 2025-10-03 17:36:03 [New LWP 340] 2025-10-03 17:36:03 [New LWP 339] 2025-10-03 17:36:03 [New LWP 338] 2025-10-03 17:36:03 [New LWP 337] 2025-10-03 17:36:03 [New LWP 336] 2025-10-03 17:36:03 [New LWP 335] 2025-10-03 17:36:03 [New LWP 334] 2025-10-03 17:36:03 [New LWP 333] 2025-10-03 17:36:03 [New LWP 332] 2025-10-03 17:36:03 [New LWP 331] 2025-10-03 17:36:03 [New LWP 330] 2025-10-03 17:36:03 [New LWP 329] 2025-10-03 17:36:03 [New LWP 328] 2025-10-03 17:36:03 [New LWP 327] 2025-10-03 17:36:03 [New LWP 326] 2025-10-03 17:36:03 [New LWP 325] 2025-10-03 17:36:03 [New LWP 324] 2025-10-03 17:36:03 [New LWP 323] 2025-10-03 17:36:03 [New LWP 322] 2025-10-03 17:36:03 [New LWP 321] 2025-10-03 17:36:03 [New LWP 320] 2025-10-03 17:36:03 [New LWP 319] 2025-10-03 17:36:03 [New LWP 318] 2025-10-03 17:36:03 [New LWP 317] 2025-10-03 17:36:03 [New LWP 316] 2025-10-03 17:36:03 [New LWP 315] 2025-10-03 17:36:03 [New LWP 314] 2025-10-03 17:36:03 [New LWP 313] 2025-10-03 17:36:03 [New LWP 312] 2025-10-03 17:36:03 [New LWP 311] 2025-10-03 17:36:03 [New LWP 310] 2025-10-03 17:36:03 [New LWP 309] 2025-10-03 17:36:03 [New LWP 308] 2025-10-03 17:36:03 [New LWP 307] 2025-10-03 17:36:03 [New LWP 306] 2025-10-03 17:36:03 [New LWP 305] 2025-10-03 17:36:03 [New LWP 304] 2025-10-03 17:36:03 [New LWP 303] 2025-10-03 17:36:03 [New LWP 302] 2025-10-03 17:36:03 [New LWP 301] 2025-10-03 17:36:03 [New LWP 300] 2025-10-03 17:36:03 [New LWP 299] 2025-10-03 17:36:03 [New LWP 298] 2025-10-03 17:36:03 [New LWP 297] 2025-10-03 17:36:03 [New LWP 296] 2025-10-03 17:36:03 [New LWP 295] 2025-10-03 17:36:03 [New LWP 294] 2025-10-03 17:36:03 [New LWP 293] 2025-10-03 17:36:03 [New LWP 292] 2025-10-03 17:36:03 [New LWP 291] 2025-10-03 17:36:03 [New LWP 290] 2025-10-03 17:36:03 [New LWP 289] 2025-10-03 17:36:03 [New LWP 288] 2025-10-03 17:36:03 [New LWP 287] 2025-10-03 17:36:03 [New LWP 286] 2025-10-03 17:36:03 [New LWP 285] 2025-10-03 17:36:03 [New LWP 284] 2025-10-03 17:36:03 [New LWP 283] 2025-10-03 17:36:03 [New LWP 282] 2025-10-03 17:36:03 [New LWP 281] 2025-10-03 17:36:03 [New LWP 280] 2025-10-03 17:36:03 [New LWP 279] 2025-10-03 17:36:03 [New LWP 278] 2025-10-03 17:36:03 [New LWP 277] 2025-10-03 17:36:03 [New LWP 276] 2025-10-03 17:36:03 [New LWP 275] 2025-10-03 17:36:03 [New LWP 274] 2025-10-03 17:36:03 [New LWP 273] 2025-10-03 17:36:03 [New LWP 272] 2025-10-03 17:36:03 [New LWP 271] 2025-10-03 17:36:03 [New LWP 270] 2025-10-03 17:36:03 [New LWP 269] 2025-10-03 17:36:03 [New LWP 268] 2025-10-03 17:36:03 [New LWP 267] 2025-10-03 17:36:03 [New LWP 266] 2025-10-03 17:36:03 [New LWP 265] 2025-10-03 17:36:03 [New LWP 264] 2025-10-03 17:36:03 [New LWP 263] 2025-10-03 17:36:03 [New LWP 262] 2025-10-03 17:36:03 [New LWP 261] 2025-10-03 17:36:03 [New LWP 260] 2025-10-03 17:36:03 [New LWP 259] 2025-10-03 17:36:03 [New LWP 258] 2025-10-03 17:36:03 [New LWP 257] 2025-10-03 17:36:03 [New LWP 256] 2025-10-03 17:36:03 [New LWP 255] 2025-10-03 17:36:03 [New LWP 254] 2025-10-03 17:36:03 [New LWP 253] 2025-10-03 17:36:03 [New LWP 252] 2025-10-03 17:36:03 [New LWP 251] 2025-10-03 17:36:03 [New LWP 250] 2025-10-03 17:36:03 [New LWP 249] 2025-10-03 17:36:03 [New LWP 248] 2025-10-03 17:36:03 [New LWP 247] 2025-10-03 17:36:03 [New LWP 246] 2025-10-03 17:36:03 [New LWP 245] 2025-10-03 17:36:03 [New LWP 244] 2025-10-03 17:36:03 [New LWP 243] 2025-10-03 17:36:03 [New LWP 242] 2025-10-03 17:36:03 [New LWP 241] 2025-10-03 17:36:03 [New LWP 240] 2025-10-03 17:36:03 [New LWP 239] 2025-10-03 17:36:03 [New LWP 238] 2025-10-03 17:36:03 [New LWP 237] 2025-10-03 17:36:03 [New LWP 236] 2025-10-03 17:36:03 [New LWP 235] 2025-10-03 17:36:03 [New LWP 234] 2025-10-03 17:36:03 [New LWP 233] 2025-10-03 17:36:03 [New LWP 232] 2025-10-03 17:36:03 [New LWP 231] 2025-10-03 17:36:03 [New LWP 230] 2025-10-03 17:36:03 [New LWP 229] 2025-10-03 17:36:03 [New LWP 228] 2025-10-03 17:36:03 [New LWP 227] 2025-10-03 17:36:03 [New LWP 226] 2025-10-03 17:36:03 [New LWP 225] 2025-10-03 17:36:03 [New LWP 224] 2025-10-03 17:36:03 [New LWP 223] 2025-10-03 17:36:03 [New LWP 222] 2025-10-03 17:36:03 [New LWP 221] 2025-10-03 17:36:03 [New LWP 220] 2025-10-03 17:36:03 [New LWP 219] 2025-10-03 17:36:03 [New LWP 218] 2025-10-03 17:36:03 [New LWP 217] 2025-10-03 17:36:03 [New LWP 216] 2025-10-03 17:36:03 [New LWP 215] 2025-10-03 17:36:03 [New LWP 214] 2025-10-03 17:36:03 [New LWP 213] 2025-10-03 17:36:03 [New LWP 212] 2025-10-03 17:36:03 [New LWP 211] 2025-10-03 17:36:03 [New LWP 210] 2025-10-03 17:36:03 [New LWP 209] 2025-10-03 17:36:03 [New LWP 208] 2025-10-03 17:36:03 [New LWP 207] 2025-10-03 17:36:03 [New LWP 206] 2025-10-03 17:36:03 [New LWP 205] 2025-10-03 17:36:03 [New LWP 204] 2025-10-03 17:36:03 [New LWP 203] 2025-10-03 17:36:03 [New LWP 202] 2025-10-03 17:36:03 [New LWP 201] 2025-10-03 17:36:03 [New LWP 200] 2025-10-03 17:36:03 [New LWP 199] 2025-10-03 17:36:03 [New LWP 198] 2025-10-03 17:36:03 [New LWP 197] 2025-10-03 17:36:03 [New LWP 196] 2025-10-03 17:36:03 [New LWP 195] 2025-10-03 17:36:03 [New LWP 194] 2025-10-03 17:36:03 [New LWP 193] 2025-10-03 17:36:03 [New LWP 192] 2025-10-03 17:36:03 [New LWP 191] 2025-10-03 17:36:03 [New LWP 190] 2025-10-03 17:36:03 [New LWP 189] 2025-10-03 17:36:03 [New LWP 188] 2025-10-03 17:36:03 [New LWP 187] 2025-10-03 17:36:03 [New LWP 186] 2025-10-03 17:36:03 [New LWP 185] 2025-10-03 17:36:03 [New LWP 184] 2025-10-03 17:36:03 [New LWP 183] 2025-10-03 17:36:03 [New LWP 182] 2025-10-03 17:36:03 [New LWP 181] 2025-10-03 17:36:03 [New LWP 180] 2025-10-03 17:36:03 [New LWP 179] 2025-10-03 17:36:03 [New LWP 178] 2025-10-03 17:36:03 [New LWP 177] 2025-10-03 17:36:03 [New LWP 176] 2025-10-03 17:36:03 [New LWP 175] 2025-10-03 17:36:03 [New LWP 174] 2025-10-03 17:36:03 [New LWP 173] 2025-10-03 17:36:03 [New LWP 172] 2025-10-03 17:36:03 [New LWP 171] 2025-10-03 17:36:03 [New LWP 170] 2025-10-03 17:36:08 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' 2025-10-03 17:36:18 [Thread debugging using libthread_db enabled] 2025-10-03 17:36:18 Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 2025-10-03 17:36:18 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 17:36:18 SIGINT is used by the debugger. 2025-10-03 17:36:18 Are you sure you want to change it? (y or n) [answered Y; input not from terminal] 2025-10-03 17:36:18 Signal Stop Print Pass to program Description 2025-10-03 17:36:18 2025-10-03 17:36:18 SIGHUP No No Yes Hangup 2025-10-03 17:36:18 SIGINT No No Yes Interrupt 2025-10-03 17:36:18 SIGQUIT No No Yes Quit 2025-10-03 17:36:18 SIGILL Yes Yes Yes Illegal instruction 2025-10-03 17:36:18 SIGTRAP Yes Yes No Trace/breakpoint trap 2025-10-03 17:36:18 SIGABRT Yes Yes Yes Aborted 2025-10-03 17:36:18 SIGEMT Yes Yes Yes Emulation trap 2025-10-03 17:36:18 SIGFPE Yes Yes Yes Arithmetic exception 2025-10-03 17:36:18 SIGKILL Yes Yes Yes Killed 2025-10-03 17:36:18 SIGBUS Yes Yes Yes Bus error 2025-10-03 17:36:18 SIGSEGV Yes Yes Yes Segmentation fault 2025-10-03 17:36:18 SIGSYS Yes Yes Yes Bad system call 2025-10-03 17:36:18 SIGPIPE No No Yes Broken pipe 2025-10-03 17:36:18 SIGALRM No No Yes Alarm clock 2025-10-03 17:36:18 SIGTERM No No Yes Terminated 2025-10-03 17:36:18 SIGURG No No Yes Urgent I/O condition 2025-10-03 17:36:18 SIGSTOP Yes Yes Yes Stopped (signal) 2025-10-03 17:36:18 SIGTSTP Yes Yes Yes Stopped (user) 2025-10-03 17:36:18 SIGCONT Yes Yes Yes Continued 2025-10-03 17:36:18 SIGCHLD No No Yes Child status changed 2025-10-03 17:36:18 SIGTTIN Yes Yes Yes Stopped (tty input) 2025-10-03 17:36:18 SIGTTOU Yes Yes Yes Stopped (tty output) 2025-10-03 17:36:18 SIGIO No No Yes I/O possible 2025-10-03 17:36:18 SIGXCPU Yes Yes Yes CPU time limit exceeded 2025-10-03 17:36:18 SIGXFSZ Yes Yes Yes File size limit exceeded 2025-10-03 17:36:18 SIGVTALRM No No Yes Virtual timer expired 2025-10-03 17:36:18 SIGPROF No No Yes Profiling timer expired 2025-10-03 17:36:18 SIGWINCH No No Yes Window size changed 2025-10-03 17:36:18 SIGLOST Yes Yes Yes Resource lost 2025-10-03 17:36:18 SIGUSR1 No No Yes User defined signal 1 2025-10-03 17:36:18 SIGUSR2 No No Yes User defined signal 2 2025-10-03 17:36:18 SIGPWR Yes Yes Yes Power fail/restart 2025-10-03 17:36:18 SIGPOLL No No Yes Pollable event occurred 2025-10-03 17:36:18 SIGWIND Yes Yes Yes SIGWIND 2025-10-03 17:36:18 SIGPHONE Yes Yes Yes SIGPHONE 2025-10-03 17:36:18 SIGWAITING No No Yes Process's LWPs are blocked 2025-10-03 17:36:18 SIGLWP No No Yes Signal LWP 2025-10-03 17:36:18 SIGDANGER Yes Yes Yes Swap space dangerously low 2025-10-03 17:36:18 SIGGRANT Yes Yes Yes Monitor mode granted 2025-10-03 17:36:18 SIGRETRACT Yes Yes Yes Need to relinquish monitor mode 2025-10-03 17:36:18 SIGMSG Yes Yes Yes Monitor mode data available 2025-10-03 17:36:18 SIGSOUND Yes Yes Yes Sound completed 2025-10-03 17:36:18 SIGSAK Yes Yes Yes Secure attention 2025-10-03 17:36:18 SIGPRIO No No Yes SIGPRIO 2025-10-03 17:36:18 SIG33 No No Yes Real-time event 33 2025-10-03 17:36:18 SIG34 No No Yes Real-time event 34 2025-10-03 17:36:18 SIG35 Yes Yes Yes Real-time event 35 2025-10-03 17:36:18 SIG36 Yes Yes Yes Real-time event 36 2025-10-03 17:36:18 SIG37 Yes Yes Yes Real-time event 37 2025-10-03 17:36:18 SIG38 Yes Yes Yes Real-time event 38 2025-10-03 17:36:18 SIG39 Yes Yes Yes Real-time event 39 2025-10-03 17:36:18 SIG40 Yes Yes Yes Real-time event 40 2025-10-03 17:36:18 SIG41 Yes Yes Yes Real-time event 41 2025-10-03 17:36:18 SIG42 Yes Yes Yes Real-time event 42 2025-10-03 17:36:18 SIG43 Yes Yes Yes Real-time event 43 2025-10-03 17:36:18 SIG44 Yes Yes Yes Real-time event 44 2025-10-03 17:36:18 SIG45 Yes Yes Yes Real-time event 45 2025-10-03 17:36:18 SIG46 Yes Yes Yes Real-time event 46 2025-10-03 17:36:18 SIG47 Yes Yes Yes Real-time event 47 2025-10-03 17:36:18 SIG48 Yes Yes Yes Real-time event 48 2025-10-03 17:36:18 SIG49 Yes Yes Yes Real-time event 49 2025-10-03 17:36:18 SIG50 Yes Yes Yes Real-time event 50 2025-10-03 17:36:18 SIG51 Yes Yes Yes Real-time event 51 2025-10-03 17:36:18 SIG52 Yes Yes Yes Real-time event 52 2025-10-03 17:36:18 SIG53 Yes Yes Yes Real-time event 53 2025-10-03 17:36:18 SIG54 Yes Yes Yes Real-time event 54 2025-10-03 17:36:18 SIG55 Yes Yes Yes Real-time event 55 2025-10-03 17:36:18 SIG56 Yes Yes Yes Real-time event 56 2025-10-03 17:36:18 SIG57 Yes Yes Yes Real-time event 57 2025-10-03 17:36:18 SIG58 Yes Yes Yes Real-time event 58 2025-10-03 17:36:18 SIG59 Yes Yes Yes Real-time event 59 2025-10-03 17:36:18 SIG60 Yes Yes Yes Real-time event 60 2025-10-03 17:36:18 SIG61 Yes Yes Yes Real-time event 61 2025-10-03 17:36:18 SIG62 Yes Yes Yes Real-time event 62 2025-10-03 17:36:18 SIG63 Yes Yes Yes Real-time event 63 2025-10-03 17:36:18 SIGCANCEL No No Yes LWP internal signal 2025-10-03 17:36:18 SIG32 No No Yes Real-time event 32 2025-10-03 17:36:18 SIG64 Yes Yes Yes Real-time event 64 2025-10-03 17:36:18 SIG65 Yes Yes Yes Real-time event 65 2025-10-03 17:36:18 SIG66 Yes Yes Yes Real-time event 66 2025-10-03 17:36:18 SIG67 Yes Yes Yes Real-time event 67 2025-10-03 17:36:18 SIG68 Yes Yes Yes Real-time event 68 2025-10-03 17:36:18 SIG69 Yes Yes Yes Real-time event 69 2025-10-03 17:36:18 SIG70 Yes Yes Yes Real-time event 70 2025-10-03 17:36:18 SIG71 Yes Yes Yes Real-time event 71 2025-10-03 17:36:18 SIG72 Yes Yes Yes Real-time event 72 2025-10-03 17:36:18 SIG73 Yes Yes Yes Real-time event 73 2025-10-03 17:36:18 SIG74 Yes Yes Yes Real-time event 74 2025-10-03 17:36:18 SIG75 Yes Yes Yes Real-time event 75 2025-10-03 17:36:18 SIG76 Yes Yes Yes Real-time event 76 2025-10-03 17:36:18 SIG77 Yes Yes Yes Real-time event 77 2025-10-03 17:36:18 SIG78 Yes Yes Yes Real-time event 78 2025-10-03 17:36:18 SIG79 Yes Yes Yes Real-time event 79 2025-10-03 17:36:18 SIG80 Yes Yes Yes Real-time event 80 2025-10-03 17:36:18 SIG81 Yes Yes Yes Real-time event 81 2025-10-03 17:36:18 SIG82 Yes Yes Yes Real-time event 82 2025-10-03 17:36:18 SIG83 Yes Yes Yes Real-time event 83 2025-10-03 17:36:18 SIG84 Yes Yes Yes Real-time event 84 2025-10-03 17:36:18 SIG85 Yes Yes Yes Real-time event 85 2025-10-03 17:36:18 SIG86 Yes Yes Yes Real-time event 86 2025-10-03 17:36:18 SIG87 Yes Yes Yes Real-time event 87 2025-10-03 17:36:18 SIG88 Yes Yes Yes Real-time event 88 2025-10-03 17:36:18 SIG89 Yes Yes Yes Real-time event 89 2025-10-03 17:36:18 SIG90 Yes Yes Yes Real-time event 90 2025-10-03 17:36:18 SIG91 Yes Yes Yes Real-time event 91 2025-10-03 17:36:18 SIG92 Yes Yes Yes Real-time event 92 2025-10-03 17:36:18 SIG93 Yes Yes Yes Real-time event 93 2025-10-03 17:36:18 SIG94 Yes Yes Yes Real-time event 94 2025-10-03 17:36:18 SIG95 Yes Yes Yes Real-time event 95 2025-10-03 17:36:18 SIG96 Yes Yes Yes Real-time event 96 2025-10-03 17:36:18 SIG97 Yes Yes Yes Real-time event 97 2025-10-03 17:36:18 SIG98 Yes Yes Yes Real-time event 98 2025-10-03 17:36:18 SIG99 Yes Yes Yes Real-time event 99 2025-10-03 17:36:18 SIG100 Yes Yes Yes Real-time event 100 2025-10-03 17:36:18 SIG101 Yes Yes Yes Real-time event 101 2025-10-03 17:36:18 SIG102 Yes Yes Yes Real-time event 102 2025-10-03 17:36:18 SIG103 Yes Yes Yes Real-time event 103 2025-10-03 17:36:18 SIG104 Yes Yes Yes Real-time event 104 2025-10-03 17:36:18 SIG105 Yes Yes Yes Real-time event 105 2025-10-03 17:36:18 SIG106 Yes Yes Yes Real-time event 106 2025-10-03 17:36:18 SIG107 Yes Yes Yes Real-time event 107 2025-10-03 17:36:18 SIG108 Yes Yes Yes Real-time event 108 2025-10-03 17:36:18 SIG109 Yes Yes Yes Real-time event 109 2025-10-03 17:36:18 SIG110 Yes Yes Yes Real-time event 110 2025-10-03 17:36:18 SIG111 Yes Yes Yes Real-time event 111 2025-10-03 17:36:18 SIG112 Yes Yes Yes Real-time event 112 2025-10-03 17:36:18 SIG113 Yes Yes Yes Real-time event 113 2025-10-03 17:36:18 SIG114 Yes Yes Yes Real-time event 114 2025-10-03 17:36:18 SIG115 Yes Yes Yes Real-time event 115 2025-10-03 17:36:18 SIG116 Yes Yes Yes Real-time event 116 2025-10-03 17:36:18 SIG117 Yes Yes Yes Real-time event 117 2025-10-03 17:36:18 SIG118 Yes Yes Yes Real-time event 118 2025-10-03 17:36:18 SIG119 Yes Yes Yes Real-time event 119 2025-10-03 17:36:18 SIG120 Yes Yes Yes Real-time event 120 2025-10-03 17:36:18 SIG121 Yes Yes Yes Real-time event 121 2025-10-03 17:36:18 SIG122 Yes Yes Yes Real-time event 122 2025-10-03 17:36:18 SIG123 Yes Yes Yes Real-time event 123 2025-10-03 17:36:18 SIG124 Yes Yes Yes Real-time event 124 2025-10-03 17:36:18 SIG125 Yes Yes Yes Real-time event 125 2025-10-03 17:36:18 SIG126 Yes Yes Yes Real-time event 126 2025-10-03 17:36:18 SIG127 Yes Yes Yes Real-time event 127 2025-10-03 17:36:18 SIGINFO Yes Yes Yes Information request 2025-10-03 17:36:18 EXC_BAD_ACCESS Yes Yes Yes Could not access memory 2025-10-03 17:36:18 EXC_BAD_INSTRUCTION Yes Yes Yes Illegal instruction/operand 2025-10-03 17:36:18 EXC_ARITHMETIC Yes Yes Yes Arithmetic exception 2025-10-03 17:36:18 EXC_EMULATION Yes Yes Yes Emulation instruction 2025-10-03 17:36:18 EXC_SOFTWARE Yes Yes Yes Software generated exception 2025-10-03 17:36:18 EXC_BREAKPOINT Yes Yes Yes Breakpoint 2025-10-03 17:36:18 SIGLIBRT No No Yes librt internal signal 2025-10-03 17:36:18 2025-10-03 17:36:18 Use the "handle" command to change these tables. 2025-10-03 17:36:18 Connected to clickhouse-server after attaching gdb 2025-10-03 17:36:18 2025-10-03 17:36:18 real 0m10.157s 2025-10-03 17:36:18 user 0m0.054s 2025-10-03 17:36:18 sys 0m0.029s 2025-10-03 17:36:18 + for _ in {1..180} 2025-10-03 17:36:18 + clickhouse-client --query 'select 1' 2025-10-03 17:36:18 1 2025-10-03 17:36:18 + break 2025-10-03 17:36:18 + kill -0 169 2025-10-03 17:36:18 + echo 'Server started and responded.' 2025-10-03 17:36:18 Server started and responded. 2025-10-03 17:36:18 + setup_logs_replication 2025-10-03 17:36:18 + set +x 2025-10-03 17:36:18 File /tmp/export-logs-config.sh does not exist, do not setup 2025-10-03 17:36:18 + fuzzer_pid=946 2025-10-03 17:36:18 + echo 'Fuzzer pid is 946' 2025-10-03 17:36:18 Fuzzer pid is 946 2025-10-03 17:36:18 ++ ps -o pid= --ppid 946 2025-10-03 17:36:18 ++ sort -R 2025-10-03 17:36:18 + actual_fuzzer_pid=' 948' 2025-10-03 17:36:18 + [[ 0 = \1 ]] 2025-10-03 17:36:18 + echo 'Attaching gdb to the fuzzer itself' 2025-10-03 17:36:18 Attaching gdb to the fuzzer itself 2025-10-03 17:36:18 + fuzzer_exit_code=0 2025-10-03 17:36:18 + wait 946 2025-10-03 17:36:18 + gdb -batch -command script.gdb -p 948 2025-10-03 17:36:18 [Thread debugging using libthread_db enabled] 2025-10-03 17:36:18 Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 2025-10-03 17:36:18 0x00007f6fc4b263ea in wait4 () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 17:36:18 SIGINT is used by the debugger. 2025-10-03 17:36:18 Are you sure you want to change it? (y or n) [answered Y; input not from terminal] 2025-10-03 17:36:18 Signal Stop Print Pass to program Description 2025-10-03 17:36:18 2025-10-03 17:36:18 SIGHUP No No Yes Hangup 2025-10-03 17:36:18 SIGINT No No Yes Interrupt 2025-10-03 17:36:18 SIGQUIT No No Yes Quit 2025-10-03 17:36:18 SIGILL Yes Yes Yes Illegal instruction 2025-10-03 17:36:18 SIGTRAP Yes Yes No Trace/breakpoint trap 2025-10-03 17:36:18 SIGABRT Yes Yes Yes Aborted 2025-10-03 17:36:18 SIGEMT Yes Yes Yes Emulation trap 2025-10-03 17:36:18 SIGFPE Yes Yes Yes Arithmetic exception 2025-10-03 17:36:18 SIGKILL Yes Yes Yes Killed 2025-10-03 17:36:18 SIGBUS Yes Yes Yes Bus error 2025-10-03 17:36:18 SIGSEGV Yes Yes Yes Segmentation fault 2025-10-03 17:36:18 SIGSYS Yes Yes Yes Bad system call 2025-10-03 17:36:18 SIGPIPE No No Yes Broken pipe 2025-10-03 17:36:18 SIGALRM No No Yes Alarm clock 2025-10-03 17:36:18 SIGTERM No No Yes Terminated 2025-10-03 17:36:18 SIGURG No No Yes Urgent I/O condition 2025-10-03 17:36:18 SIGSTOP Yes Yes Yes Stopped (signal) 2025-10-03 17:36:18 SIGTSTP Yes Yes Yes Stopped (user) 2025-10-03 17:36:18 SIGCONT Yes Yes Yes Continued 2025-10-03 17:36:18 SIGCHLD No No Yes Child status changed 2025-10-03 17:36:18 SIGTTIN Yes Yes Yes Stopped (tty input) 2025-10-03 17:36:18 SIGTTOU Yes Yes Yes Stopped (tty output) 2025-10-03 17:36:18 SIGIO No No Yes I/O possible 2025-10-03 17:36:18 SIGXCPU Yes Yes Yes CPU time limit exceeded 2025-10-03 17:36:18 SIGXFSZ Yes Yes Yes File size limit exceeded 2025-10-03 17:36:18 SIGVTALRM No No Yes Virtual timer expired 2025-10-03 17:36:18 SIGPROF No No Yes Profiling timer expired 2025-10-03 17:36:18 SIGWINCH No No Yes Window size changed 2025-10-03 17:36:18 SIGLOST Yes Yes Yes Resource lost 2025-10-03 17:36:18 SIGUSR1 No No Yes User defined signal 1 2025-10-03 17:36:18 SIGUSR2 No No Yes User defined signal 2 2025-10-03 17:36:18 SIGPWR Yes Yes Yes Power fail/restart 2025-10-03 17:36:18 SIGPOLL No No Yes Pollable event occurred 2025-10-03 17:36:18 SIGWIND Yes Yes Yes SIGWIND 2025-10-03 17:36:18 SIGPHONE Yes Yes Yes SIGPHONE 2025-10-03 17:36:18 SIGWAITING No No Yes Process's LWPs are blocked 2025-10-03 17:36:18 SIGLWP No No Yes Signal LWP 2025-10-03 17:36:18 SIGDANGER Yes Yes Yes Swap space dangerously low 2025-10-03 17:36:18 SIGGRANT Yes Yes Yes Monitor mode granted 2025-10-03 17:36:18 SIGRETRACT Yes Yes Yes Need to relinquish monitor mode 2025-10-03 17:36:18 SIGMSG Yes Yes Yes Monitor mode data available 2025-10-03 17:36:18 SIGSOUND Yes Yes Yes Sound completed 2025-10-03 17:36:18 SIGSAK Yes Yes Yes Secure attention 2025-10-03 17:36:18 SIGPRIO No No Yes SIGPRIO 2025-10-03 17:36:18 SIG33 No No Yes Real-time event 33 2025-10-03 17:36:18 SIG34 No No Yes Real-time event 34 2025-10-03 17:36:18 SIG35 Yes Yes Yes Real-time event 35 2025-10-03 17:36:18 SIG36 Yes Yes Yes Real-time event 36 2025-10-03 17:36:18 SIG37 Yes Yes Yes Real-time event 37 2025-10-03 17:36:18 SIG38 Yes Yes Yes Real-time event 38 2025-10-03 17:36:18 SIG39 Yes Yes Yes Real-time event 39 2025-10-03 17:36:18 SIG40 Yes Yes Yes Real-time event 40 2025-10-03 17:36:18 SIG41 Yes Yes Yes Real-time event 41 2025-10-03 17:36:18 SIG42 Yes Yes Yes Real-time event 42 2025-10-03 17:36:18 SIG43 Yes Yes Yes Real-time event 43 2025-10-03 17:36:18 SIG44 Yes Yes Yes Real-time event 44 2025-10-03 17:36:18 SIG45 Yes Yes Yes Real-time event 45 2025-10-03 17:36:18 SIG46 Yes Yes Yes Real-time event 46 2025-10-03 17:36:18 SIG47 Yes Yes Yes Real-time event 47 2025-10-03 17:36:18 SIG48 Yes Yes Yes Real-time event 48 2025-10-03 17:36:18 SIG49 Yes Yes Yes Real-time event 49 2025-10-03 17:36:18 SIG50 Yes Yes Yes Real-time event 50 2025-10-03 17:36:18 SIG51 Yes Yes Yes Real-time event 51 2025-10-03 17:36:18 SIG52 Yes Yes Yes Real-time event 52 2025-10-03 17:36:18 SIG53 Yes Yes Yes Real-time event 53 2025-10-03 17:36:18 SIG54 Yes Yes Yes Real-time event 54 2025-10-03 17:36:18 SIG55 Yes Yes Yes Real-time event 55 2025-10-03 17:36:18 SIG56 Yes Yes Yes Real-time event 56 2025-10-03 17:36:18 SIG57 Yes Yes Yes Real-time event 57 2025-10-03 17:36:18 SIG58 Yes Yes Yes Real-time event 58 2025-10-03 17:36:18 SIG59 Yes Yes Yes Real-time event 59 2025-10-03 17:36:18 SIG60 Yes Yes Yes Real-time event 60 2025-10-03 17:36:18 SIG61 Yes Yes Yes Real-time event 61 2025-10-03 17:36:18 SIG62 Yes Yes Yes Real-time event 62 2025-10-03 17:36:18 SIG63 Yes Yes Yes Real-time event 63 2025-10-03 17:36:18 SIGCANCEL No No Yes LWP internal signal 2025-10-03 17:36:18 SIG32 No No Yes Real-time event 32 2025-10-03 17:36:18 SIG64 Yes Yes Yes Real-time event 64 2025-10-03 17:36:18 SIG65 Yes Yes Yes Real-time event 65 2025-10-03 17:36:18 SIG66 Yes Yes Yes Real-time event 66 2025-10-03 17:36:18 SIG67 Yes Yes Yes Real-time event 67 2025-10-03 17:36:18 SIG68 Yes Yes Yes Real-time event 68 2025-10-03 17:36:18 SIG69 Yes Yes Yes Real-time event 69 2025-10-03 17:36:18 SIG70 Yes Yes Yes Real-time event 70 2025-10-03 17:36:18 SIG71 Yes Yes Yes Real-time event 71 2025-10-03 17:36:18 SIG72 Yes Yes Yes Real-time event 72 2025-10-03 17:36:18 SIG73 Yes Yes Yes Real-time event 73 2025-10-03 17:36:18 SIG74 Yes Yes Yes Real-time event 74 2025-10-03 17:36:18 SIG75 Yes Yes Yes Real-time event 75 2025-10-03 17:36:18 SIG76 Yes Yes Yes Real-time event 76 2025-10-03 17:36:18 SIG77 Yes Yes Yes Real-time event 77 2025-10-03 17:36:18 SIG78 Yes Yes Yes Real-time event 78 2025-10-03 17:36:18 SIG79 Yes Yes Yes Real-time event 79 2025-10-03 17:36:18 SIG80 Yes Yes Yes Real-time event 80 2025-10-03 17:36:18 SIG81 Yes Yes Yes Real-time event 81 2025-10-03 17:36:18 SIG82 Yes Yes Yes Real-time event 82 2025-10-03 17:36:18 SIG83 Yes Yes Yes Real-time event 83 2025-10-03 17:36:18 SIG84 Yes Yes Yes Real-time event 84 2025-10-03 17:36:18 SIG85 Yes Yes Yes Real-time event 85 2025-10-03 17:36:18 SIG86 Yes Yes Yes Real-time event 86 2025-10-03 17:36:18 SIG87 Yes Yes Yes Real-time event 87 2025-10-03 17:36:18 SIG88 Yes Yes Yes Real-time event 88 2025-10-03 17:36:18 SIG89 Yes Yes Yes Real-time event 89 2025-10-03 17:36:18 SIG90 Yes Yes Yes Real-time event 90 2025-10-03 17:36:18 SIG91 Yes Yes Yes Real-time event 91 2025-10-03 17:36:18 SIG92 Yes Yes Yes Real-time event 92 2025-10-03 17:36:18 SIG93 Yes Yes Yes Real-time event 93 2025-10-03 17:36:18 SIG94 Yes Yes Yes Real-time event 94 2025-10-03 17:36:18 SIG95 Yes Yes Yes Real-time event 95 2025-10-03 17:36:18 SIG96 Yes Yes Yes Real-time event 96 2025-10-03 17:36:18 SIG97 Yes Yes Yes Real-time event 97 2025-10-03 17:36:18 SIG98 Yes Yes Yes Real-time event 98 2025-10-03 17:36:18 SIG99 Yes Yes Yes Real-time event 99 2025-10-03 17:36:18 SIG100 Yes Yes Yes Real-time event 100 2025-10-03 17:36:18 SIG101 Yes Yes Yes Real-time event 101 2025-10-03 17:36:18 SIG102 Yes Yes Yes Real-time event 102 2025-10-03 17:36:18 SIG103 Yes Yes Yes Real-time event 103 2025-10-03 17:36:18 SIG104 Yes Yes Yes Real-time event 104 2025-10-03 17:36:18 SIG105 Yes Yes Yes Real-time event 105 2025-10-03 17:36:18 SIG106 Yes Yes Yes Real-time event 106 2025-10-03 17:36:18 SIG107 Yes Yes Yes Real-time event 107 2025-10-03 17:36:18 SIG108 Yes Yes Yes Real-time event 108 2025-10-03 17:36:18 SIG109 Yes Yes Yes Real-time event 109 2025-10-03 17:36:18 SIG110 Yes Yes Yes Real-time event 110 2025-10-03 17:36:18 SIG111 Yes Yes Yes Real-time event 111 2025-10-03 17:36:18 SIG112 Yes Yes Yes Real-time event 112 2025-10-03 17:36:18 SIG113 Yes Yes Yes Real-time event 113 2025-10-03 17:36:18 SIG114 Yes Yes Yes Real-time event 114 2025-10-03 17:36:18 SIG115 Yes Yes Yes Real-time event 115 2025-10-03 17:36:18 SIG116 Yes Yes Yes Real-time event 116 2025-10-03 17:36:18 SIG117 Yes Yes Yes Real-time event 117 2025-10-03 17:36:18 SIG118 Yes Yes Yes Real-time event 118 2025-10-03 17:36:18 SIG119 Yes Yes Yes Real-time event 119 2025-10-03 17:36:18 SIG120 Yes Yes Yes Real-time event 120 2025-10-03 17:36:18 SIG121 Yes Yes Yes Real-time event 121 2025-10-03 17:36:18 SIG122 Yes Yes Yes Real-time event 122 2025-10-03 17:36:18 SIG123 Yes Yes Yes Real-time event 123 2025-10-03 17:36:18 SIG124 Yes Yes Yes Real-time event 124 2025-10-03 17:36:18 SIG125 Yes Yes Yes Real-time event 125 2025-10-03 17:36:18 SIG126 Yes Yes Yes Real-time event 126 2025-10-03 17:36:18 SIG127 Yes Yes Yes Real-time event 127 2025-10-03 17:36:18 SIGINFO Yes Yes Yes Information request 2025-10-03 17:36:18 EXC_BAD_ACCESS Yes Yes Yes Could not access memory 2025-10-03 17:36:18 EXC_BAD_INSTRUCTION Yes Yes Yes Illegal instruction/operand 2025-10-03 17:36:18 EXC_ARITHMETIC Yes Yes Yes Arithmetic exception 2025-10-03 17:36:18 EXC_EMULATION Yes Yes Yes Emulation instruction 2025-10-03 17:36:18 EXC_SOFTWARE Yes Yes Yes Software generated exception 2025-10-03 17:36:18 EXC_BREAKPOINT Yes Yes Yes Breakpoint 2025-10-03 17:36:18 SIGLIBRT No No Yes librt internal signal 2025-10-03 17:36:18 2025-10-03 17:36:18 Use the "handle" command to change these tables. 2025-10-03 17:36:19 ++ 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/03443_projection_sparse.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 17:36:19 [Inferior 1 (process 948) exited normally] 2025-10-03 17:36:19 script.gdb:13: Error in sourced command file: 2025-10-03 17:36:19 No stack. 2025-10-03 17:36:19 + 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/01927_query_views_log_current_database.sql ch/tests/queries/0_stateless/03199_json_extract_dynamic.sql ch/tests/queries/0_stateless/01267_alter_default_key_columns_zookeeper_long.sql ch/tests/queries/0_stateless/02354_read_in_order_prewhere.sql ch/tests/queries/0_stateless/01471_limit_by_format.sql ch/tests/queries/0_stateless/02711_trim_aliases.sql ch/tests/queries/0_stateless/01047_no_alias_columns_with_table_aliases.sql ch/tests/queries/0_stateless/01950_aliases_bad_cast.sql ch/tests/queries/0_stateless/02887_tuple_element_distributed.sql ch/tests/queries/0_stateless/02693_multiple_joins_in.sql ch/tests/queries/0_stateless/03168_cld2_tsan.sql ch/tests/queries/0_stateless/01582_distinct_subquery_groupby.sql ch/tests/queries/0_stateless/02503_join_switch_alias_fuzz.sql ch/tests/queries/0_stateless/01079_bit_operations_using_bitset.sql ch/tests/queries/0_stateless/00974_final_predicate_push_down.sql ch/tests/queries/0_stateless/00468_array_join_multiple_arrays_and_use_original_column.sql ch/tests/queries/0_stateless/02244_ip_address_invalid_insert.sql ch/tests/queries/0_stateless/02462_number_to_datetype.sql ch/tests/queries/0_stateless/02459_materialized_view_default_value.sql ch/tests/queries/0_stateless/02190_current_metrics_query.sql ch/tests/queries/0_stateless/02709_generate_random_valid_decimals_and_bools.sql ch/tests/queries/0_stateless/02971_limit_by_distributed.sql ch/tests/queries/0_stateless/00653_monotonic_integer_cast.sql ch/tests/queries/0_stateless/00122_join_with_subquery_with_subquery.sql ch/tests/queries/0_stateless/02985_if_over_big_int_decimal.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_2.sql ch/tests/queries/0_stateless/02552_inner_join_with_where_true.sql ch/tests/queries/0_stateless/02144_avg_ubsan.sql ch/tests/queries/0_stateless/01134_max_rows_to_group_by.sql ch/tests/queries/0_stateless/01009_insert_select_data_loss.sql ch/tests/queries/0_stateless/02021_exponential_sum_shard.sql ch/tests/queries/0_stateless/01661_week_functions_string_args.sql ch/tests/queries/0_stateless/02179_bool_type.sql ch/tests/queries/0_stateless/02097_initializeAggregationNullable.sql ch/tests/queries/0_stateless/01036_no_superfluous_dict_reload_on_create_database.sql ch/tests/queries/0_stateless/01281_unsucceeded_insert_select_queries_counter.sql ch/tests/queries/0_stateless/01271_show_privileges.sql ch/tests/queries/0_stateless/02100_replaceRegexpAll_bug.sql ch/tests/queries/0_stateless/02874_parse_json_as_json_each_row_on_no_metadata.sql ch/tests/queries/0_stateless/02163_shard_num.sql ch/tests/queries/0_stateless/02542_transform_old.sql ch/tests/queries/0_stateless/01772_to_start_of_hour_align.sql ch/tests/queries/0_stateless/02366_kql_summarize.sql ch/tests/queries/0_stateless/02675_is_ipv6_function_fix.sql ch/tests/queries/0_stateless/01881_total_bytes_storage_buffer.sql ch/tests/queries/0_stateless/00968_file_engine_in_subquery.sql ch/tests/queries/0_stateless/02114_bool_type.sql ch/tests/queries/0_stateless/01413_alter_update_supertype.sql ch/tests/queries/0_stateless/00897_flatten.sql ch/tests/queries/0_stateless/00836_numbers_table_function_zero.sql ch/tests/queries/0_stateless/00765_locate.sql ch/tests/queries/0_stateless/01852_cast_operator_4.sql ch/tests/queries/0_stateless/02676_analyzer_limit_offset.sql ch/tests/queries/0_stateless/02346_fulltext_index_bug59039.sql ch/tests/queries/0_stateless/01710_projections_in_distributed_query.sql ch/tests/queries/0_stateless/01710_minmax_count_projection.sql ch/tests/queries/0_stateless/02946_parallel_replicas_distributed.sql ch/tests/queries/0_stateless/03054_analyzer_join_alias.sql ch/tests/queries/0_stateless/00013_create_table_with_arrays.sql ch/tests/queries/0_stateless/02916_move_partition_inactive_replica.sql ch/tests/queries/0_stateless/03022_alter_materialized_view_query_has_inner_table.sql ch/tests/queries/0_stateless/00910_buffer_prewhere.sql ch/tests/queries/0_stateless/01811_datename.sql ch/tests/queries/0_stateless/00392_enum_nested_alter.sql ch/tests/queries/0_stateless/00910_zookeeper_custom_compression_codecs_replicated_long.sql ch/tests/queries/0_stateless/02179_degrees_radians.sql ch/tests/queries/0_stateless/01562_agg_null_for_empty_ahead.sql ch/tests/queries/0_stateless/03147_datetime64_constant_index_analysis.sql ch/tests/queries/0_stateless/01297_create_quota.sql ch/tests/queries/0_stateless/02893_trash_optimization.sql ch/tests/queries/0_stateless/02725_cnf_large_check.sql ch/tests/queries/0_stateless/01702_toDateTime_from_string_clamping.sql ch/tests/queries/0_stateless/00147_alter_nested_default.sql ch/tests/queries/0_stateless/02340_union_header.sql ch/tests/queries/0_stateless/02316_literal_no_octal.sql ch/tests/queries/0_stateless/03035_materialized_primary_key.sql ch/tests/queries/0_stateless/02463_julian_day_ubsan.sql ch/tests/queries/0_stateless/01715_background_checker_blather_zookeeper_long.sql ch/tests/queries/0_stateless/00525_aggregate_functions_of_nullable_that_return_non_nullable.sql ch/tests/queries/0_stateless/02565_update_empty_nested.sql ch/tests/queries/0_stateless/01710_projection_optimize_group_by_function_keys.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_2_wide_merge_tree.gen.sql ch/tests/queries/0_stateless/01890_cross_join_explain_crash.sql ch/tests/queries/0_stateless/00946_ml_test.sql ch/tests/queries/0_stateless/00088_distinct_of_arrays_of_strings.sql ch/tests/queries/0_stateless/02096_sample_by_tuple.sql ch/tests/queries/0_stateless/02345_create_table_allow_trailing_comma.sql ch/tests/queries/0_stateless/01672_actions_dag_merge_crash.sql ch/tests/queries/0_stateless/01901_in_literal_shard_prune.sql ch/tests/queries/0_stateless/01943_non_deterministic_order_key.sql ch/tests/queries/0_stateless/02982_minmax_nan_null_order.sql ch/tests/queries/0_stateless/01118_is_constant.sql ch/tests/queries/0_stateless/01135_default_and_alter_zookeeper.sql ch/tests/queries/0_stateless/00397_tsv_format_synonym.sql ch/tests/queries/0_stateless/00627_recursive_alias.sql ch/tests/queries/0_stateless/02477_age_date32.sql ch/tests/queries/0_stateless/00464_array_element_out_of_range.sql ch/tests/queries/0_stateless/01550_create_map_type.sql ch/tests/queries/0_stateless/02597_column_delete_and_replication.sql ch/tests/queries/0_stateless/03094_named_tuple_bug24607.sql ch/tests/queries/0_stateless/02746_index_analysis_binary_operator_with_null.sql ch/tests/queries/0_stateless/03215_parquet_index.sql ch/tests/queries/0_stateless/03143_ttl_in_system_parts_columns_table.sql ch/tests/queries/0_stateless/00152_totals_in_subquery.sql ch/tests/queries/0_stateless/01883_grouping_sets_crash.sql ch/tests/queries/0_stateless/01507_transform_null_in.sql ch/tests/queries/0_stateless/01272_suspicious_codecs.sql ch/tests/queries/0_stateless/01671_aggregate_function_group_bitmap_data.sql ch/tests/queries/0_stateless/02313_test_fpc_codec.sql ch/tests/queries/0_stateless/02493_analyzer_sum_if_to_count_if.sql ch/tests/queries/0_stateless/01291_distributed_low_cardinality_memory_efficient.sql ch/tests/queries/0_stateless/00311_array_primary_key.sql ch/tests/queries/0_stateless/02474_analyzer_subqueries_table_expression_modifiers.sql ch/tests/queries/0_stateless/00504_mergetree_arrays_rw.sql ch/tests/queries/0_stateless/02022_array_full_text_bloom_filter_index.sql ch/tests/queries/0_stateless/01011_test_create_as_skip_indices.sql ch/tests/queries/0_stateless/02343_analyzer_column_transformers_strict.sql ch/tests/queries/0_stateless/03002_filter_skip_virtual_columns_with_non_deterministic_functions.sql ch/tests/queries/0_stateless/01358_union_threads_bug.sql ch/tests/queries/0_stateless/03014_analyzer_groupby_fuzz_60317.sql ch/tests/queries/0_stateless/00908_analyze_query.sql ch/tests/queries/0_stateless/00020_sorting_arrays.sql ch/tests/queries/0_stateless/00280_hex_escape_sequence.sql ch/tests/queries/0_stateless/00564_versioned_collapsing_merge_tree.sql ch/tests/queries/0_stateless/00751_low_cardinality_nullable_group_by.sql ch/tests/queries/0_stateless/01071_prohibition_secondary_index_with_old_format_merge_tree.sql ch/tests/queries/0_stateless/02337_join_analyze_stuck.sql ch/tests/queries/0_stateless/00396_uuid.sql ch/tests/queries/0_stateless/01925_broken_partition_id_zookeeper.sql ch/tests/queries/0_stateless/03040_array_sum_and_join.sql ch/tests/queries/0_stateless/02457_s3_cluster_schema_inference.sql ch/tests/queries/0_stateless/02902_add_scalar_in_all_case.sql ch/tests/queries/0_stateless/00498_array_functions_concat_slice_push_pop.sql ch/tests/queries/0_stateless/02479_nullable_primary_key_non_first_column.sql ch/tests/queries/0_stateless/02884_string_distance_function.sql ch/tests/queries/0_stateless/00338_replicate_array_of_strings.sql ch/tests/queries/0_stateless/01281_sum_nullable.sql ch/tests/queries/0_stateless/03290_limit_by_segv.sql ch/tests/queries/0_stateless/02187_test_final_and_limit_modifier.sql ch/tests/queries/0_stateless/00367_visible_width_of_array_tuple_enum.sql ch/tests/queries/0_stateless/02125_query_views_log.sql ch/tests/queries/0_stateless/01558_enum_as_num_in_tsv_csv_input.sql ch/tests/queries/0_stateless/02049_lowcardinality_shortcircuit_crash.sql ch/tests/queries/0_stateless/02494_query_cache_totals_extremes.sql ch/tests/queries/0_stateless/02286_function_wyhash.sql ch/tests/queries/0_stateless/02183_dictionary_date_types.sql ch/tests/queries/0_stateless/02015_order_by_with_fill_misoptimization.sql ch/tests/queries/0_stateless/02416_in_set_same_ast_diff_columns.sql ch/tests/queries/0_stateless/02521_to_custom_day_of_week.sql ch/tests/queries/0_stateless/02920_unary_operators_functions.sql ch/tests/queries/0_stateless/00765_sql_compatibility_aliases.sql ch/tests/queries/0_stateless/01924_argmax_bitmap_state.sql ch/tests/queries/0_stateless/03152_dynamic_type_simple.sql ch/tests/queries/0_stateless/00640_endsWith.sql ch/tests/queries/0_stateless/02440_mutations_finalization.sql ch/tests/queries/0_stateless/02963_invalid_identifier.sql ch/tests/queries/0_stateless/01936_quantiles_cannot_return_null.sql ch/tests/queries/0_stateless/01440_big_int_least_greatest.sql ch/tests/queries/0_stateless/02785_global_join_too_many_columns.sql ch/tests/queries/0_stateless/02233_interpolate_1.sql ch/tests/queries/0_stateless/03153_dynamic_type_empty.sql ch/tests/queries/0_stateless/03214_bitslice_argument_evaluation.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_memory.sql ch/tests/queries/0_stateless/02353_explain_ast_optimize.sql ch/tests/queries/0_stateless/01906_h3_to_geo.sql ch/tests/queries/0_stateless/03225_alter_to_json_not_supported.sql ch/tests/queries/0_stateless/01076_array_join_prewhere_const_folding.sql ch/tests/queries/0_stateless/01244_optimize_distributed_group_by_sharding_key.sql ch/tests/queries/0_stateless/01430_fix_any_rewrite_aliases.sql ch/tests/queries/0_stateless/02521_grouping_sets_plus_memory_efficient_aggr.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement_2.sql ch/tests/queries/0_stateless/01825_new_type_json_mutations.sql ch/tests/queries/0_stateless/01944_insert_partition_by.sql ch/tests/queries/0_stateless/01774_case_sensitive_connection_id.sql ch/tests/queries/0_stateless/02233_with_total_empty_chunk.sql ch/tests/queries/0_stateless/03094_analyzer_fiddle_multiif.sql ch/tests/queries/0_stateless/01470_explain.sql ch/tests/queries/0_stateless/01415_overlimiting_threads_for_repica_bug.sql ch/tests/queries/0_stateless/03144_aggregate_states_with_different_types.sql ch/tests/queries/0_stateless/01493_alter_remove_no_property_zookeeper_long.sql ch/tests/queries/0_stateless/00940_max_parts_in_total.sql ch/tests/queries/0_stateless/01294_create_settings_profile.sql ch/tests/queries/0_stateless/01825_type_json_order_by.sql ch/tests/queries/0_stateless/01940_custom_tld_sharding_key.sql ch/tests/queries/0_stateless/03210_optimize_rewrite_aggregate_function_with_if_return_type_bug.sql ch/tests/queries/0_stateless/02493_numeric_literals_with_underscores.sql ch/tests/queries/0_stateless/02042_map_get_non_const_key.sql ch/tests/queries/0_stateless/03120_analyzer_dist_join.sql ch/tests/queries/0_stateless/00974_fix_join_on.sql ch/tests/queries/0_stateless/02374_combine_multi_if_and_count_if_opt.sql ch/tests/queries/0_stateless/00965_shard_unresolvable_addresses.sql ch/tests/queries/0_stateless/03035_morton_encode_no_rows.sql ch/tests/queries/0_stateless/01581_deduplicate_by_columns_replicated_long.sql ch/tests/queries/0_stateless/01018_dictionaries_from_dictionaries.sql ch/tests/queries/0_stateless/02494_query_cache_compression.sql ch/tests/queries/0_stateless/02405_avro_read_nested.sql ch/tests/queries/0_stateless/02200_use_skip_indexes.sql ch/tests/queries/0_stateless/01891_echo.sql ch/tests/queries/0_stateless/01104_fixed_string_like.sql ch/tests/queries/0_stateless/02888_integer_type_inference_in_if_function.sql ch/tests/queries/0_stateless/03229_json_structure_comparison.sql ch/tests/queries/0_stateless/00232_format_readable_size.sql ch/tests/queries/0_stateless/02375_system_schema_inference_cache.sql ch/tests/queries/0_stateless/03031_low_cardinality_logical_error.sql ch/tests/queries/0_stateless/03095_merge_and_buffer_tables.sql ch/tests/queries/0_stateless/01032_cityHash64_for_decimal.sql ch/tests/queries/0_stateless/02795_full_join_assert_cast.sql ch/tests/queries/0_stateless/02421_json_decimals_as_strings.sql ch/tests/queries/0_stateless/00606_quantiles_and_nans.sql ch/tests/queries/0_stateless/02898_parallel_replicas_progress_bar.sql ch/tests/queries/0_stateless/00048_a_stored_aggregates_merge.sql ch/tests/queries/0_stateless/02457_key_condition_with_types_that_cannot_be_nullable.sql ch/tests/queries/0_stateless/01420_format_row.gen.sql ch/tests/queries/0_stateless/01896_jit_aggregation_function_if_long.sql ch/tests/queries/0_stateless/02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET.sql ch/tests/queries/0_stateless/02888_attach_partition_from_different_tables.sql ch/tests/queries/0_stateless/01730_distributed_group_by_no_merge_order_by_long.sql ch/tests/queries/0_stateless/02725_alias_with_restricted_keywords.sql ch/tests/queries/0_stateless/00103_ipv4_num_to_string_class_c.sql ch/tests/queries/0_stateless/02866_size_of_marks_skip_idx_explain.sql ch/tests/queries/0_stateless/02343_read_from_s3_compressed_blocks.sql ch/tests/queries/0_stateless/00918_json_functions.sql ch/tests/queries/0_stateless/01481_join_with_materialized.sql ch/tests/queries/0_stateless/02844_subquery_timeout_with_break.sql ch/tests/queries/0_stateless/02513_validate_data_types.sql ch/tests/queries/0_stateless/00978_ml_math.sql ch/tests/queries/0_stateless/01442_h3kring_range_check.sql ch/tests/queries/0_stateless/00573_shard_aggregation_by_empty_set.sql ch/tests/queries/0_stateless/00732_quorum_insert_lost_part_zookeeper_long.sql ch/tests/queries/0_stateless/02383_array_signed_const_positive_index.sql ch/tests/queries/0_stateless/02811_insert_schema_inference.sql ch/tests/queries/0_stateless/01787_arena_assert_column_nothing.sql ch/tests/queries/0_stateless/02158_contingency.sql ch/tests/queries/0_stateless/01932_global_in_function.sql ch/tests/queries/0_stateless/01685_json_extract_double_as_float.sql ch/tests/queries/0_stateless/00912_string_comparison.sql ch/tests/queries/0_stateless/00717_merge_and_distributed.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_vertical_wide_merge_tree.sql ch/tests/queries/0_stateless/02456_keeper_retries_during_insert.sql ch/tests/queries/0_stateless/01926_date_date_time_supertype.sql ch/tests/queries/0_stateless/02867_nullable_primary_key_final.sql ch/tests/queries/0_stateless/01278_random_string_utf8.sql ch/tests/queries/0_stateless/01663_quantile_weighted_overflow.sql ch/tests/queries/0_stateless/00691_array_distinct.sql ch/tests/queries/0_stateless/02500_analyzer_storage_view_crash_fix.sql ch/tests/queries/0_stateless/00948_to_valid_utf8.sql ch/tests/queries/0_stateless/00905_field_with_aggregate_function_state.sql ch/tests/queries/0_stateless/00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long.sql ch/tests/queries/0_stateless/00873_t64_codec_date.sql ch/tests/queries/0_stateless/02133_final_prewhere_where_lowcardinality_replacing.sql ch/tests/queries/0_stateless/00834_limit_with_constant_expressions.sql ch/tests/queries/0_stateless/01383_remote_ambiguous_column_shard.sql ch/tests/queries/0_stateless/02710_default_replicated_parameters.sql ch/tests/queries/0_stateless/02536_hdfs_cluster_use_structure_from_table.sql ch/tests/queries/0_stateless/00331_final_and_prewhere_condition_ver_column.sql ch/tests/queries/0_stateless/00129_quantile_timing_weighted.sql ch/tests/queries/0_stateless/03038_move_partition_to_oneself_deadlock.sql ch/tests/queries/0_stateless/01700_deltasum.sql ch/tests/queries/0_stateless/03215_varian_as_common_type_tuple_map.sql ch/tests/queries/0_stateless/01172_transaction_counters.sql ch/tests/queries/0_stateless/00938_basename.sql ch/tests/queries/0_stateless/02833_array_join_columns.sql ch/tests/queries/0_stateless/00219_full_right_join_column_order.sql ch/tests/queries/0_stateless/01493_table_function_null.sql ch/tests/queries/0_stateless/02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order.sql ch/tests/queries/0_stateless/02946_merge_tree_final_split_ranges_by_primary_key.sql ch/tests/queries/0_stateless/02911_system_symbols.sql ch/tests/queries/0_stateless/02590_bson_duplicate_column.sql ch/tests/queries/0_stateless/01592_toUnixTimestamp_Date.sql ch/tests/queries/0_stateless/02129_add_column_add_ttl.sql ch/tests/queries/0_stateless/02158_ztest.sql ch/tests/queries/0_stateless/01018_optimize_read_in_order_with_in_subquery.sql ch/tests/queries/0_stateless/00489_pk_subexpression.sql ch/tests/queries/0_stateless/02317_functions_with_nothing.sql ch/tests/queries/0_stateless/00980_shard_aggregation_state_deserialization.sql ch/tests/queries/0_stateless/00154_shard_distributed_with_distinct.sql ch/tests/queries/0_stateless/02572_materialized_views_ignore_errors.sql ch/tests/queries/0_stateless/00688_low_cardinality_prewhere.sql ch/tests/queries/0_stateless/02158_interval_length_sum.sql ch/tests/queries/0_stateless/00740_database_in_nested_view.sql ch/tests/queries/0_stateless/00006_extremes_and_subquery_from.sql ch/tests/queries/0_stateless/01137_order_by_func_final.sql ch/tests/queries/0_stateless/01881_aggregate_functions_versioning.sql ch/tests/queries/0_stateless/02526_merge_join_int_decimal.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_small.gen.sql ch/tests/queries/0_stateless/02451_variadic_null_garbage_data.sql ch/tests/queries/0_stateless/02188_parser_dictionary_primary_key.sql ch/tests/queries/0_stateless/00466_comments_in_keyword.sql ch/tests/queries/0_stateless/02772_jit_date_time_add.sql ch/tests/queries/0_stateless/03213_denseRank_percentRank_alias.sql ch/tests/queries/0_stateless/02013_json_function_null_column.sql ch/tests/queries/0_stateless/01782_field_oom.sql ch/tests/queries/0_stateless/01526_complex_key_dict_direct_layout.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_1_wide_merge_tree.sql ch/tests/queries/0_stateless/01521_distributed_query_hang.sql ch/tests/queries/0_stateless/01760_system_dictionaries.sql ch/tests/queries/0_stateless/01013_hex_decimal.sql ch/tests/queries/0_stateless/00461_default_value_of_argument_type.sql ch/tests/queries/0_stateless/03045_unknown_identifier_alias_substitution.sql ch/tests/queries/0_stateless/01015_empty_in_inner_right_join.gen.sql ch/tests/queries/0_stateless/01016_macros.sql ch/tests/queries/0_stateless/02532_analyzer_aggregation_with_rollup.sql ch/tests/queries/0_stateless/00820_multiple_joins_subquery_requires_alias.sql ch/tests/queries/0_stateless/02842_vertical_merge_after_add_drop_column.sql ch/tests/queries/0_stateless/02495_concat_with_separator.sql ch/tests/queries/0_stateless/02956_rocksdb_with_ttl.sql ch/tests/queries/0_stateless/00709_virtual_column_partition_id.sql ch/tests/queries/0_stateless/00700_decimal_formats.sql ch/tests/queries/0_stateless/02388_conversion_from_string_with_datetime64_to_date_and_date32.sql ch/tests/queries/0_stateless/00098_h_union_all.sql ch/tests/queries/0_stateless/01411_xor_itai_shirav.sql ch/tests/queries/0_stateless/02568_json_array_length.sql ch/tests/queries/0_stateless/02705_grouping_keys_equal_keys.sql ch/tests/queries/0_stateless/01527_materialized_view_stack_overflow.sql ch/tests/queries/0_stateless/00086_concat_nary_const_with_nonconst_segfault.sql ch/tests/queries/0_stateless/01045_array_zip.sql ch/tests/queries/0_stateless/00756_power_alias.sql ch/tests/queries/0_stateless/01890_stem.sql ch/tests/queries/0_stateless/01601_detach_permanently.sql ch/tests/queries/0_stateless/01825_new_type_json_insert_select.sql ch/tests/queries/0_stateless/03131_rewrite_sum_if_nullable.sql ch/tests/queries/0_stateless/00753_distributed_system_columns_and_system_tables.sql ch/tests/queries/0_stateless/03145_asof_join_ddb_inequalities.sql ch/tests/queries/0_stateless/02968_adaptive_async_insert_timeout.sql ch/tests/queries/0_stateless/00506_shard_global_in_union.sql ch/tests/queries/0_stateless/01763_filter_push_down_bugs.sql ch/tests/queries/0_stateless/02360_small_notation_h_for_hour_interval.sql ch/tests/queries/0_stateless/01710_order_by_projections_incomplete.sql ch/tests/queries/0_stateless/01066_bit_count.sql ch/tests/queries/0_stateless/00916_join_using_duplicate_columns.sql ch/tests/queries/0_stateless/02461_welch_t_test_fuzz.sql ch/tests/queries/0_stateless/01285_date_datetime_key_condition.sql ch/tests/queries/0_stateless/00752_low_cardinality_array_result.sql ch/tests/queries/0_stateless/01790_dist_INSERT_block_structure_mismatch_types_and_names.sql ch/tests/queries/0_stateless/00562_in_subquery_merge_tree.sql ch/tests/queries/0_stateless/02696_ignore_inacc_tables_mat_view_atttach.sql ch/tests/queries/0_stateless/01780_dict_get_or_null.sql ch/tests/queries/0_stateless/00328_long_case_construction.sql ch/tests/queries/0_stateless/00267_tuple_array_access_operators_priority.sql ch/tests/queries/0_stateless/00348_tuples.sql ch/tests/queries/0_stateless/02775_show_columns_called_from_clickhouse.sql ch/tests/queries/0_stateless/01462_test_codec_on_alias.sql ch/tests/queries/0_stateless/02932_punycode.sql ch/tests/queries/0_stateless/00919_sum_aggregate_states_constants.sql ch/tests/queries/0_stateless/02751_parallel_replicas_bug_chunkinfo_not_set.sql ch/tests/queries/0_stateless/00552_logical_functions_simple.sql ch/tests/queries/0_stateless/02346_fulltext_index_match_predicate.sql ch/tests/queries/0_stateless/02996_index_compaction_counterexample.sql ch/tests/queries/0_stateless/02500_prevent_drop_nested_if_empty_part.sql ch/tests/queries/0_stateless/01703_rewrite_aggregate_function_case_insensitive.sql ch/tests/queries/0_stateless/01663_test_toDate_mysql_compatibility.sql ch/tests/queries/0_stateless/02210_processors_profile_log.sql ch/tests/queries/0_stateless/01372_remote_table_function_empty_table.sql ch/tests/queries/0_stateless/01906_lc_in_bug.sql ch/tests/queries/0_stateless/01201_drop_column_compact_part_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere.sql ch/tests/queries/0_stateless/01102_distributed_local_in_bug.sql ch/tests/queries/0_stateless/03222_json_squashing.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_modify_partition_key.sql ch/tests/queries/0_stateless/02984_topk_empty_merge.sql ch/tests/queries/0_stateless/01513_optimize_aggregation_in_order_memory_long.sql ch/tests/queries/0_stateless/00383_utf8_validation.sql ch/tests/queries/0_stateless/01214_test_storage_merge_aliases_with_where.sql ch/tests/queries/0_stateless/02536_replace_with_nonconst_needle_and_replacement.sql ch/tests/queries/0_stateless/02311_hashed_array_dictionary_hierarchical_functions.gen.sql ch/tests/queries/0_stateless/01763_support_map_lowcardinality_type.sql ch/tests/queries/0_stateless/03035_recursive_cte_postgres_1.sql ch/tests/queries/0_stateless/02379_analyzer_subquery_depth.sql ch/tests/queries/0_stateless/02579_parameterized_replace.sql ch/tests/queries/0_stateless/01866_view_persist_settings.sql ch/tests/queries/0_stateless/01651_map_functions.sql ch/tests/queries/0_stateless/01045_bloom_filter_null_array.sql ch/tests/queries/0_stateless/01273_extractGroups.sql ch/tests/queries/0_stateless/00546_shard_tuple_element_formatting.sql ch/tests/queries/0_stateless/03273_dynamic_pretty_json_serialization.sql ch/tests/queries/0_stateless/01272_offset_without_limit.sql ch/tests/queries/0_stateless/01778_hierarchical_dictionaries.sql ch/tests/queries/0_stateless/01748_partition_id_pruning.sql ch/tests/queries/0_stateless/01277_alter_rename_column_constraint.sql ch/tests/queries/0_stateless/01343_min_bytes_to_use_mmap_io.sql ch/tests/queries/0_stateless/03243_check_for_nullable_nothing_in_alter.sql ch/tests/queries/0_stateless/03008_optimize_equal_ranges.sql ch/tests/queries/0_stateless/03010_virtual_memory_mappings_asynchronous_metrics.sql ch/tests/queries/0_stateless/01761_alter_decimal_zookeeper_long.sql ch/tests/queries/0_stateless/00502_sum_map.sql ch/tests/queries/0_stateless/02244_url_engine_headers_test.sql ch/tests/queries/0_stateless/02285_hex_bin_support_more_types.sql ch/tests/queries/0_stateless/01905_to_json_string.sql ch/tests/queries/0_stateless/02494_query_cache_tag.sql ch/tests/queries/0_stateless/02764_parallel_replicas_plain_merge_tree.sql ch/tests/queries/0_stateless/02946_materialize_column_must_not_override_past_values.sql ch/tests/queries/0_stateless/01255_geo_types_livace.sql ch/tests/queries/0_stateless/03010_file_log_large_poll_batch_size.sql ch/tests/queries/0_stateless/03095_msan_uuid_string_to_num.sql ch/tests/queries/0_stateless/03291_json_big_structure_deserialization.sql ch/tests/queries/0_stateless/00906_low_cardinality_const_argument.sql ch/tests/queries/0_stateless/02868_operator_is_not_distinct_from_priority.sql ch/tests/queries/0_stateless/01910_view_dictionary.sql ch/tests/queries/0_stateless/02484_substitute_udf_storage_args.sql ch/tests/queries/0_stateless/02202_use_skip_indexes_if_final.sql ch/tests/queries/0_stateless/01039_mergetree_exec_time.sql ch/tests/queries/0_stateless/01655_test_isnull_mysql_dialect.sql ch/tests/queries/0_stateless/02265_limit_push_down_over_window_functions_bug.sql ch/tests/queries/0_stateless/01412_mod_float.sql ch/tests/queries/0_stateless/01046_materialized_view_with_join_over_distributed.sql ch/tests/queries/0_stateless/01107_join_right_table_totals.sql ch/tests/queries/0_stateless/01560_DateTime_and_DateTime64_comparision.sql ch/tests/queries/0_stateless/00344_row_number_in_all_blocks.sql ch/tests/queries/0_stateless/01785_pmj_lc_bug.sql ch/tests/queries/0_stateless/02892_rocksdb_trivial_count.sql ch/tests/queries/0_stateless/01318_alter_add_column_exists.sql ch/tests/queries/0_stateless/01663_aes_msan.sql ch/tests/queries/0_stateless/00910_decimal_group_array_crash_3783.sql ch/tests/queries/0_stateless/01821_join_table_mutation.sql ch/tests/queries/0_stateless/02706_kolmogorov_smirnov_test.sql ch/tests/queries/0_stateless/02494_query_cache_empty_tuple.sql ch/tests/queries/0_stateless/02477_invalid_reads.sql ch/tests/queries/0_stateless/02426_pod_array_overflow_3.sql ch/tests/queries/0_stateless/03148_setting_max_streams_to_max_threads_ratio_overflow.sql ch/tests/queries/0_stateless/02455_duplicate_column_names_in_schema_inference.sql ch/tests/queries/0_stateless/02479_analyzer_join_with_constants.sql ch/tests/queries/0_stateless/01142_with_ties_and_aliases.sql ch/tests/queries/0_stateless/01429_join_on_error_messages.sql ch/tests/queries/0_stateless/00689_join_table_function.sql ch/tests/queries/0_stateless/00679_uuid_in_key.sql ch/tests/queries/0_stateless/01049_zookeeper_synchronous_mutations_long.sql ch/tests/queries/0_stateless/02354_vector_search_index_creation_negative.sql ch/tests/queries/0_stateless/01622_multiple_ttls.sql ch/tests/queries/0_stateless/02175_distributed_join_current_database.sql ch/tests/queries/0_stateless/01263_type_conversion_nvartolomei.sql ch/tests/queries/0_stateless/02483_check_virtuals_shile_using_structure_from_insertion_table.sql ch/tests/queries/0_stateless/01659_array_aggregation_ubsan.sql ch/tests/queries/0_stateless/00753_system_columns_and_system_tables_long.sql ch/tests/queries/0_stateless/00352_external_sorting_and_constants.sql ch/tests/queries/0_stateless/00800_versatile_storage_join.sql ch/tests/queries/0_stateless/01087_table_function_generate.sql ch/tests/queries/0_stateless/02251_last_day_of_month.sql ch/tests/queries/0_stateless/00674_join_on_syntax.sql ch/tests/queries/0_stateless/01493_alter_remove_wrong_default.sql ch/tests/queries/0_stateless/02935_date_trunc_case_unsensitiveness.sql ch/tests/queries/0_stateless/01428_h3_range_check.sql ch/tests/queries/0_stateless/00413_distinct.sql ch/tests/queries/0_stateless/02478_window_frame_type_groups.sql ch/tests/queries/0_stateless/01641_memory_tracking_insert_optimize.sql ch/tests/queries/0_stateless/03199_has_lc_fixed_string.sql ch/tests/queries/0_stateless/01511_alter_version_versioned_collapsing_merge_tree_zookeeper.sql ch/tests/queries/0_stateless/00178_query_datetime64_index.sql ch/tests/queries/0_stateless/00938_dataset_test.sql ch/tests/queries/0_stateless/02813_func_today_and_alias.sql ch/tests/queries/0_stateless/00516_modulo.sql ch/tests/queries/0_stateless/02311_normalize_utf8_constant.sql ch/tests/queries/0_stateless/00125_array_element_of_array_of_tuple.sql ch/tests/queries/0_stateless/02422_insert_different_granularity.sql ch/tests/queries/0_stateless/02148_cast_type_parsing.sql ch/tests/queries/0_stateless/01925_merge_prewhere_table.sql ch/tests/queries/0_stateless/03149_asof_join_ddb_timestamps.sql ch/tests/queries/0_stateless/00384_column_aggregate_function_insert_from.sql ch/tests/queries/0_stateless/02046_remote_table_function_named_collections.sql ch/tests/queries/0_stateless/00486_if_fixed_string.sql ch/tests/queries/0_stateless/00727_concat.sql ch/tests/queries/0_stateless/00612_union_query_with_subquery.sql ch/tests/queries/0_stateless/00577_replacing_merge_tree_vertical_merge.sql ch/tests/queries/0_stateless/02474_extract_fixedstring_from_json.sql ch/tests/queries/0_stateless/01781_merge_tree_deduplication.sql ch/tests/queries/0_stateless/00448_to_string_cut_to_zero.sql ch/tests/queries/0_stateless/02717_pretty_json.sql ch/tests/queries/0_stateless/02402_external_disk_mertrics.sql ch/tests/queries/0_stateless/02674_null_default_structure.sql ch/tests/queries/0_stateless/03276_functions_to_subcolumns_lc.sql ch/tests/queries/0_stateless/02971_functions_to_subcolumns_map.sql ch/tests/queries/0_stateless/02515_aggregate_functions_statistics.sql ch/tests/queries/0_stateless/00102_insert_into_temporary_table.sql ch/tests/queries/0_stateless/00283_column_cut.sql ch/tests/queries/0_stateless/01041_h3_is_valid.sql ch/tests/queries/0_stateless/00386_enum_in_pk.sql ch/tests/queries/0_stateless/00712_nan_comparison.sql ch/tests/queries/0_stateless/01458_is_decimal_overflow.sql ch/tests/queries/0_stateless/00678_shard_funnel_window.sql ch/tests/queries/0_stateless/01902_dictionary_array_type.sql ch/tests/queries/0_stateless/02296_nullable_arguments_in_array_filter.sql ch/tests/queries/0_stateless/00982_low_cardinality_setting_in_mv.sql ch/tests/queries/0_stateless/02922_analyzer_aggregate_nothing_type.sql ch/tests/queries/0_stateless/02319_sql_standard_create_drop_index.sql ch/tests/queries/0_stateless/02841_remote_parameter_parsing_error.sql ch/tests/queries/0_stateless/02933_sqid.sql ch/tests/queries/0_stateless/02111_with_fill_no_rows.sql ch/tests/queries/0_stateless/02025_nested_func_for_if_combinator.sql ch/tests/queries/0_stateless/02580_like_substring_search_bug.sql ch/tests/queries/0_stateless/01739_index_hint.sql ch/tests/queries/0_stateless/02893_bad_sample_view.sql ch/tests/queries/0_stateless/02494_query_cache_eligible_queries.sql ch/tests/queries/0_stateless/01732_alters_bad_conversions.sql ch/tests/queries/0_stateless/02160_h3_hex_area_Km2.sql ch/tests/queries/0_stateless/00821_distributed_storage_with_join_on.sql ch/tests/queries/0_stateless/00481_reading_from_last_granula.sql ch/tests/queries/0_stateless/02436_system_zookeeper_context.sql ch/tests/queries/0_stateless/01764_prefer_column_name_to_alias.sql ch/tests/queries/0_stateless/02752_custom_separated_ignore_spaces_bug.sql ch/tests/queries/0_stateless/02381_compress_marks_and_primary_key.sql ch/tests/queries/0_stateless/02813_seriesOutliersDetectTukey.sql ch/tests/queries/0_stateless/02303_cast_nullable_to_custom_types.sql ch/tests/queries/0_stateless/01720_type_map_and_casts.sql ch/tests/queries/0_stateless/01558_transform_null_in.sql ch/tests/queries/0_stateless/00969_roundDuration.sql ch/tests/queries/0_stateless/02889_datetime64_from_string.sql ch/tests/queries/0_stateless/02457_tuple_of_intervals.sql ch/tests/queries/0_stateless/02902_show_databases_limit.sql ch/tests/queries/0_stateless/02680_mysql_ast_logical_err.sql ch/tests/queries/0_stateless/01802_formatDateTime_DateTime64_century.sql ch/tests/queries/0_stateless/01016_uniqCombined64.sql ch/tests/queries/0_stateless/02932_idna.sql ch/tests/queries/0_stateless/01603_remove_column_ttl.sql ch/tests/queries/0_stateless/02875_json_array_as_string.sql ch/tests/queries/0_stateless/03252_fill_missed_arrays.sql ch/tests/queries/0_stateless/02891_functions_over_sparse_columns.sql ch/tests/queries/0_stateless/02096_totals_global_in_bug.sql ch/tests/queries/0_stateless/02285_executable_user_defined_function_group_by.sql ch/tests/queries/0_stateless/02096_rename_atomic_hang.sql ch/tests/queries/0_stateless/02313_displayname.sql ch/tests/queries/0_stateless/02336_sort_optimization_with_fill.sql ch/tests/queries/0_stateless/01457_create_as_table_function_structure.sql ch/tests/queries/0_stateless/00985_merge_stack_overflow.sql ch/tests/queries/0_stateless/01710_projection_detach_part.sql ch/tests/queries/0_stateless/01305_buffer_final_bug.sql ch/tests/queries/0_stateless/01048_window_view_parser.sql ch/tests/queries/0_stateless/00740_optimize_predicate_expression.sql ch/tests/queries/0_stateless/01060_defaults_all_columns.sql ch/tests/queries/0_stateless/02831_trash.sql ch/tests/queries/0_stateless/03147_parquet_memory_tracking.sql ch/tests/queries/0_stateless/03274_dynamic_column_data_race_with_concurrent_hj.sql ch/tests/queries/0_stateless/02494_zero_copy_and_projection_and_mutation_work_together.sql ch/tests/queries/0_stateless/02762_replicated_database_no_args.sql ch/tests/queries/0_stateless/02573_insert_null_as_default_null_as_empty_nested.sql ch/tests/queries/0_stateless/01083_log_first_column_alias.sql ch/tests/queries/0_stateless/00288_empty_stripelog.sql ch/tests/queries/0_stateless/02790_url_multiple_tsv_files.sql ch/tests/queries/0_stateless/02575_merge_prewhere_default_expression.sql ch/tests/queries/0_stateless/01158_zookeeper_log_long.sql ch/tests/queries/0_stateless/00490_special_line_separators_and_characters_outside_of_bmp.sql ch/tests/queries/0_stateless/02381_parseDateTime64BestEffortUS.sql ch/tests/queries/0_stateless/00064_negate_bug.sql ch/tests/queries/0_stateless/01471_top_k_range_check.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement.sql ch/tests/queries/0_stateless/02316_cast_to_ip_address_default_column.sql ch/tests/queries/0_stateless/00974_query_profiler.sql ch/tests/queries/0_stateless/01773_case_sensitive_revision.sql ch/tests/queries/0_stateless/02337_analyzer_columns_basic.sql ch/tests/queries/0_stateless/01457_int256_hashing.sql ch/tests/queries/0_stateless/01560_merge_distributed_join.sql ch/tests/queries/0_stateless/03217_primary_index_memory_leak.sql ch/tests/queries/0_stateless/02815_range_dict_no_direct_join.sql ch/tests/queries/0_stateless/02418_tautological_if_index.sql ch/tests/queries/0_stateless/01626_cnf_test.sql ch/tests/queries/0_stateless/02226_in_untuple_issue_34810.sql ch/tests/queries/0_stateless/03086_analyzer_window_func_part_of_group_by.sql ch/tests/queries/0_stateless/03014_msan_parse_date_time.sql ch/tests/queries/0_stateless/03087_analyzer_subquery_with_alias.sql ch/tests/queries/0_stateless/02536_distributed_detach_table.sql ch/tests/queries/0_stateless/01518_nullable_aggregate_states2.sql ch/tests/queries/0_stateless/02920_alter_column_of_projections.sql ch/tests/queries/0_stateless/01568_window_functions_distributed.sql ch/tests/queries/0_stateless/02785_summing_merge_tree_datetime64.sql ch/tests/queries/0_stateless/00409_shard_limit_by.sql ch/tests/queries/0_stateless/00713_collapsing_merge_tree.sql ch/tests/queries/0_stateless/02782_values_null_to_lc_nullable.sql ch/tests/queries/0_stateless/01891_partition_hash.sql ch/tests/queries/0_stateless/01585_use_index_for_global_in.sql ch/tests/queries/0_stateless/02949_parallel_replicas_scalar_subquery_big_integer.sql ch/tests/queries/0_stateless/01943_pmj_non_joined_stuck.gen.sql ch/tests/queries/0_stateless/01031_new_any_join.gen.sql ch/tests/queries/0_stateless/02241_short_circuit_short_column.sql ch/tests/queries/0_stateless/01867_fix_storage_memory_mutation.sql ch/tests/queries/0_stateless/01600_multiple_left_join_with_aliases.sql ch/tests/queries/0_stateless/03167_transactions_are_really_disabled.sql ch/tests/queries/0_stateless/02320_alter_columns_with_dots.sql ch/tests/queries/0_stateless/00927_asof_join_other_types.gen.sql ch/tests/queries/0_stateless/02887_byteswap.sql ch/tests/queries/0_stateless/02477_is_null_parser.sql ch/tests/queries/0_stateless/00957_delta_diff_bug.sql ch/tests/queries/0_stateless/01648_mutations_and_escaping.sql ch/tests/queries/0_stateless/02276_full_sort_join_unsupported.sql ch/tests/queries/0_stateless/02896_illegal_sampling.sql ch/tests/queries/0_stateless/01651_lc_insert_tiny_log_1.sql ch/tests/queries/0_stateless/01225_show_create_table_from_dictionary.sql ch/tests/queries/0_stateless/01586_replicated_mutations_empty_partition.sql ch/tests/queries/0_stateless/02027_arrayCumSumNonNegative_const.sql ch/tests/queries/0_stateless/02426_to_string_nullable_fixedstring.sql ch/tests/queries/0_stateless/02252_executable_user_defined_function_short_circuit.sql ch/tests/queries/0_stateless/01532_having_with_totals.sql ch/tests/queries/0_stateless/03209_json_type_vertical_merges.gen.sql ch/tests/queries/0_stateless/00646_weird_mmx.sql ch/tests/queries/0_stateless/00036_array_element.sql ch/tests/queries/0_stateless/00826_cross_to_inner_join.sql ch/tests/queries/0_stateless/02154_bit_slice_for_fixedstring.sql ch/tests/queries/0_stateless/02873_s3_presigned_url_and_url_with_special_characters.sql ch/tests/queries/0_stateless/01710_projection_aggregate_functions_null_for_empty.sql ch/tests/queries/0_stateless/02497_remote_disk_fat_column.sql ch/tests/queries/0_stateless/03033_index_definition_sql_udf_bug.sql ch/tests/queries/0_stateless/00027_argMinMax.sql ch/tests/queries/0_stateless/01666_blns_long.sql ch/tests/queries/0_stateless/00214_primary_key_order.sql ch/tests/queries/0_stateless/02799_transform_empty_arrays.sql ch/tests/queries/0_stateless/02933_paste_join.sql ch/tests/queries/0_stateless/03094_transform_return_first.sql ch/tests/queries/0_stateless/01440_big_int_shift.sql ch/tests/queries/0_stateless/02813_seriesDecomposeSTL.sql ch/tests/queries/0_stateless/01720_dictionary_create_source_with_functions.sql ch/tests/queries/0_stateless/00995_optimize_read_in_order_with_aggregation.sql ch/tests/queries/0_stateless/02418_aggregate_combinators.sql ch/tests/queries/0_stateless/02834_nulls_first_sort.sql ch/tests/queries/0_stateless/03067_analyzer_complex_alias_join.sql ch/tests/queries/0_stateless/00183_skip_unavailable_shards.sql ch/tests/queries/0_stateless/01177_group_array_moving.sql ch/tests/queries/0_stateless/03006_parallel_replicas_cte_explain_syntax_crash.sql ch/tests/queries/0_stateless/03198_bit_shift_throws_error_for_out_of_bounds.sql ch/tests/queries/0_stateless/00263_merge_aggregates_and_overflow.sql ch/tests/queries/0_stateless/02417_json_object_each_row_format.sql ch/tests/queries/0_stateless/01021_only_tuple_columns.sql ch/tests/queries/0_stateless/03170_part_offset_as_table_column.sql ch/tests/queries/0_stateless/03169_optimize_injective_functions_inside_uniq_crash.sql ch/tests/queries/0_stateless/00500_point_in_polygon_bug_2.sql ch/tests/queries/0_stateless/02872_prewhere_filter.sql ch/tests/queries/0_stateless/02494_query_cache_passive_usage.sql ch/tests/queries/0_stateless/02000_table_function_cluster_macros.sql ch/tests/queries/0_stateless/01330_array_join_in_higher_order_function.sql ch/tests/queries/0_stateless/00027_distinct_and_order_by.sql ch/tests/queries/0_stateless/00585_union_all_subquery_aggregation_column_removal.sql ch/tests/queries/0_stateless/02674_and_consistency.sql ch/tests/queries/0_stateless/02864_replace_regexp_string_fallback.sql ch/tests/queries/0_stateless/03034_ddls_and_merges_with_unusual_maps.sql ch/tests/queries/0_stateless/00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long.sql ch/tests/queries/0_stateless/03080_analyzer_prefer_column_name_to_alias__virtual_columns.sql ch/tests/queries/0_stateless/03231_dynamic_uniq_group_by.sql ch/tests/queries/0_stateless/01305_array_join_prewhere_in_subquery.sql ch/tests/queries/0_stateless/01940_pad_string.sql ch/tests/queries/0_stateless/02471_wrong_date_monotonicity.sql ch/tests/queries/0_stateless/02474_fix_function_parser_bug.sql ch/tests/queries/0_stateless/01825_type_json_ephemeral.sql ch/tests/queries/0_stateless/00544_agg_foreach_of_two_arg.sql ch/tests/queries/0_stateless/00910_crash_when_distributed_modify_order_by.sql ch/tests/queries/0_stateless/02710_show_table.sql ch/tests/queries/0_stateless/02421_decimal_in_precision_issue_41125.sql ch/tests/queries/0_stateless/01771_datetime64_no_time_part.sql ch/tests/queries/0_stateless/02177_issue_31009.sql ch/tests/queries/0_stateless/03198_group_array_intersect.sql ch/tests/queries/0_stateless/00483_cast_syntax.sql ch/tests/queries/0_stateless/01397_in_bad_arguments.sql ch/tests/queries/0_stateless/01660_sum_ubsan.sql ch/tests/queries/0_stateless/02813_system_licenses_base.sql ch/tests/queries/0_stateless/01821_dictionary_primary_key_wrong_order.sql ch/tests/queries/0_stateless/03217_filtering_in_system_tables.sql ch/tests/queries/0_stateless/02494_analyzer_cte_resolution_in_subquery_fix.sql ch/tests/queries/0_stateless/01707_join_use_nulls.sql ch/tests/queries/0_stateless/01913_names_of_tuple_literal.sql ch/tests/queries/0_stateless/02815_first_line.sql ch/tests/queries/0_stateless/01284_view_and_extremes_bug.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_missing_columns.sql ch/tests/queries/0_stateless/03247_generic_arrayMin_arrayMax_fixes.sql ch/tests/queries/0_stateless/00217_shard_global_subquery_columns_with_same_name.sql ch/tests/queries/0_stateless/00045_sorting_by_fixed_string_descending.sql ch/tests/queries/0_stateless/03037_recursive_cte_postgres_3.sql ch/tests/queries/0_stateless/01780_clickhouse_dictionary_source_loop.sql ch/tests/queries/0_stateless/02481_xxh3_hash_function.sql ch/tests/queries/0_stateless/02455_improve_feedback_when_replacing_partition_with_different_primary_key.sql ch/tests/queries/0_stateless/03212_optimize_with_constraints_logical_error.sql ch/tests/queries/0_stateless/01681_bloom_filter_nullable_column.sql ch/tests/queries/0_stateless/01549_low_cardinality_materialized_view.sql ch/tests/queries/0_stateless/01413_truncate_without_table_keyword.sql ch/tests/queries/0_stateless/01713_table_ttl_old_syntax_zookeeper.sql ch/tests/queries/0_stateless/00051_any_inner_join.sql ch/tests/queries/0_stateless/01643_merge_tree_fsync_smoke.sql ch/tests/queries/0_stateless/02921_fuzzbits_with_array_join.sql ch/tests/queries/0_stateless/03033_final_undefined_last_mark.sql ch/tests/queries/0_stateless/03023_analyzer_optimize_group_by_function_keys_with_nulls.sql ch/tests/queries/0_stateless/01891_jit_aggregation_function_any_long.sql ch/tests/queries/0_stateless/02400_memory_accounting_on_error.sql ch/tests/queries/0_stateless/02575_map_hashing_msan.sql ch/tests/queries/0_stateless/02270_client_name.sql ch/tests/queries/0_stateless/00626_replace_partition_from_table.sql ch/tests/queries/0_stateless/01825_new_type_json_3.gen.sql ch/tests/queries/0_stateless/00541_kahan_sum.sql ch/tests/queries/0_stateless/02343_group_by_use_nulls.sql ch/tests/queries/0_stateless/02111_function_mapExtractKeyLike.sql ch/tests/queries/0_stateless/02377_modify_column_from_lc.sql ch/tests/queries/0_stateless/01717_int_div_float_too_large_ubsan.sql ch/tests/queries/0_stateless/01082_bit_test_out_of_bound.sql ch/tests/queries/0_stateless/02313_dump_column_structure_low_cardinality.sql ch/tests/queries/0_stateless/02008_aliased_column_distributed_bug.sql ch/tests/queries/0_stateless/00389_concat_operator.sql ch/tests/queries/0_stateless/02380_analyzer_join_sample.sql ch/tests/queries/0_stateless/03034_json_extract_variant.sql ch/tests/queries/0_stateless/01070_alter_with_ttl.sql ch/tests/queries/0_stateless/01600_remerge_sort_lowered_memory_bytes_ratio.sql ch/tests/queries/0_stateless/02522_different_types_in_storage_merge.sql ch/tests/queries/0_stateless/03038_recursive_cte_postgres_4.sql ch/tests/queries/0_stateless/01257_dictionary_mismatch_types.sql ch/tests/queries/0_stateless/02513_analyzer_duplicate_alias_crash_fix.sql ch/tests/queries/0_stateless/01113_local_dictionary_type_conversion.sql ch/tests/queries/0_stateless/02395_every_merge_tree_setting_must_have_documentation.sql ch/tests/queries/0_stateless/03129_update_nested_materialized_column_check.sql ch/tests/queries/0_stateless/03254_uniq_exact_two_level_negative_zero.sql ch/tests/queries/0_stateless/01213_point_in_Myanmar.sql ch/tests/queries/0_stateless/00755_avg_value_size_hint_passing.sql ch/tests/queries/0_stateless/01540_verbatim_partition_pruning.sql ch/tests/queries/0_stateless/00623_truncate_table.sql ch/tests/queries/0_stateless/00612_shard_count.sql ch/tests/queries/0_stateless/02368_analyzer_table_functions.sql ch/tests/queries/0_stateless/03011_adaptative_timeout_compatibility.sql ch/tests/queries/0_stateless/01710_projection_with_joins.sql ch/tests/queries/0_stateless/01674_unicode_asan.sql ch/tests/queries/0_stateless/02811_primary_key_in_columns.sql ch/tests/queries/0_stateless/02351_Map_combinator_dist.sql ch/tests/queries/0_stateless/00944_ml_test.sql ch/tests/queries/0_stateless/02117_show_create_table_system.sql ch/tests/queries/0_stateless/00291_array_reduce.sql ch/tests/queries/0_stateless/02985_minmax_index_aggregate_function.sql ch/tests/queries/0_stateless/02366_kql_datatype.sql ch/tests/queries/0_stateless/01300_polygon_convex_hull.sql ch/tests/queries/0_stateless/00875_join_right_nulls.sql ch/tests/queries/0_stateless/01630_simple_aggregate_all_functions_in_aggregating_merge_tree.sql ch/tests/queries/0_stateless/01347_partition_date_vs_datetime.sql ch/tests/queries/0_stateless/02112_skip_index_set_and_or.sql ch/tests/queries/0_stateless/02391_hashed_dictionary_shards.sql ch/tests/queries/0_stateless/02476_fix_cast_parser_bug.sql ch/tests/queries/0_stateless/02004_intersect_except_operators.sql ch/tests/queries/0_stateless/02834_analyzer_with_statement_references.sql ch/tests/queries/0_stateless/03276_empty_variant_type.sql ch/tests/queries/0_stateless/01526_alter_add_and_modify_order_zookeeper.sql ch/tests/queries/0_stateless/02862_uuid_reinterpret_as_numeric.sql ch/tests/queries/0_stateless/00974_bitmapContains_with_primary_key.sql ch/tests/queries/0_stateless/02125_low_cardinality_int256.sql ch/tests/queries/0_stateless/02498_analyzer_settings_push_down.sql ch/tests/queries/0_stateless/00732_quorum_insert_simple_test_1_parts_zookeeper_long.sql ch/tests/queries/0_stateless/01496_signedness_conversion_monotonicity.sql ch/tests/queries/0_stateless/00234_disjunctive_equality_chains_optimization.sql ch/tests/queries/0_stateless/01354_tuple_low_cardinality_array_mapped_bug.sql ch/tests/queries/0_stateless/02814_ReplacingMergeTree_fix_select_final_on_single_partition.sql ch/tests/queries/0_stateless/01431_finish_sorting_with_consts.sql ch/tests/queries/0_stateless/01825_type_json_14.sql ch/tests/queries/0_stateless/00126_buffer.sql ch/tests/queries/0_stateless/00531_aggregate_over_nullable.sql ch/tests/queries/0_stateless/00661_optimize_final_replicated_without_partition_zookeeper.sql ch/tests/queries/0_stateless/01452_normalized_query_hash.sql ch/tests/queries/0_stateless/01780_column_sparse_tuple.sql ch/tests/queries/0_stateless/02735_asof_join_right_null.sql ch/tests/queries/0_stateless/02516_projections_with_rollup.sql ch/tests/queries/0_stateless/02956_format_constexpr.sql ch/tests/queries/0_stateless/00810_in_operators_segfault.sql ch/tests/queries/0_stateless/02787_transform_null.sql ch/tests/queries/0_stateless/00109_shard_totals_after_having.sql ch/tests/queries/0_stateless/01709_inactive_parts_to_throw_insert.sql ch/tests/queries/0_stateless/03033_virtual_column_override.sql ch/tests/queries/0_stateless/01942_snowflakeIDToDateTime.sql ch/tests/queries/0_stateless/00393_if_with_constant_condition.sql ch/tests/queries/0_stateless/00947_ml_test.sql ch/tests/queries/0_stateless/00106_totals_after_having.sql ch/tests/queries/0_stateless/00929_multi_match_edit_distance.sql ch/tests/queries/0_stateless/01943_log_column_sizes.sql ch/tests/queries/0_stateless/02661_quantile_approx.sql ch/tests/queries/0_stateless/03250_json_group_by_sub_object_subcolumn.sql ch/tests/queries/0_stateless/02476_query_parameters_insert.sql ch/tests/queries/0_stateless/00258_materializing_tuples.sql ch/tests/queries/0_stateless/03163_dynamic_as_supertype.sql ch/tests/queries/0_stateless/02028_tokens.sql ch/tests/queries/0_stateless/00079_defaulted_columns.sql ch/tests/queries/0_stateless/02989_system_tables_metadata_version.sql ch/tests/queries/0_stateless/02538_alter_rename_sequence.sql ch/tests/queries/0_stateless/00951_ngram_search.sql ch/tests/queries/0_stateless/02840_merge__table_or_filter.gen.sql ch/tests/queries/0_stateless/02458_relax_too_many_parts.sql ch/tests/queries/0_stateless/01925_jit_aggregation_function_count_long.sql ch/tests/queries/0_stateless/00612_count.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_collapsing_merge_tree.sql ch/tests/queries/0_stateless/00275_shard_quantiles_weighted.sql ch/tests/queries/0_stateless/02811_parallel_replicas_prewhere_count.sql ch/tests/queries/0_stateless/03112_analyzer_not_found_column_in_block.sql ch/tests/queries/0_stateless/02813_array_concat_agg.sql ch/tests/queries/0_stateless/00539_functions_for_working_with_json.sql ch/tests/queries/0_stateless/01532_min_max_with_modifiers.sql ch/tests/queries/0_stateless/02721_url_cluster.sql ch/tests/queries/0_stateless/00323_quantiles_timing_bug.sql ch/tests/queries/0_stateless/00342_escape_sequences.sql ch/tests/queries/0_stateless/00032_fixed_string_to_string.sql ch/tests/queries/0_stateless/02516_projections_and_context.sql ch/tests/queries/0_stateless/01636_nullable_fuzz2.sql ch/tests/queries/0_stateless/02974_analyzer_array_join_subcolumn.sql ch/tests/queries/0_stateless/01517_select_final_distributed.sql ch/tests/queries/0_stateless/03211_nested_json_merges.gen.sql ch/tests/queries/0_stateless/03001_data_version_column.sql ch/tests/queries/0_stateless/03227_test_sample_n.sql ch/tests/queries/0_stateless/02723_parallelize_output_setting.sql ch/tests/queries/0_stateless/02374_regexp_replace.sql ch/tests/queries/0_stateless/01931_storage_merge_no_columns.sql ch/tests/queries/0_stateless/00456_alter_nullable.sql ch/tests/queries/0_stateless/02818_parameterized_view_with_cte_multiple_usage.sql ch/tests/queries/0_stateless/02864_statistics_ddl.sql ch/tests/queries/0_stateless/01051_aggregate_function_crash.sql ch/tests/queries/0_stateless/03171_hashed_dictionary_short_circuit_bug_fix.sql ch/tests/queries/0_stateless/03113_analyzer_not_found_column_in_block_2.sql ch/tests/queries/0_stateless/01780_column_sparse.sql ch/tests/queries/0_stateless/02499_analyzer_aggregate_function_lambda_crash_fix.sql ch/tests/queries/0_stateless/01778_mmap_cache_infra.sql ch/tests/queries/0_stateless/03222_parallel_replicas_final_in_subquery.sql ch/tests/queries/0_stateless/00107_totals_after_having.sql ch/tests/queries/0_stateless/02947_merge_tree_index_table_1.sql ch/tests/queries/0_stateless/01658_test_base64Encode_mysql_compatibility.sql ch/tests/queries/0_stateless/00402_nan_and_extremes.sql ch/tests/queries/0_stateless/02971_functions_to_subcolumns_column_names.sql ch/tests/queries/0_stateless/02007_ipv4_and_ipv6_to_and_from_string.sql ch/tests/queries/0_stateless/01213_alter_table_rename_nested.sql ch/tests/queries/0_stateless/02100_alter_scalar_circular_deadlock.sql ch/tests/queries/0_stateless/01079_reinterpret_as_fixed_string.sql ch/tests/queries/0_stateless/02540_duplicate_primary_key.sql ch/tests/queries/0_stateless/01732_union_and_union_all.sql ch/tests/queries/0_stateless/02271_int_sql_compatibility.sql ch/tests/queries/0_stateless/02882_formatQuery.sql ch/tests/queries/0_stateless/00321_pk_set.sql ch/tests/queries/0_stateless/00043_summing_empty_part.sql ch/tests/queries/0_stateless/01479_cross_join_9855.sql ch/tests/queries/0_stateless/00580_consistent_hashing_functions.sql ch/tests/queries/0_stateless/01083_cross_to_inner_with_like.sql ch/tests/queries/0_stateless/03232_pr_not_ready_set.sql ch/tests/queries/0_stateless/02020_exponential_smoothing_cross_block.sql ch/tests/queries/0_stateless/00410_aggregation_combinators_with_arenas.sql ch/tests/queries/0_stateless/01605_skip_idx_compact_parts.sql ch/tests/queries/0_stateless/02428_decimal_in_floating_point_literal.sql ch/tests/queries/0_stateless/01786_group_by_pk_many_streams.sql ch/tests/queries/0_stateless/03095_group_by_server_constants_bug.sql ch/tests/queries/0_stateless/02387_analyzer_cte.sql ch/tests/queries/0_stateless/02845_arrayShiftRotate.sql ch/tests/queries/0_stateless/02862_sorted_distinct_sparse_fix.sql ch/tests/queries/0_stateless/03121_analyzer_filed_redefenition_in_subquery.sql ch/tests/queries/0_stateless/02113_format_row_bug.sql ch/tests/queries/0_stateless/02896_cyclic_aliases_crash.sql ch/tests/queries/0_stateless/02364_multiSearch_function_family.sql ch/tests/queries/0_stateless/00572_aggregation_by_empty_set.sql ch/tests/queries/0_stateless/03196_max_intersections_arena_crash.sql ch/tests/queries/0_stateless/00718_format_datetime_1.sql ch/tests/queries/0_stateless/00927_disable_hyperscan.sql ch/tests/queries/0_stateless/03003_count_asterisk_filter.sql ch/tests/queries/0_stateless/01268_shard_avgweighted.sql ch/tests/queries/0_stateless/01825_type_json_distributed.sql ch/tests/queries/0_stateless/02833_window_func_range_offset.sql ch/tests/queries/0_stateless/02179_dict_reload_on_cluster.sql ch/tests/queries/0_stateless/02699_polygons_sym_difference_total.sql ch/tests/queries/0_stateless/02362_part_log_merge_algorithm.sql ch/tests/queries/0_stateless/02318_template_schema_inference_bug.sql ch/tests/queries/0_stateless/03232_json_uniq_group_by.sql ch/tests/queries/0_stateless/01511_format_readable_timedelta.sql ch/tests/queries/0_stateless/00522_multidimensional.sql ch/tests/queries/0_stateless/01277_convert_field_to_type_logical_error.sql ch/tests/queries/0_stateless/01525_select_with_offset_fetch_clause.sql ch/tests/queries/0_stateless/02357_file_default_value.sql ch/tests/queries/0_stateless/01560_monotonicity_check_multiple_args_bug.sql ch/tests/queries/0_stateless/03211_nested_json_merges_small.gen.sql ch/tests/queries/0_stateless/02125_query_views_log_window_function.sql ch/tests/queries/0_stateless/03016_analyzer_groupby_fuzz_59796.sql ch/tests/queries/0_stateless/01779_quantile_deterministic_msan.sql ch/tests/queries/0_stateless/02772_s3_crash.sql ch/tests/queries/0_stateless/02973_block_number_sparse_serialization_and_mutation.sql ch/tests/queries/0_stateless/00226_zookeeper_deduplication_and_unexpected_parts_long.sql ch/tests/queries/0_stateless/00487_if_array_fixed_string.sql ch/tests/queries/0_stateless/01070_modify_ttl_recalc_only.sql ch/tests/queries/0_stateless/03036_recursive_cte_postgres_2.sql ch/tests/queries/0_stateless/01227_distributed_merge_global_in_primary_key.sql ch/tests/queries/0_stateless/03164_analyzer_validate_tree_size.sql ch/tests/queries/0_stateless/02148_sql_user_defined_function_subquery.sql ch/tests/queries/0_stateless/02679_explain_merge_tree_prewhere_row_policy.sql ch/tests/queries/0_stateless/02534_default_granularity.sql ch/tests/queries/0_stateless/00818_join_bug_4271.sql ch/tests/queries/0_stateless/02024_merge_regexp_assert.sql ch/tests/queries/0_stateless/01254_array_of_unnamed_tuples.sql ch/tests/queries/0_stateless/01710_force_use_projection.sql ch/tests/queries/0_stateless/03231_pr_duplicate_announcement_2.sql ch/tests/queries/0_stateless/02887_insert_quorum_wo_keeper_retries.sql ch/tests/queries/0_stateless/00859_distinct_with_join.sql ch/tests/queries/0_stateless/00624_length_utf8.sql ch/tests/queries/0_stateless/02017_columns_with_dot_2.sql ch/tests/queries/0_stateless/02028_add_default_database_for_alterquery_on_cluster.sql ch/tests/queries/0_stateless/02113_format_row.sql ch/tests/queries/0_stateless/01240_join_get_or_null.sql ch/tests/queries/0_stateless/00830_join_overwrite.sql ch/tests/queries/0_stateless/00864_union_all_supertype.sql ch/tests/queries/0_stateless/00551_parse_or_null.sql ch/tests/queries/0_stateless/01290_max_execution_speed_distributed.sql ch/tests/queries/0_stateless/02287_ephemeral_format_crash.sql ch/tests/queries/0_stateless/03117_analyzer_same_column_name_as_func.sql ch/tests/queries/0_stateless/02365_multisearch_random_tests.sql ch/tests/queries/0_stateless/01801_approx_total_rows_mergetree_reverse.sql ch/tests/queries/0_stateless/03174_exact_rows_before_aggregation.sql ch/tests/queries/0_stateless/00192_least_greatest.sql ch/tests/queries/0_stateless/03171_function_to_subcolumns_fuzzer.sql ch/tests/queries/0_stateless/02494_query_cache_sparse_columns.sql ch/tests/queries/0_stateless/01375_null_issue_3767.sql ch/tests/queries/0_stateless/02691_multiple_joins_backtick_identifiers.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_horizontal_compact_wide_tree.sql ch/tests/queries/0_stateless/01475_read_subcolumns_3.sql ch/tests/queries/0_stateless/01455_default_compression.sql ch/tests/queries/0_stateless/02503_in_lc_const_args_bug.sql ch/tests/queries/0_stateless/00041_big_array_join.sql ch/tests/queries/0_stateless/00998_constraints_all_tables.sql ch/tests/queries/0_stateless/01275_parallel_mv.gen.sql ch/tests/queries/0_stateless/02267_type_inference_for_insert_into_function_null.sql ch/tests/queries/0_stateless/01518_select_in_null.sql ch/tests/queries/0_stateless/02017_bit_shift_left_for_string_integer.sql ch/tests/queries/0_stateless/01595_countMatches.sql ch/tests/queries/0_stateless/01346_alter_enum_partition_key_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/02467_set_with_lowcardinality_type.sql ch/tests/queries/0_stateless/02990_format_not_precedence.sql ch/tests/queries/0_stateless/00835_if_generic_case.sql ch/tests/queries/0_stateless/02502_analyzer_insert_select_crash_fix.sql ch/tests/queries/0_stateless/02337_multiple_joins_original_names.sql ch/tests/queries/0_stateless/01657_array_element_ubsan.sql ch/tests/queries/0_stateless/03003_enum_and_string_compatible.sql ch/tests/queries/0_stateless/02496_from_unixtime_in_joda_syntax.sql ch/tests/queries/0_stateless/02834_array_exists_segfault.sql ch/tests/queries/0_stateless/01764_table_function_dictionary.sql ch/tests/queries/0_stateless/02466_distributed_query_profiler.sql ch/tests/queries/0_stateless/03171_indexing_by_hilbert_curve.sql ch/tests/queries/0_stateless/02962_join_using_bug_57894.sql ch/tests/queries/0_stateless/01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS.sql ch/tests/queries/0_stateless/01933_invalid_date.sql ch/tests/queries/0_stateless/03246_json_subcolumn_correct_type.sql ch/tests/queries/0_stateless/03215_parsing_archive_name_s3.sql ch/tests/queries/0_stateless/00615_nullable_alter_optimize.sql ch/tests/queries/0_stateless/02458_empty_hdfs_url.sql ch/tests/queries/0_stateless/03284_json_object_as_tuple_duplicate_keys.sql ch/tests/queries/0_stateless/00754_alter_modify_order_by_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/02525_jit_logical_functions_nan.sql ch/tests/queries/0_stateless/02560_vertical_merge_memory_usage.sql ch/tests/queries/0_stateless/00179_lambdas_with_common_expressions_and_filter.sql ch/tests/queries/0_stateless/02720_row_policy_column_with_dots.sql ch/tests/queries/0_stateless/03168_inconsistent_ast_formatting.sql ch/tests/queries/0_stateless/02889_system_drop_format_schema.sql ch/tests/queries/0_stateless/01704_transform_with_float_key.sql ch/tests/queries/0_stateless/03167_boom_filter_index_with_map.gen.sql ch/tests/queries/0_stateless/02494_query_cache_case_agnostic_matching.sql ch/tests/queries/0_stateless/02790_sql_standard_fetch.sql ch/tests/queries/0_stateless/02864_statistics_delayed_materialization_in_merge.sql ch/tests/queries/0_stateless/02151_replace_regexp_all_empty_match_alternative.sql ch/tests/queries/0_stateless/01114_clear_column_compact_parts.sql ch/tests/queries/0_stateless/01710_projections_group_by_no_key.sql ch/tests/queries/0_stateless/00696_system_columns_limit.sql ch/tests/queries/0_stateless/01681_arg_min_max_if_fix.sql ch/tests/queries/0_stateless/01073_grant_and_revoke.sql ch/tests/queries/0_stateless/01720_engine_file_empty_if_not_exists.sql ch/tests/queries/0_stateless/01225_drop_dictionary_as_table.sql ch/tests/queries/0_stateless/01159_combinators_with_parameters.sql ch/tests/queries/0_stateless/01781_map_op_ubsan.sql ch/tests/queries/0_stateless/00063_check_query.sql ch/tests/queries/0_stateless/02524_fuzz_and_fuss.sql ch/tests/queries/0_stateless/00733_if_datetime.sql ch/tests/queries/0_stateless/02041_conversion_between_date32_and_datetime64.sql ch/tests/queries/0_stateless/01622_codec_zstd_long.sql ch/tests/queries/0_stateless/01455_optimize_trivial_insert_select.sql ch/tests/queries/0_stateless/01676_dictget_in_default_expression.sql ch/tests/queries/0_stateless/02021_exponential_sum.sql ch/tests/queries/0_stateless/01661_arraySlice_ubsan.sql ch/tests/queries/0_stateless/02133_classification.sql ch/tests/queries/0_stateless/00986_materialized_view_stack_overflow.sql ch/tests/queries/0_stateless/01493_alter_remove_properties.sql ch/tests/queries/0_stateless/00999_join_on_expression.sql ch/tests/queries/0_stateless/02458_default_setting.sql ch/tests/queries/0_stateless/02833_std_alias.sql ch/tests/queries/0_stateless/00114_float_type_result_of_division.sql ch/tests/queries/0_stateless/03038_ambiguous_column.sql ch/tests/queries/0_stateless/02475_analyzer_subquery_compound_expression.sql ch/tests/queries/0_stateless/03198_table_function_directory_path.sql ch/tests/queries/0_stateless/02005_log_formatted_queries.sql ch/tests/queries/0_stateless/01732_bigint_ubsan.sql ch/tests/queries/0_stateless/03268_empty_tuple_update.sql ch/tests/queries/0_stateless/01485_256_bit_multiply.sql ch/tests/queries/0_stateless/02178_column_function_insert_from.sql ch/tests/queries/0_stateless/01493_storage_set_persistency.sql ch/tests/queries/0_stateless/00919_histogram_merge.sql ch/tests/queries/0_stateless/00197_if_fixed_string.sql ch/tests/queries/0_stateless/02810_convert_uuid_to_uint128.sql ch/tests/queries/0_stateless/01091_query_profiler_does_not_hang.sql ch/tests/queries/0_stateless/01926_bin_unbin.sql ch/tests/queries/0_stateless/02481_analyzer_optimize_aggregation_arithmetics.sql ch/tests/queries/0_stateless/01813_distributed_scalar_subqueries_alias.sql ch/tests/queries/0_stateless/01914_ubsan_quantile_timing.sql ch/tests/queries/0_stateless/03132_jit_sort_description_crash_fix.sql ch/tests/queries/0_stateless/00999_settings_no_extra_quotes.sql ch/tests/queries/0_stateless/01090_zookeeper_mutations_and_insert_quorum_long.sql ch/tests/queries/0_stateless/00317_in_tuples_and_out_of_range_values.sql ch/tests/queries/0_stateless/02422_msgpack_uuid_wrong_column.sql ch/tests/queries/0_stateless/02688_aggregate_states.sql ch/tests/queries/0_stateless/02910_rocksdb_optimize.sql ch/tests/queries/0_stateless/00502_string_concat_with_array.sql ch/tests/queries/0_stateless/02378_part_log_profile_events.sql ch/tests/queries/0_stateless/02319_timeslots_dt64.sql ch/tests/queries/0_stateless/00080_show_tables_and_system_tables.sql ch/tests/queries/0_stateless/00934_is_valid_utf8.sql ch/tests/queries/0_stateless/00813_parse_date_time_best_effort_more.sql ch/tests/queries/0_stateless/02504_disallow_arrayjoin_in_mutations.sql ch/tests/queries/0_stateless/02025_having_filter_column.sql ch/tests/queries/0_stateless/01710_projections_and_duplicate_columms.sql ch/tests/queries/0_stateless/02845_join_on_cond_sparse.sql ch/tests/queries/0_stateless/02304_grouping_set_order_by.sql ch/tests/queries/0_stateless/02235_add_part_offset_virtual_column.sql ch/tests/queries/0_stateless/02834_apache_arrow_abort.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_1.gen.sql ch/tests/queries/0_stateless/02346_additional_filters_distr.sql ch/tests/queries/0_stateless/02438_sync_replica_lightweight.sql ch/tests/queries/0_stateless/02265_rename_join_ordinary_to_atomic.sql ch/tests/queries/0_stateless/03257_json_escape_file_names.sql ch/tests/queries/0_stateless/02516_join_with_totals_and_subquery_bug.gen.sql ch/tests/queries/0_stateless/01070_exception_code_in_query_log_table.sql ch/tests/queries/0_stateless/01031_semi_anti_join.sql ch/tests/queries/0_stateless/02131_skip_index_not_materialized.sql ch/tests/queries/0_stateless/02678_explain_pipeline_graph_with_projection.sql ch/tests/queries/0_stateless/02402_merge_engine_with_view.sql ch/tests/queries/0_stateless/01657_test_toHour_mysql_compatibility.sql ch/tests/queries/0_stateless/02785_left_anti_join_bug.sql ch/tests/queries/0_stateless/02339_analyzer_matcher_basic.sql ch/tests/queries/0_stateless/01355_if_fixed_string.sql ch/tests/queries/0_stateless/01804_dictionary_decimal256_type.sql ch/tests/queries/0_stateless/00850_global_join_dups.sql ch/tests/queries/0_stateless/02207_ttl_move_if_exists.sql ch/tests/queries/0_stateless/00581_limit_on_result_and_subquery_and_insert.sql ch/tests/queries/0_stateless/01515_with_global_and_with_propagation.sql ch/tests/queries/0_stateless/01533_distinct_nullable_uuid.sql ch/tests/queries/0_stateless/02428_partial_sort_optimization_bug.sql ch/tests/queries/0_stateless/01914_index_bgranvea.sql ch/tests/queries/0_stateless/02165_h3_exact_edge_length_m.sql ch/tests/queries/0_stateless/00145_empty_likes.sql ch/tests/queries/0_stateless/00477_parsing_data_types.sql ch/tests/queries/0_stateless/01034_order_by_pk_prefix.sql ch/tests/queries/0_stateless/01373_is_zero_or_null.sql ch/tests/queries/0_stateless/01664_ntoa_aton_mysql_compatibility.sql ch/tests/queries/0_stateless/01079_order_by_pk.sql ch/tests/queries/0_stateless/01585_fuzz_bits_with_bugfix.sql ch/tests/queries/0_stateless/01825_type_json_mutations.sql ch/tests/queries/0_stateless/03146_parameterized_view_with_date.sql ch/tests/queries/0_stateless/02731_formats_s3.sql ch/tests/queries/0_stateless/02315_pmj_union_ubsan_35857.sql ch/tests/queries/0_stateless/02472_segfault_expression_parser.sql ch/tests/queries/0_stateless/02916_distributed_skip_unavailable_shards.sql ch/tests/queries/0_stateless/01277_alter_rename_column_constraint_zookeeper_long.sql ch/tests/queries/0_stateless/03230_anyHeavy_merge.sql ch/tests/queries/0_stateless/00405_pretty_formats.sql ch/tests/queries/0_stateless/01552_alter_name_collision.sql ch/tests/queries/0_stateless/00675_shard_remote_with_table_function.sql ch/tests/queries/0_stateless/01083_aggregation_memory_efficient_bug.sql ch/tests/queries/0_stateless/02269_to_start_of_interval_overflow.sql ch/tests/queries/0_stateless/01869_reinterpret_as_fixed_string_uuid.sql ch/tests/queries/0_stateless/02201_use_skip_indexes_if_final.sql ch/tests/queries/0_stateless/00702_join_with_using_dups.sql ch/tests/queries/0_stateless/00054_join_string.sql ch/tests/queries/0_stateless/01327_decimal_cut_extra_digits_after_point.sql ch/tests/queries/0_stateless/00739_array_element_nullable_string_mattrobenolt.sql ch/tests/queries/0_stateless/02411_legacy_geobase.sql ch/tests/queries/0_stateless/02354_vector_search_default_granularity.sql ch/tests/queries/0_stateless/01281_alter_rename_and_other_renames.sql ch/tests/queries/0_stateless/01623_constraints_column_swap.sql ch/tests/queries/0_stateless/03030_system_flush_distributed_settings.sql ch/tests/queries/0_stateless/00349_visible_width.sql ch/tests/queries/0_stateless/00442_filter_by_nullable.sql ch/tests/queries/0_stateless/03010_sum_to_to_count_if_nullable.sql ch/tests/queries/0_stateless/02514_null_dictionary_source.sql ch/tests/queries/0_stateless/01773_datetime64_add_ubsan.sql ch/tests/queries/0_stateless/02028_create_select_settings.sql ch/tests/queries/0_stateless/00623_in_partition_key.sql ch/tests/queries/0_stateless/00516_is_inf_nan.sql ch/tests/queries/0_stateless/01012_select_limit_x_0.sql ch/tests/queries/0_stateless/01051_scalar_optimization.sql ch/tests/queries/0_stateless/00269_database_table_whitespace.sql ch/tests/queries/0_stateless/02884_async_insert_skip_settings.sql ch/tests/queries/0_stateless/02883_read_in_reverse_order_virtual_column.sql ch/tests/queries/0_stateless/00818_alias_bug_4110.sql ch/tests/queries/0_stateless/01010_partial_merge_join.sql ch/tests/queries/0_stateless/02480_analyzer_alias_nullptr.sql ch/tests/queries/0_stateless/01352_generate_random_overflow.sql ch/tests/queries/0_stateless/01472_many_rows_in_totals.sql ch/tests/queries/0_stateless/02011_tuple_vector_functions.sql ch/tests/queries/0_stateless/01621_decode_XML.sql ch/tests/queries/0_stateless/00597_with_totals_on_empty_set.sql ch/tests/queries/0_stateless/02249_insert_select_from_input_schema_inference.sql ch/tests/queries/0_stateless/00480_mac_addresses.sql ch/tests/queries/0_stateless/02353_translate.sql ch/tests/queries/0_stateless/01470_columns_transformers2.sql ch/tests/queries/0_stateless/01297_alter_distributed.sql ch/tests/queries/0_stateless/01852_s2_get_neighbours.sql ch/tests/queries/0_stateless/01085_window_view_attach.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_horizontal_compact_merge_tree.sql ch/tests/queries/0_stateless/02494_query_cache_min_query_runs.sql ch/tests/queries/0_stateless/00482_subqueries_and_aliases.sql ch/tests/queries/0_stateless/01932_null_valid_identifier.sql ch/tests/queries/0_stateless/00007_array.sql ch/tests/queries/0_stateless/03165_round_scale_as_column.sql ch/tests/queries/0_stateless/00747_contributors.sql ch/tests/queries/0_stateless/00254_tuple_extremes.sql ch/tests/queries/0_stateless/01872_functions_to_subcolumns_analyzer.sql ch/tests/queries/0_stateless/01845_add_testcase_for_arrayElement.sql ch/tests/queries/0_stateless/01050_group_array_sample.sql ch/tests/queries/0_stateless/01937_nested_chinese.sql ch/tests/queries/0_stateless/02735_system_zookeeper_connection.sql ch/tests/queries/0_stateless/01293_pretty_max_value_width.sql ch/tests/queries/0_stateless/02876_s3_cluster_schema_inference_names_with_spaces.sql ch/tests/queries/0_stateless/03034_normalized_ast.sql ch/tests/queries/0_stateless/03215_key_condition_bug.sql ch/tests/queries/0_stateless/01825_new_type_json_2.sql ch/tests/queries/0_stateless/02185_split_by_char.sql ch/tests/queries/0_stateless/02476_query_parameters_without_serialisation.sql ch/tests/queries/0_stateless/01532_tuple_with_name_type.sql ch/tests/queries/0_stateless/01825_type_json_describe.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_merge_tree.sql ch/tests/queries/0_stateless/02004_intersect_except_distinct_operators.sql ch/tests/queries/0_stateless/02508_bad_graphite.sql ch/tests/queries/0_stateless/02381_setting_value_auto.sql ch/tests/queries/0_stateless/01938_joins_identifiers.sql ch/tests/queries/0_stateless/00530_arrays_of_nothing.sql ch/tests/queries/0_stateless/01799_long_uniq_theta_sketch.sql ch/tests/queries/0_stateless/01581_to_int_inf_nan.sql ch/tests/queries/0_stateless/02422_read_numbers_as_strings.sql ch/tests/queries/0_stateless/03043_group_array_result_is_expected.sql ch/tests/queries/0_stateless/02932_apply_deleted_mask.sql ch/tests/queries/0_stateless/02479_analyzer_aggregation_totals_rollup_crash_fix.sql ch/tests/queries/0_stateless/03210_dynamic_squashing.sql ch/tests/queries/0_stateless/03032_rmt_create_columns_from_replica.sql ch/tests/queries/0_stateless/02165_h3_exact_edge_length_Km.sql ch/tests/queries/0_stateless/01119_weird_user_names.sql ch/tests/queries/0_stateless/02152_csv_tuple.sql ch/tests/queries/0_stateless/02474_timeDiff_UTCTimestamp.sql ch/tests/queries/0_stateless/02474_create_user_query_fuzzer_bug.sql ch/tests/queries/0_stateless/03008_groupSortedArray_field.sql ch/tests/queries/0_stateless/01665_running_difference_ubsan.sql ch/tests/queries/0_stateless/01299_alter_merge_tree.sql ch/tests/queries/0_stateless/01548_uncomparable_columns_in_keys.sql ch/tests/queries/0_stateless/01765_hashed_dictionary_simple_key.sql ch/tests/queries/0_stateless/02690_subquery_identifiers.sql ch/tests/queries/0_stateless/02901_analyzer_recursive_window.sql ch/tests/queries/0_stateless/01451_replicated_detach_drop_part_long.sql ch/tests/queries/0_stateless/02006_client_test_hint_error_name.sql ch/tests/queries/0_stateless/03210_fix_single_value_data_assertion.sql ch/tests/queries/0_stateless/02523_range_const_start.sql ch/tests/queries/0_stateless/00910_buffer_prewhere_different_types.sql ch/tests/queries/0_stateless/01710_projection_query_plan_optimization_misc.sql ch/tests/queries/0_stateless/01402_cast_nullable_string_to_enum.sql ch/tests/queries/0_stateless/02908_empty_named_collection.sql ch/tests/queries/0_stateless/03221_merge_profile_events.sql ch/tests/queries/0_stateless/02677_decode_url_component.sql ch/tests/queries/0_stateless/03032_scalars_create_as_select.sql ch/tests/queries/0_stateless/01078_merge_tree_read_one_thread.sql ch/tests/queries/0_stateless/03035_dynamic_sorting.sql ch/tests/queries/0_stateless/02494_query_cache_exception_handling.sql ch/tests/queries/0_stateless/02497_having_without_actual_aggregation_bug.sql ch/tests/queries/0_stateless/02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction.sql ch/tests/queries/0_stateless/03023_remove_unused_column_distinct.sql ch/tests/queries/0_stateless/02597_projection_materialize_and_replication.sql ch/tests/queries/0_stateless/00662_array_has_nullable.sql ch/tests/queries/0_stateless/02834_timestamp_function.sql ch/tests/queries/0_stateless/02499_analyzer_set_index.sql ch/tests/queries/0_stateless/00057_join_aliases.sql ch/tests/queries/0_stateless/03127_system_unload_primary_key_table.sql ch/tests/queries/0_stateless/00320_between.sql ch/tests/queries/0_stateless/01861_explain_pipeline.sql ch/tests/queries/0_stateless/00556_remove_columns_from_subquery.sql ch/tests/queries/0_stateless/01181_db_atomic_drop_on_cluster.sql ch/tests/queries/0_stateless/00942_mv_rename_table.sql ch/tests/queries/0_stateless/03214_count_distinct_null_key_memory_leak.sql ch/tests/queries/0_stateless/00953_moving_functions.sql ch/tests/queries/0_stateless/01561_Date_and_DateTime64_comparision.sql ch/tests/queries/0_stateless/00300_csv.sql ch/tests/queries/0_stateless/02267_output_format_prometheus.sql ch/tests/queries/0_stateless/02416_json_tuple_to_array_schema_inference.sql ch/tests/queries/0_stateless/01533_optimize_skip_merged_partitions.sql ch/tests/queries/0_stateless/00962_visit_param_various.sql ch/tests/queries/0_stateless/01121_remote_scalar_subquery.sql ch/tests/queries/0_stateless/02911_analyzer_explain_estimate.sql ch/tests/queries/0_stateless/00905_compile_expressions_compare_big_dates.sql ch/tests/queries/0_stateless/02813_array_agg.sql ch/tests/queries/0_stateless/02185_arraySlice_negative_offset_size.sql ch/tests/queries/0_stateless/02989_join_using_parent_scope.sql ch/tests/queries/0_stateless/01882_check_max_parts_to_merge_at_once.sql ch/tests/queries/0_stateless/01044_h3_edge_angle.sql ch/tests/queries/0_stateless/01914_exchange_dictionaries.sql ch/tests/queries/0_stateless/02981_variant_type_function.sql ch/tests/queries/0_stateless/00961_check_table.sql ch/tests/queries/0_stateless/01667_aes_args_check.sql ch/tests/queries/0_stateless/01136_multiple_sets.sql ch/tests/queries/0_stateless/02919_alter_temporary_table_with_nondefault_engine.sql ch/tests/queries/0_stateless/01380_nullable_state.sql ch/tests/queries/0_stateless/02366_kql_mvexpand.sql ch/tests/queries/0_stateless/02021_prewhere_column_optimization.sql ch/tests/queries/0_stateless/03210_variant_with_aggregate_function_type.sql ch/tests/queries/0_stateless/02706_show_columns.sql ch/tests/queries/0_stateless/01291_geo_types.sql ch/tests/queries/0_stateless/00939_limit_by_offset.sql ch/tests/queries/0_stateless/01042_h3_k_ring.sql ch/tests/queries/0_stateless/00757_enum_defaults_const.sql ch/tests/queries/0_stateless/02861_interpolate_alias_precedence.sql ch/tests/queries/0_stateless/00688_low_cardinality_nullable_cast.sql ch/tests/queries/0_stateless/02481_low_cardinality_with_short_circuit_functins_mutations.sql ch/tests/queries/0_stateless/01700_point_in_polygon_ubsan.sql ch/tests/queries/0_stateless/00292_parser_tuple_element.sql ch/tests/queries/0_stateless/00999_join_not_nullable_types.sql ch/tests/queries/0_stateless/02834_formats_with_variable_number_of_columns.sql ch/tests/queries/0_stateless/00963_achimbab.sql ch/tests/queries/0_stateless/02231_buffer_aggregate_states_leak.sql ch/tests/queries/0_stateless/03243_compatibility_setting_with_alias.sql ch/tests/queries/0_stateless/01710_normal_projection_join_plan_fix.sql ch/tests/queries/0_stateless/01354_order_by_tuple_collate_const.sql ch/tests/queries/0_stateless/01913_exact_rows_before_limit_full.sql ch/tests/queries/0_stateless/02347_rank_corr_nan.sql ch/tests/queries/0_stateless/01376_array_fill_empty.sql ch/tests/queries/0_stateless/02479_mysql_connect_to_self.sql ch/tests/queries/0_stateless/02574_suspicious_low_cardinality_msan.sql ch/tests/queries/0_stateless/02504_explain_ast_insert.sql ch/tests/queries/0_stateless/00743_limit_by_not_found_column.sql ch/tests/queries/0_stateless/01043_h3_edge_length_m.sql ch/tests/queries/0_stateless/00917_multiple_joins_denny_crane.sql ch/tests/queries/0_stateless/01012_show_tables_limit.sql ch/tests/queries/0_stateless/01521_max_length_alias.sql ch/tests/queries/0_stateless/03200_subcolumns_join_use_nulls.sql ch/tests/queries/0_stateless/00836_indices_alter.sql ch/tests/queries/0_stateless/02452_check_low_cardinality.sql ch/tests/queries/0_stateless/03197_storage_join_strictness_type_restriction.sql ch/tests/queries/0_stateless/01600_encode_XML.sql ch/tests/queries/0_stateless/00334_column_aggregate_function_limit.sql ch/tests/queries/0_stateless/02376_analyzer_in_function_subquery.sql ch/tests/queries/0_stateless/02916_analyzer_set_in_join.sql ch/tests/queries/0_stateless/03202_dynamic_null_map_subcolumn.gen.sql ch/tests/queries/0_stateless/00026_shard_something_distributed.sql ch/tests/queries/0_stateless/02497_analyzer_sum_if_count_if_pass_crash_fix.sql ch/tests/queries/0_stateless/01119_session_log.sql ch/tests/queries/0_stateless/03148_asof_join_ddb_subquery.sql ch/tests/queries/0_stateless/02586_generate_random_structure.sql ch/tests/queries/0_stateless/01280_null_in.sql ch/tests/queries/0_stateless/00808_array_enumerate_segfault.sql ch/tests/queries/0_stateless/03101_analyzer_invalid_join_on.sql ch/tests/queries/0_stateless/01710_projection_with_nullable_keys.sql ch/tests/queries/0_stateless/00719_format_datetime_rand.sql ch/tests/queries/0_stateless/02494_analyzer_compound_expression_crash_fix.sql ch/tests/queries/0_stateless/03206_is_null_constant_result_old_analyzer_bug.sql ch/tests/queries/0_stateless/02370_extractAll_regress.sql ch/tests/queries/0_stateless/00954_resample_combinator.sql ch/tests/queries/0_stateless/02591_bson_long_tuple.sql ch/tests/queries/0_stateless/01620_fix_simple_state_arg_type.sql ch/tests/queries/0_stateless/03047_analyzer_alias_join.sql ch/tests/queries/0_stateless/01555_or_fill.sql ch/tests/queries/0_stateless/02473_prewhere_with_bigint.sql ch/tests/queries/0_stateless/01034_prewhere_max_parallel_replicas_distributed.sql ch/tests/queries/0_stateless/03204_storage_join_optimize.sql ch/tests/queries/0_stateless/01630_simple_aggregate_all_functions_in_summing_merge_tree.sql ch/tests/queries/0_stateless/02890_partition_prune_in_extra_columns.sql ch/tests/queries/0_stateless/01655_sleep_infinite_float.sql ch/tests/queries/0_stateless/02713_sequence_match_serialization_fix.sql ch/tests/queries/0_stateless/03000_too_big_max_execution_time_setting.sql ch/tests/queries/0_stateless/01936_empty_function_support_uuid.sql ch/tests/queries/0_stateless/02044_exists_operator.sql ch/tests/queries/0_stateless/02236_explain_pipeline_join.sql ch/tests/queries/0_stateless/02316_hierarchical_dictionaries_nullable_parent_key.gen.sql ch/tests/queries/0_stateless/02781_data_skipping_index_merge_tree_min_for_seek.sql ch/tests/queries/0_stateless/02563_analyzer_merge.sql ch/tests/queries/0_stateless/00863_comma_join_in.sql ch/tests/queries/0_stateless/01013_hex_float.sql ch/tests/queries/0_stateless/02326_numbers_from_json_strings_schema_inference.sql ch/tests/queries/0_stateless/02250_insert_select_from_file_schema_inference.sql ch/tests/queries/0_stateless/03147_asof_join_ddb_missing.sql ch/tests/queries/0_stateless/01661_join_complex.sql ch/tests/queries/0_stateless/01268_data_numeric_parameters.sql ch/tests/queries/0_stateless/02810_initcap.sql ch/tests/queries/0_stateless/00870_t64_codec.sql ch/tests/queries/0_stateless/01514_input_format_tsv_enum_as_number_setting.sql ch/tests/queries/0_stateless/02316_const_string_intersact.sql ch/tests/queries/0_stateless/00364_java_style_denormals.sql ch/tests/queries/0_stateless/01710_projection_in_index.sql ch/tests/queries/0_stateless/03100_analyzer_constants_in_multiif.sql ch/tests/queries/0_stateless/00502_custom_partitioning_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/01358_mutation_delete_null_rows.sql ch/tests/queries/0_stateless/02354_parse_timedelta.sql ch/tests/queries/0_stateless/01284_port.gen.sql ch/tests/queries/0_stateless/02101_sql_user_defined_functions_drop_if_exists.sql ch/tests/queries/0_stateless/00165_transform_non_const_default.sql ch/tests/queries/0_stateless/02469_fix_aliases_parser.sql ch/tests/queries/0_stateless/03114_analyzer_cte_with_join.sql ch/tests/queries/0_stateless/03037_zero_step_in_numbers_table_function.sql ch/tests/queries/0_stateless/00745_compile_scalar_subquery.sql ch/tests/queries/0_stateless/01085_simdjson_uint64.sql ch/tests/queries/0_stateless/01659_test_base64Decode_mysql_compatibility.sql ch/tests/queries/0_stateless/02861_filter_pushdown_const_bug.sql ch/tests/queries/0_stateless/02155_parse_date_lowcard_default_throw.sql ch/tests/queries/0_stateless/01275_alter_rename_column_default_expr.sql ch/tests/queries/0_stateless/01030_storage_set_supports_read.sql ch/tests/queries/0_stateless/02695_storage_join_insert_select_deadlock.sql ch/tests/queries/0_stateless/02212_h3_get_res0_indexes.sql ch/tests/queries/0_stateless/02790_keyed_hash_bug.sql ch/tests/queries/0_stateless/01802_toDateTime64_large_values.sql ch/tests/queries/0_stateless/02874_toDaysSinceYearZero.sql ch/tests/queries/0_stateless/01801_s3_cluster_count.sql ch/tests/queries/0_stateless/01883_with_grouping_sets.sql ch/tests/queries/0_stateless/02292_create_function_validate.sql ch/tests/queries/0_stateless/01008_materialized_view_henyihanwobushi.sql ch/tests/queries/0_stateless/01292_optimize_data_skip_idx_order_by_expr.sql ch/tests/queries/0_stateless/01710_projection_with_ast_rewrite_settings.sql ch/tests/queries/0_stateless/00705_aggregate_states_addition.sql ch/tests/queries/0_stateless/00347_has_tuple.sql ch/tests/queries/0_stateless/03037_dynamic_merges_small.gen.sql ch/tests/queries/0_stateless/01721_dictionary_decimal_p_s.sql ch/tests/queries/0_stateless/01603_decimal_mult_float.sql ch/tests/queries/0_stateless/01081_keywords_formatting.sql ch/tests/queries/0_stateless/02137_mv_into_join.sql ch/tests/queries/0_stateless/00911_tautological_compare.sql ch/tests/queries/0_stateless/03123_analyzer_dist_join_CTE.sql ch/tests/queries/0_stateless/00264_uniq_many_args.sql ch/tests/queries/0_stateless/01381_for_each_with_states.sql ch/tests/queries/0_stateless/03008_index_small.sql ch/tests/queries/0_stateless/01871_merge_tree_compile_expressions.sql ch/tests/queries/0_stateless/02835_fuzz_remove_redundant_sorting.sql ch/tests/queries/0_stateless/02342_analyzer_compound_types.sql ch/tests/queries/0_stateless/01869_function_modulo_legacy.sql ch/tests/queries/0_stateless/00583_limit_by_expressions.sql ch/tests/queries/0_stateless/00117_parsing_arrays.sql ch/tests/queries/0_stateless/02240_filesystem_query_cache.sql ch/tests/queries/0_stateless/00212_long_shard_aggregate_function_uniq.sql ch/tests/queries/0_stateless/02906_force_optimize_projection_name.sql ch/tests/queries/0_stateless/00701_join_default_strictness.sql ch/tests/queries/0_stateless/02910_prefetch_unexpceted_exception.sql ch/tests/queries/0_stateless/02071_lower_upper_utf8_row_overlaps.sql ch/tests/queries/0_stateless/00812_prewhere_alias_array.sql ch/tests/queries/0_stateless/02012_sha512_fixedstring.sql ch/tests/queries/0_stateless/00990_function_current_user.sql ch/tests/queries/0_stateless/02816_s2_invalid_point.sql ch/tests/queries/0_stateless/00405_output_format_pretty_color.sql ch/tests/queries/0_stateless/02165_replicated_grouping_sets.sql ch/tests/queries/0_stateless/02242_subcolumns_sizes.sql ch/tests/queries/0_stateless/02943_positional_arguments_bugs.sql ch/tests/queries/0_stateless/01838_system_dictionaries_virtual_key_column.sql ch/tests/queries/0_stateless/01016_simhash_minhash.sql ch/tests/queries/0_stateless/03096_largest_triangle_3b_crash.sql ch/tests/queries/0_stateless/02552_analyzer_optimize_group_by_function_keys_crash.sql ch/tests/queries/0_stateless/02706_array_map_tuples.sql ch/tests/queries/0_stateless/00203_full_join.sql ch/tests/queries/0_stateless/00855_join_with_array_join.sql ch/tests/queries/0_stateless/02041_test_fuzzy_alter.sql ch/tests/queries/0_stateless/02462_distributions.sql ch/tests/queries/0_stateless/01051_window_view_parser_hop.sql ch/tests/queries/0_stateless/02311_system_zookeeper_insert.sql ch/tests/queries/0_stateless/01576_if_null_external_aggregation.sql ch/tests/queries/0_stateless/03108_describe_union_all.sql ch/tests/queries/0_stateless/01650_drop_part_and_deduplication_zookeeper_long.sql ch/tests/queries/0_stateless/01556_explain_select_with_union_query.sql ch/tests/queries/0_stateless/02688_long_aggregate_function_names.sql ch/tests/queries/0_stateless/01543_toModifiedJulianDay.sql ch/tests/queries/0_stateless/02167_columns_with_dots_default_values.sql ch/tests/queries/0_stateless/02896_multiple_OR.sql ch/tests/queries/0_stateless/02562_with_fill_nullable.sql ch/tests/queries/0_stateless/01582_any_join_supertype.sql ch/tests/queries/0_stateless/01664_array_slice_ubsan.sql ch/tests/queries/0_stateless/03143_parallel_replicas_mat_view_bug.sql ch/tests/queries/0_stateless/02552_check_referential_table_dependencies.sql ch/tests/queries/0_stateless/00552_or_nullable.sql ch/tests/queries/0_stateless/01049_join_low_card_crash.sql ch/tests/queries/0_stateless/01700_mod_negative_type_promotion.sql ch/tests/queries/0_stateless/02920_fix_json_merge_patch.sql ch/tests/queries/0_stateless/02293_ttest_large_samples.sql ch/tests/queries/0_stateless/01422_map_skip_null.sql ch/tests/queries/0_stateless/00098_j_union_all.sql ch/tests/queries/0_stateless/01658_values_ubsan.sql ch/tests/queries/0_stateless/01323_too_many_threads_bug.sql ch/tests/queries/0_stateless/00751_default_databasename_for_view.sql ch/tests/queries/0_stateless/02418_keeper_map_keys_limit.sql ch/tests/queries/0_stateless/02733_sparse_columns_reload.sql ch/tests/queries/0_stateless/01083_match_zero_byte.sql ch/tests/queries/0_stateless/02494_optimize_group_by_function_keys_and_alias_columns.sql ch/tests/queries/0_stateless/02871_join_on_system_errors.sql ch/tests/queries/0_stateless/00724_insert_values_datetime_conversion.sql ch/tests/queries/0_stateless/01603_rename_overwrite_bug.sql ch/tests/queries/0_stateless/01734_datetime64_from_float.sql ch/tests/queries/0_stateless/02025_dictionary_view_different_db.sql ch/tests/queries/0_stateless/02232_partition_pruner_mixed_constant_type.sql ch/tests/queries/0_stateless/02989_group_by_tuple.sql ch/tests/queries/0_stateless/02998_operator_respect_nulls.sql ch/tests/queries/0_stateless/00331_final_and_prewhere.sql ch/tests/queries/0_stateless/02307_join_get_array_null.sql ch/tests/queries/0_stateless/01277_unixTimestamp64_compatibility.sql ch/tests/queries/0_stateless/01420_logical_functions_materialized_null.sql ch/tests/queries/0_stateless/01072_json_each_row_data_in_square_brackets.sql ch/tests/queries/0_stateless/03084_analyzer_join_column_alias.sql ch/tests/queries/0_stateless/01034_unknown_qualified_column_in_join.sql ch/tests/queries/0_stateless/00140_prewhere_column_order.sql ch/tests/queries/0_stateless/01431_utf8_ubsan.sql ch/tests/queries/0_stateless/01198_plus_inf.sql ch/tests/queries/0_stateless/01851_s2_to_geo.sql ch/tests/queries/0_stateless/01337_mysql_global_variables.sql ch/tests/queries/0_stateless/02381_analyzer_join_final.sql ch/tests/queries/0_stateless/03159_dynamic_type_all_types.sql ch/tests/queries/0_stateless/00500_point_in_polygon_2d_const.sql ch/tests/queries/0_stateless/02252_jit_profile_events.sql ch/tests/queries/0_stateless/02541_empty_function_support_ip.sql ch/tests/queries/0_stateless/00005_shard_format_ast_and_remote_table_lambda.sql ch/tests/queries/0_stateless/03263_analyzer_materialized_view_cte_nested.sql ch/tests/queries/0_stateless/00237_group_by_arrays.sql ch/tests/queries/0_stateless/02668_parse_datetime.sql ch/tests/queries/0_stateless/02458_key_condition_not_like_prefix.sql ch/tests/queries/0_stateless/02345_implicit_transaction.sql ch/tests/queries/0_stateless/02099_hashed_array_dictionary_complex_key.gen.sql ch/tests/queries/0_stateless/03245_views_and_filter_push_down_bug.sql ch/tests/queries/0_stateless/01300_svg.sql ch/tests/queries/0_stateless/02155_read_in_order_max_rows_to_read.sql ch/tests/queries/0_stateless/02244_casewithexpression_return_type.sql ch/tests/queries/0_stateless/00804_test_delta_codec_compression.sql ch/tests/queries/0_stateless/00223_shard_distributed_aggregation_memory_efficient.sql ch/tests/queries/0_stateless/01323_if_with_nulls.sql ch/tests/queries/0_stateless/01631_date_overflow_as_partition_key.sql ch/tests/queries/0_stateless/00046_stored_aggregates_simple.sql ch/tests/queries/0_stateless/00753_alter_destination_for_storage_buffer.sql ch/tests/queries/0_stateless/01825_new_type_json_partitions.sql ch/tests/queries/0_stateless/02406_minmax_behaviour.sql ch/tests/queries/0_stateless/02459_low_cardinality_uint128_aggregator.sql ch/tests/queries/0_stateless/02136_scalar_subquery_metrics.sql ch/tests/queries/0_stateless/02030_function_mapContainsKeyLike.sql ch/tests/queries/0_stateless/00693_max_block_size_system_tables_columns.sql ch/tests/queries/0_stateless/01329_compare_tuple_string_constant.sql ch/tests/queries/0_stateless/03228_variant_permutation_issue.sql ch/tests/queries/0_stateless/02699_polygons_sym_difference_total_analyzer.sql ch/tests/queries/0_stateless/03132_sqlancer_union_all.sql ch/tests/queries/0_stateless/01075_in_arrays_enmk.sql ch/tests/queries/0_stateless/02353_simdjson_buffer_overflow.sql ch/tests/queries/0_stateless/01055_compact_parts_1.sql ch/tests/queries/0_stateless/01318_encrypt.sql ch/tests/queries/0_stateless/00049_any_left_join.sql ch/tests/queries/0_stateless/00999_full_join_dup_keys_crash.sql ch/tests/queries/0_stateless/02476_analyzer_join_with_unused_columns.sql ch/tests/queries/0_stateless/01893_jit_aggregation_function_min_long.sql ch/tests/queries/0_stateless/01095_tpch_like_smoke.sql ch/tests/queries/0_stateless/00625_arrays_in_nested.sql ch/tests/queries/0_stateless/02911_analyzer_order_by_read_in_order_query_plan.sql ch/tests/queries/0_stateless/00837_insert_select_and_read_prefix.sql ch/tests/queries/0_stateless/02539_generate_random_map.sql ch/tests/queries/0_stateless/03002_int_div_decimal_with_date_bug.sql ch/tests/queries/0_stateless/01277_toUnixTimestamp64.sql ch/tests/queries/0_stateless/00916_add_materialized_column_after.sql ch/tests/queries/0_stateless/01120_join_constants.sql ch/tests/queries/0_stateless/01096_block_serialized_state.sql ch/tests/queries/0_stateless/02923_cte_equality_disjunction.sql ch/tests/queries/0_stateless/02294_optimize_aggregation_in_order_prefix_Array_functions.sql ch/tests/queries/0_stateless/02876_yyyymmddhhmmsstodatetime.sql ch/tests/queries/0_stateless/02494_combinators_with_null_argument.sql ch/tests/queries/0_stateless/01407_lambda_arrayJoin.sql ch/tests/queries/0_stateless/00984_materialized_view_to_columns.sql ch/tests/queries/0_stateless/01560_optimize_on_insert_zookeeper.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_2_compact_merge_tree.gen.sql ch/tests/queries/0_stateless/01090_fixed_string_bit_ops.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_compact_horizontal.sql ch/tests/queries/0_stateless/03093_bug_gcd_codec.sql ch/tests/queries/0_stateless/00722_inner_join.sql ch/tests/queries/0_stateless/00513_fractional_time_zones.sql ch/tests/queries/0_stateless/01651_group_uniq_array_enum.sql ch/tests/queries/0_stateless/00734_timeslot.sql ch/tests/queries/0_stateless/00446_clear_column_in_partition_zookeeper_long.sql ch/tests/queries/0_stateless/01084_regexp_empty.sql ch/tests/queries/0_stateless/02891_rename_table_without_keyword.sql ch/tests/queries/0_stateless/00981_topK_topKWeighted_long.sql ch/tests/queries/0_stateless/00927_asof_join_correct_bt.sql ch/tests/queries/0_stateless/01913_exact_rows_before_limit.sql ch/tests/queries/0_stateless/02992_all_columns_should_have_comment.sql ch/tests/queries/0_stateless/00257_shard_no_aggregates_and_constant_keys.sql ch/tests/queries/0_stateless/01536_fuzz_cast.sql ch/tests/queries/0_stateless/00909_ngram_distance.sql ch/tests/queries/0_stateless/02011_normalize_utf8.sql ch/tests/queries/0_stateless/01514_tid_function.sql ch/tests/queries/0_stateless/01373_summing_merge_tree_explicit_columns_definition.sql ch/tests/queries/0_stateless/00759_kodieg.sql ch/tests/queries/0_stateless/01825_type_json_missed_values.sql ch/tests/queries/0_stateless/00616_final_single_part.sql ch/tests/queries/0_stateless/02023_parser_number_binary_literal.sql ch/tests/queries/0_stateless/02863_non_const_timezone_check.sql ch/tests/queries/0_stateless/01424_parse_date_time_bad_date.sql ch/tests/queries/0_stateless/02021_map_has.sql ch/tests/queries/0_stateless/00037_totals_limit.sql ch/tests/queries/0_stateless/01074_partial_revokes.sql ch/tests/queries/0_stateless/02870_per_column_settings.sql ch/tests/queries/0_stateless/01942_untuple_transformers_msan.sql ch/tests/queries/0_stateless/02719_aggregate_with_empty_string_key.sql ch/tests/queries/0_stateless/01825_new_type_json_add_column.gen.sql ch/tests/queries/0_stateless/01634_sum_map_nulls.sql ch/tests/queries/0_stateless/02230_create_table_as_ignore_ttl.sql ch/tests/queries/0_stateless/03208_numbers_total_rows_approx.sql ch/tests/queries/0_stateless/01157_replace_table.sql ch/tests/queries/0_stateless/01353_low_cardinality_join_types.sql ch/tests/queries/0_stateless/01251_dict_is_in_infinite_loop.sql ch/tests/queries/0_stateless/02475_bad_cast_low_cardinality_to_string_bug.sql ch/tests/queries/0_stateless/01680_predicate_pushdown_union_distinct_subquery.sql ch/tests/queries/0_stateless/02156_storage_merge_prewhere_2.sql ch/tests/queries/0_stateless/01123_parse_date_time_best_effort_even_more.sql ch/tests/queries/0_stateless/02886_missed_json_subcolumns.sql ch/tests/queries/0_stateless/01821_to_date_time_ubsan.sql ch/tests/queries/0_stateless/01586_columns_pruning.sql ch/tests/queries/0_stateless/01279_dist_group_by.sql ch/tests/queries/0_stateless/02972_to_string_nullable_timezone.sql ch/tests/queries/0_stateless/02277_full_sort_join_misc.sql ch/tests/queries/0_stateless/03456_match_index_prefix_extraction.sql ch/tests/queries/0_stateless/00153_transform.sql ch/tests/queries/0_stateless/01296_pipeline_stuck.sql ch/tests/queries/0_stateless/01328_bad_peephole_optimization.sql ch/tests/queries/0_stateless/02115_rewrite_local_join_right_distribute_table.sql ch/tests/queries/0_stateless/00162_shard_global_join.sql ch/tests/queries/0_stateless/02205_ephemeral_1.sql ch/tests/queries/0_stateless/02687_native_fuzz.sql ch/tests/queries/0_stateless/03094_one_thousand_joins.sql ch/tests/queries/0_stateless/02527_storage_merge_prewhere_different_type.sql ch/tests/queries/0_stateless/03073_analyzer_alias_as_column_name.sql ch/tests/queries/0_stateless/01521_format_readable_time_delta2.sql ch/tests/queries/0_stateless/02302_column_decl_null_before_defaul_value.sql ch/tests/queries/0_stateless/02553_type_json_attach_partition.sql ch/tests/queries/0_stateless/00614_shard_same_header_for_local_and_remote_node_in_distributed_query.sql ch/tests/queries/0_stateless/00632_get_sample_block_cache.sql ch/tests/queries/0_stateless/01015_random_constant.sql ch/tests/queries/0_stateless/00577_full_join_segfault.sql ch/tests/queries/0_stateless/02342_window_view_different_struct.sql ch/tests/queries/0_stateless/00287_column_const_with_nan.sql ch/tests/queries/0_stateless/00110_external_sort.sql ch/tests/queries/0_stateless/01831_max_streams.sql ch/tests/queries/0_stateless/03173_set_transformed_partition_pruning.sql ch/tests/queries/0_stateless/02405_pmj_issue_40335.sql ch/tests/queries/0_stateless/01765_move_to_table_overlapping_block_number.sql ch/tests/queries/0_stateless/00754_first_significant_subdomain_more.sql ch/tests/queries/0_stateless/02206_minimum_sample_size.sql ch/tests/queries/0_stateless/01323_bad_arg_in_arithmetic_operations.sql ch/tests/queries/0_stateless/02763_row_policy_storage_merge_alias.gen.sql ch/tests/queries/0_stateless/01137_sample_final.sql ch/tests/queries/0_stateless/01414_bloom_filter_index_with_const_column.sql ch/tests/queries/0_stateless/00098_k_union_all.sql ch/tests/queries/0_stateless/01417_update_permutation_crash.sql ch/tests/queries/0_stateless/00098_9_union_all.sql ch/tests/queries/0_stateless/02917_transform_tsan.sql ch/tests/queries/0_stateless/01314_position_in_system_columns.sql ch/tests/queries/0_stateless/00451_left_array_join_and_constants.sql ch/tests/queries/0_stateless/02319_quantile_interpolated_weighted.sql ch/tests/queries/0_stateless/00823_sequence_match_dfa.sql ch/tests/queries/0_stateless/01809_inactive_parts_to_delay_throw_insert.sql ch/tests/queries/0_stateless/02354_vector_search_bugs.sql ch/tests/queries/0_stateless/03034_recursive_cte_tree_fuzz_crash_fix.sql ch/tests/queries/0_stateless/02845_threads_count_in_distributed_queries.gen.sql ch/tests/queries/0_stateless/02763_row_policy_storage_merge.gen.sql ch/tests/queries/0_stateless/01188_attach_table_from_path.sql ch/tests/queries/0_stateless/03147_table_function_loop.sql ch/tests/queries/0_stateless/01346_array_join_mrxotey.sql ch/tests/queries/0_stateless/00802_daylight_saving_time_shift_backwards_at_midnight.sql ch/tests/queries/0_stateless/02534_analyzer_grouping_function.sql ch/tests/queries/0_stateless/01518_cast_nullable_virtual_system_column.sql ch/tests/queries/0_stateless/02169_map_functions.sql ch/tests/queries/0_stateless/02699_polygons_sym_difference_rollup.sql ch/tests/queries/0_stateless/00176_if_string_arrays.sql ch/tests/queries/0_stateless/00612_pk_in_tuple.sql ch/tests/queries/0_stateless/00444_join_use_nulls.sql ch/tests/queries/0_stateless/02808_aliases_inside_case.sql ch/tests/queries/0_stateless/02247_fix_extract_parser.sql ch/tests/queries/0_stateless/02324_map_combinator_bug.sql ch/tests/queries/0_stateless/01173_transaction_control_queries.sql ch/tests/queries/0_stateless/01389_filter_by_virtual_columns.sql ch/tests/queries/0_stateless/03132_rewrite_aggregate_function_with_if_implicit_cast.sql ch/tests/queries/0_stateless/00542_materialized_view_and_time_zone_tag.sql ch/tests/queries/0_stateless/02499_escaped_quote_schema_inference.sql ch/tests/queries/0_stateless/01851_array_difference_decimal_overflow_ubsan.sql ch/tests/queries/0_stateless/00907_set_index_with_nullable_and_low_cardinality_bug.sql ch/tests/queries/0_stateless/01913_join_push_down_bug.sql ch/tests/queries/0_stateless/02416_rocksdb_delete_update.sql ch/tests/queries/0_stateless/01552_dict_fixedstring.sql ch/tests/queries/0_stateless/00619_extract.sql ch/tests/queries/0_stateless/03015_peder1001.sql ch/tests/queries/0_stateless/01592_length_map.sql ch/tests/queries/0_stateless/03164_adapting_parquet_reader_output_size.sql ch/tests/queries/0_stateless/03167_base64_url_functions.sql ch/tests/queries/0_stateless/02680_lc_null_as_default.sql ch/tests/queries/0_stateless/01622_constraints_where_optimization.sql ch/tests/queries/0_stateless/01655_quarter_modificator_for_formatDateTime.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_grouping_set.sql ch/tests/queries/0_stateless/02468_has_any_tuple.sql ch/tests/queries/0_stateless/03013_test_part_level_is_reset_attach_from_disk_mt.sql ch/tests/queries/0_stateless/02662_first_last_value.sql ch/tests/queries/0_stateless/01710_projection_additional_filters.sql ch/tests/queries/0_stateless/00751_hashing_ints.sql ch/tests/queries/0_stateless/02420_final_setting_analyzer.sql ch/tests/queries/0_stateless/01710_projection_in_set.sql ch/tests/queries/0_stateless/01019_alter_materialized_view_query.sql ch/tests/queries/0_stateless/01892_setting_limit_offset_distributed.sql ch/tests/queries/0_stateless/01847_bad_like.sql ch/tests/queries/0_stateless/01127_month_partitioning_consistency_select.sql ch/tests/queries/0_stateless/02764_index_analysis_fix.sql ch/tests/queries/0_stateless/02935_format_with_arbitrary_types.sql ch/tests/queries/0_stateless/01372_wrong_order_by_removal.sql ch/tests/queries/0_stateless/02845_domain_rfc_support_ipv6.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_replacing_merge_tree.sql ch/tests/queries/0_stateless/02922_respect_nulls_states.sql ch/tests/queries/0_stateless/01139_asof_join_types.sql ch/tests/queries/0_stateless/01660_join_or_all.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_small.gen.sql ch/tests/queries/0_stateless/02535_ip_parser_not_whole.sql ch/tests/queries/0_stateless/02554_format_json_columns_for_empty.sql ch/tests/queries/0_stateless/02971_functions_to_subcolumns_variant.sql ch/tests/queries/0_stateless/00076_ip_coding_functions.sql ch/tests/queries/0_stateless/00666_uniq_complex_types.sql ch/tests/queries/0_stateless/02771_ignore_data_skipping_indices.sql ch/tests/queries/0_stateless/00622_select_in_parens.sql ch/tests/queries/0_stateless/01921_datatype_date32.sql ch/tests/queries/0_stateless/00726_length_aliases.sql ch/tests/queries/0_stateless/03015_analyzer_groupby_fuzz_60772.sql ch/tests/queries/0_stateless/00266_read_overflow_mode.sql ch/tests/queries/0_stateless/00732_quorum_insert_lost_part_and_alive_part_zookeeper_long.sql ch/tests/queries/0_stateless/03290_dictionary_assert_on_function.sql ch/tests/queries/0_stateless/02155_create_table_w_timezone.sql ch/tests/queries/0_stateless/02152_count_distinct_optimization.sql ch/tests/queries/0_stateless/01655_window_functions_null.sql ch/tests/queries/0_stateless/00218_like_regexp_newline.sql ch/tests/queries/0_stateless/00098_d_union_all.sql ch/tests/queries/0_stateless/00041_aggregation_remap.sql ch/tests/queries/0_stateless/01655_plan_optimizations_merge_filters.sql ch/tests/queries/0_stateless/01474_executable_dictionary.sql ch/tests/queries/0_stateless/03069_analyzer_with_alias_in_array_join.sql ch/tests/queries/0_stateless/02462_match_regexp_pk.sql ch/tests/queries/0_stateless/02128_apply_lambda_parsing.sql ch/tests/queries/0_stateless/02842_move_pk_to_end_of_prewhere.sql ch/tests/queries/0_stateless/01142_join_lc_and_nullable_in_key.sql ch/tests/queries/0_stateless/00578_merge_trees_without_primary_key.sql ch/tests/queries/0_stateless/00543_null_and_prewhere.sql ch/tests/queries/0_stateless/00712_prewhere_with_sampling_and_alias.sql ch/tests/queries/0_stateless/01761_cast_to_enum_nullable.sql ch/tests/queries/0_stateless/00829_bitmap64_function.sql ch/tests/queries/0_stateless/02809_storage_set_analysis_bug.sql ch/tests/queries/0_stateless/02313_avro_records_and_maps.sql ch/tests/queries/0_stateless/00330_view_subqueries.sql ch/tests/queries/0_stateless/02381_parse_array_of_tuples.sql ch/tests/queries/0_stateless/02302_s3_file_pruning.sql ch/tests/queries/0_stateless/02691_drop_column_with_projections_replicated.sql ch/tests/queries/0_stateless/03164_linestring_geometry.sql ch/tests/queries/0_stateless/02028_system_data_skipping_indices_size.sql ch/tests/queries/0_stateless/03210_empty_tuple_lhs_of_in.sql ch/tests/queries/0_stateless/01598_memory_limit_zeros.sql ch/tests/queries/0_stateless/03033_from_unixtimestamp_joda_by_int64.sql ch/tests/queries/0_stateless/02095_function_get_os_kernel_version.sql ch/tests/queries/0_stateless/00182_functions_higher_order_and_consts.sql ch/tests/queries/0_stateless/01795_TinyLog_rwlock_ub.sql ch/tests/queries/0_stateless/02992_settings_overflow.sql ch/tests/queries/0_stateless/02875_final_invalid_read_ranges_bug.sql ch/tests/queries/0_stateless/00490_with_select.sql ch/tests/queries/0_stateless/00449_filter_array_nullable_tuple.sql ch/tests/queries/0_stateless/03142_skip_ANSI_in_UTF8_compute_width.sql ch/tests/queries/0_stateless/01677_bit_float.sql ch/tests/queries/0_stateless/02003_bug_from_23515.sql ch/tests/queries/0_stateless/00592_union_all_different_aliases.sql ch/tests/queries/0_stateless/00820_multiple_joins.sql ch/tests/queries/0_stateless/00096_aggregation_min_if.sql ch/tests/queries/0_stateless/02460_prewhere_row_level_policy.sql ch/tests/queries/0_stateless/02723_jit_aggregation_bug_48120.sql ch/tests/queries/0_stateless/02552_client_format_settings.sql ch/tests/queries/0_stateless/01925_map_populate_series_on_map.sql ch/tests/queries/0_stateless/03215_parallel_replicas_crash_after_refactoring.sql ch/tests/queries/0_stateless/01825_type_json_parallel_insert.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_pk.sql ch/tests/queries/0_stateless/00495_reading_const_zero_column.sql ch/tests/queries/0_stateless/02354_distributed_with_external_aggregation_memory_usage.sql ch/tests/queries/0_stateless/01515_force_data_skipping_indices.sql ch/tests/queries/0_stateless/03217_fliter_pushdown_no_keys.sql ch/tests/queries/0_stateless/00717_low_cardinaliry_group_by.sql ch/tests/queries/0_stateless/00098_b_union_all.sql ch/tests/queries/0_stateless/00159_whitespace_in_columns_list.sql ch/tests/queries/0_stateless/01835_alias_to_primary_key_cyfdecyf.sql ch/tests/queries/0_stateless/00060_date_lut.sql ch/tests/queries/0_stateless/02710_allow_suspicious_indices.sql ch/tests/queries/0_stateless/02267_special_operator_parse_alias_check.sql ch/tests/queries/0_stateless/02861_uuid_format_serialization.sql ch/tests/queries/0_stateless/03325_distributed_join_json_array_subcolumns.sql ch/tests/queries/0_stateless/03146_asof_join_ddb_merge_long.gen.sql ch/tests/queries/0_stateless/01660_system_parts_smoke.sql ch/tests/queries/0_stateless/02165_h3_edge_length_km.sql ch/tests/queries/0_stateless/02461_alter_update_respect_part_column_type_bug.sql ch/tests/queries/0_stateless/00164_not_chain.sql ch/tests/queries/0_stateless/01746_lc_values_format_bug.sql ch/tests/queries/0_stateless/00700_decimal_in_keys.sql ch/tests/queries/0_stateless/03250_avoid_prefetch_empty_parts.sql ch/tests/queries/0_stateless/02932_non_ready_set_stuck.sql ch/tests/queries/0_stateless/00687_insert_into_mv.sql ch/tests/queries/0_stateless/00732_quorum_insert_have_data_before_quorum_zookeeper_long.sql ch/tests/queries/0_stateless/02317_like_with_trailing_escape.sql ch/tests/queries/0_stateless/02364_dictionary_datetime_64_attribute_crash.sql ch/tests/queries/0_stateless/03046_column_in_block_array_join.sql ch/tests/queries/0_stateless/00447_foreach_modifier.sql ch/tests/queries/0_stateless/00726_materialized_view_concurrent.sql ch/tests/queries/0_stateless/02810_row_binary_with_defaults.sql ch/tests/queries/0_stateless/00976_asof_join_on.gen.sql ch/tests/queries/0_stateless/01010_partial_merge_join_const_and_lc.sql ch/tests/queries/0_stateless/01721_constraints_constant_expressions.sql ch/tests/queries/0_stateless/02863_interpolate_subquery.sql ch/tests/queries/0_stateless/01033_dictionaries_lifetime.sql ch/tests/queries/0_stateless/02932_parallel_replicas_fuzzer.sql ch/tests/queries/0_stateless/03213_rand_dos.sql ch/tests/queries/0_stateless/03209_parameterized_view_with_non_literal_params.sql ch/tests/queries/0_stateless/01825_type_json_18.sql ch/tests/queries/0_stateless/03032_redundant_equals.sql ch/tests/queries/0_stateless/03155_datasketches_ubsan.sql ch/tests/queries/0_stateless/00563_shard_insert_into_remote.sql ch/tests/queries/0_stateless/01280_ttl_where_group_by_negative.sql ch/tests/queries/0_stateless/02131_row_policies_combination.sql ch/tests/queries/0_stateless/01430_moving_sum_empty_state.sql ch/tests/queries/0_stateless/02494_query_cache_events.sql ch/tests/queries/0_stateless/03215_multilinestring_geometry.sql ch/tests/queries/0_stateless/00688_low_cardinality_syntax.sql ch/tests/queries/0_stateless/00701_rollup.sql ch/tests/queries/0_stateless/01277_large_tuples.sql ch/tests/queries/0_stateless/00872_t64_bit_codec.sql ch/tests/queries/0_stateless/00345_index_accurate_comparison.sql ch/tests/queries/0_stateless/03231_prewhere_conditions_order.sql ch/tests/queries/0_stateless/02159_left_right.sql ch/tests/queries/0_stateless/00623_replicated_truncate_table_zookeeper_long.sql ch/tests/queries/0_stateless/00295_global_in_one_shard_rows_before_limit.sql ch/tests/queries/0_stateless/00988_parallel_parts_removal.sql ch/tests/queries/0_stateless/00048_b_stored_aggregates_merge.sql ch/tests/queries/0_stateless/01124_view_bad_types.sql ch/tests/queries/0_stateless/01040_h3_get_resolution.sql ch/tests/queries/0_stateless/02226_analyzer_or_like_combine.sql ch/tests/queries/0_stateless/02024_create_dictionary_with_comment.sql ch/tests/queries/0_stateless/02525_different_engines_in_temporary_tables.sql ch/tests/queries/0_stateless/02505_forbid_paths_in_datetime_timezone.sql ch/tests/queries/0_stateless/01018_ddl_dictionaries_special.sql ch/tests/queries/0_stateless/02325_compatibility_setting_2.sql ch/tests/queries/0_stateless/01881_join_on_conditions_merge.gen.sql ch/tests/queries/0_stateless/02734_optimize_group_by.sql ch/tests/queries/0_stateless/00123_shard_unmerged_result_when_max_distributed_connections_is_one.sql ch/tests/queries/0_stateless/02921_database_filesystem_path_check.sql ch/tests/queries/0_stateless/01356_wrong_filter-type_bug.sql ch/tests/queries/0_stateless/01603_insert_select_too_many_parts.sql ch/tests/queries/0_stateless/02271_replace_partition_many_tables.sql ch/tests/queries/0_stateless/02453_check_path_in_errors_logger.sql ch/tests/queries/0_stateless/02293_h3_line.sql ch/tests/queries/0_stateless/00025_implicitly_used_subquery_column.sql ch/tests/queries/0_stateless/00235_create_temporary_table_as.sql ch/tests/queries/0_stateless/01459_decimal_casts.sql ch/tests/queries/0_stateless/01892_jit_aggregation_function_any_last_long.sql ch/tests/queries/0_stateless/00716_allow_ddl.sql ch/tests/queries/0_stateless/02244_lowcardinality_hash_join.sql ch/tests/queries/0_stateless/00377_shard_group_uniq_array_of_string_array.sql ch/tests/queries/0_stateless/01412_group_array_moving_shard.sql ch/tests/queries/0_stateless/01926_union_all_schmak.sql ch/tests/queries/0_stateless/00112_shard_totals_after_having.sql ch/tests/queries/0_stateless/02797_range_nullable.sql ch/tests/queries/0_stateless/00900_entropy_shard.sql ch/tests/queries/0_stateless/03206_projection_merge_special_mergetree.sql ch/tests/queries/0_stateless/02783_max_bytes_to_read_in_schema_inference.sql ch/tests/queries/0_stateless/02293_arrow_dictionary_indexes.sql ch/tests/queries/0_stateless/01839_join_to_subqueries_rewriter_columns_matcher.sql ch/tests/queries/0_stateless/01732_explain_syntax_union_query.sql ch/tests/queries/0_stateless/02021_h3_is_res_classIII.sql ch/tests/queries/0_stateless/03174_projection_deduplicate.sql ch/tests/queries/0_stateless/01646_rewrite_sum_if.sql ch/tests/queries/0_stateless/01662_date_ubsan.sql ch/tests/queries/0_stateless/00980_zookeeper_merge_tree_alter_settings.sql ch/tests/queries/0_stateless/01231_distributed_aggregation_memory_efficient_mix_levels.sql ch/tests/queries/0_stateless/01825_new_type_json_in_array.sql ch/tests/queries/0_stateless/03228_dynamic_subcolumns_from_subquery.sql ch/tests/queries/0_stateless/02841_tuple_modulo.sql ch/tests/queries/0_stateless/02508_index_analysis_to_date_timezone.sql ch/tests/queries/0_stateless/00202_cross_join.sql ch/tests/queries/0_stateless/02509_h3_arguments.sql ch/tests/queries/0_stateless/00420_null_in_scalar_subqueries.sql ch/tests/queries/0_stateless/01776_decrypt_aead_size_check.sql ch/tests/queries/0_stateless/00808_not_optimize_predicate.sql ch/tests/queries/0_stateless/02481_i43247_ubsan_in_minmaxany.sql ch/tests/queries/0_stateless/01080_check_for_error_incorrect_size_of_nested_column.sql ch/tests/queries/0_stateless/02919_storage_fuzzjson.sql ch/tests/queries/0_stateless/01041_create_dictionary_if_not_exists.sql ch/tests/queries/0_stateless/03093_reading_bug_with_parallel_replicas.sql ch/tests/queries/0_stateless/02893_system_drop_schema_cache_format.sql ch/tests/queries/0_stateless/00874_issue_3495.sql ch/tests/queries/0_stateless/01825_type_json_sparse.sql ch/tests/queries/0_stateless/01848_partition_value_column.sql ch/tests/queries/0_stateless/00837_minmax_index_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/03093_special_column_errors.sql ch/tests/queries/0_stateless/01104_distributed_numbers_test.sql ch/tests/queries/0_stateless/00113_shard_group_array.sql ch/tests/queries/0_stateless/01295_create_row_policy.sql ch/tests/queries/0_stateless/00702_join_with_using.sql ch/tests/queries/0_stateless/01665_substring_ubsan.sql ch/tests/queries/0_stateless/02245_make_datetime64.sql ch/tests/queries/0_stateless/02456_alter-nullable-column-bag-2.sql ch/tests/queries/0_stateless/00360_to_date_from_string_with_datetime.sql ch/tests/queries/0_stateless/01630_disallow_floating_point_as_partition_key.sql ch/tests/queries/0_stateless/02131_materialize_column_cast.sql ch/tests/queries/0_stateless/02942_variant_cast.sql ch/tests/queries/0_stateless/01248_least_greatest_mixed_const.sql ch/tests/queries/0_stateless/02155_nested_lc_defalut_bug.sql ch/tests/queries/0_stateless/02473_map_element_nullable.sql ch/tests/queries/0_stateless/02911_analyzer_remove_unused_projection_columns.sql ch/tests/queries/0_stateless/00298_enum_width_and_cast.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_2.sql ch/tests/queries/0_stateless/01144_multiple_joins_rewriter_v2_and_lambdas.sql ch/tests/queries/0_stateless/00098_4_union_all.sql ch/tests/queries/0_stateless/02417_null_variadic_behaviour.sql ch/tests/queries/0_stateless/00452_left_array_join_and_nullable.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/02162_array_first_last_index.sql ch/tests/queries/0_stateless/02226_async_insert_table_function.sql ch/tests/queries/0_stateless/01850_dist_INSERT_preserve_error.sql ch/tests/queries/0_stateless/01114_alter_modify_compact_parts.sql ch/tests/queries/0_stateless/01825_type_json_in_array.sql ch/tests/queries/0_stateless/02457_filesystem_function.sql ch/tests/queries/0_stateless/01053_drop_database_mat_view.sql ch/tests/queries/0_stateless/01605_adaptive_granularity_block_borders.sql ch/tests/queries/0_stateless/02481_s3_throw_if_mismatch_files.sql ch/tests/queries/0_stateless/01455_time_zones.sql ch/tests/queries/0_stateless/00678_murmurhash.sql ch/tests/queries/0_stateless/02015_division_by_nullable.sql ch/tests/queries/0_stateless/02403_ttl_column_multiple_times.sql ch/tests/queries/0_stateless/02317_distinct_in_order_optimization.sql ch/tests/queries/0_stateless/00819_ast_refactoring_bugs.sql ch/tests/queries/0_stateless/02967_analyzer_fuzz.sql ch/tests/queries/0_stateless/03261_variant_permutation_bug.sql ch/tests/queries/0_stateless/02480_tlp_nan.sql ch/tests/queries/0_stateless/03274_grace_hash_max_joined_block_size_rows_bug.sql ch/tests/queries/0_stateless/00040_array_enumerate_uniq.sql ch/tests/queries/0_stateless/01913_fix_column_transformer_replace_format.sql ch/tests/queries/0_stateless/01013_totals_without_aggregation.sql ch/tests/queries/0_stateless/01870_buffer_flush.sql ch/tests/queries/0_stateless/02918_alter_temporary_table.sql ch/tests/queries/0_stateless/01576_alias_column_rewrite.sql ch/tests/queries/0_stateless/02338_analyzer_constants_basic.sql ch/tests/queries/0_stateless/02679_query_parameters_dangling_pointer.sql ch/tests/queries/0_stateless/02191_nested_with_dots.sql ch/tests/queries/0_stateless/00957_coalesce_const_nullable_crash.sql ch/tests/queries/0_stateless/02039_group_by_with_totals_having.sql ch/tests/queries/0_stateless/01881_negate_formatting.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias_bug.sql ch/tests/queries/0_stateless/03127_argMin_combinator_state.sql ch/tests/queries/0_stateless/02043_user_defined_executable_function_implicit_cast.sql ch/tests/queries/0_stateless/00353_join_by_tuple.sql ch/tests/queries/0_stateless/03033_dynamic_text_serialization.sql ch/tests/queries/0_stateless/00527_totals_having_nullable.sql ch/tests/queries/0_stateless/00375_shard_group_uniq_array_of_string.sql ch/tests/queries/0_stateless/01114_materialize_clear_index_compact_parts.sql ch/tests/queries/0_stateless/03031_tuple_elimination_analyzer.sql ch/tests/queries/0_stateless/00515_gcd_lcm.sql ch/tests/queries/0_stateless/02579_fill_empty_chunk_analyzer.sql ch/tests/queries/0_stateless/01308_polygon_area.sql ch/tests/queries/0_stateless/03165_storage_merge_view_prewhere.sql ch/tests/queries/0_stateless/02287_type_object_convert.sql ch/tests/queries/0_stateless/02768_cse_nested_distributed.sql ch/tests/queries/0_stateless/01710_projection_external_aggregate.sql ch/tests/queries/0_stateless/00564_temporary_table_management.sql ch/tests/queries/0_stateless/03008_filter_projections_non_deterministoc_functions.sql ch/tests/queries/0_stateless/02366_kql_func_math.sql ch/tests/queries/0_stateless/00238_removal_of_temporary_columns.sql ch/tests/queries/0_stateless/02352_lightweight_delete_and_object_column.sql ch/tests/queries/0_stateless/00608_uniq_array.sql ch/tests/queries/0_stateless/01360_materialized_view_with_join_on_query_log.sql ch/tests/queries/0_stateless/01413_if_array_uuid.sql ch/tests/queries/0_stateless/02125_constant_if_condition_and_not_existing_column.sql ch/tests/queries/0_stateless/02916_glogal_in_cancel.sql ch/tests/queries/0_stateless/01063_create_column_set.sql ch/tests/queries/0_stateless/02374_in_tuple_index.sql ch/tests/queries/0_stateless/01357_result_rows.sql ch/tests/queries/0_stateless/01251_string_comparison.sql ch/tests/queries/0_stateless/01527_bad_aggregation_in_lambda.sql ch/tests/queries/0_stateless/02912_group_array_sample.sql ch/tests/queries/0_stateless/01098_sum.sql ch/tests/queries/0_stateless/02737_sql_auto_is_null.sql ch/tests/queries/0_stateless/00718_format_datetime.sql ch/tests/queries/0_stateless/02676_distinct_reading_in_order_analyzer.sql ch/tests/queries/0_stateless/02830_insert_values_time_interval.sql ch/tests/queries/0_stateless/01940_point_in_polygon_ubsan.sql ch/tests/queries/0_stateless/03151_external_cross_join.sql ch/tests/queries/0_stateless/01784_parallel_formatting_memory.sql ch/tests/queries/0_stateless/03031_distinguish_bool_and_int_in_settings.sql ch/tests/queries/0_stateless/01651_bugs_from_15889.sql ch/tests/queries/0_stateless/02731_parallel_replicas_join_subquery.sql ch/tests/queries/0_stateless/02486_truncate_and_unexpected_parts.sql ch/tests/queries/0_stateless/03102_prefer_column_name_to_alias.sql ch/tests/queries/0_stateless/01684_insert_specify_shard_id.sql ch/tests/queries/0_stateless/00509_extended_storage_definition_syntax_zookeeper.sql ch/tests/queries/0_stateless/01917_system_data_skipping_indices.sql ch/tests/queries/0_stateless/01035_avg.sql ch/tests/queries/0_stateless/01542_collate_in_array.sql ch/tests/queries/0_stateless/02485_zero_copy_commit_error.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias_and_virtual_column.sql ch/tests/queries/0_stateless/03032_storage_memory_modify_settings.sql ch/tests/queries/0_stateless/00753_alter_attach.sql ch/tests/queries/0_stateless/02515_and_or_if_multiif_not_return_lc.sql ch/tests/queries/0_stateless/01889_sql_json_functions.sql ch/tests/queries/0_stateless/01281_join_with_prewhere_fix.sql ch/tests/queries/0_stateless/00856_no_column_issue_4242.sql ch/tests/queries/0_stateless/00989_parallel_parts_loading.sql ch/tests/queries/0_stateless/01532_execute_merges_on_single_replica_long.sql ch/tests/queries/0_stateless/00876_wrong_arraj_join_column.sql ch/tests/queries/0_stateless/02807_math_unary_crash.sql ch/tests/queries/0_stateless/02320_mapped_array_witn_const_nullable.sql ch/tests/queries/0_stateless/03213_array_element_msan.sql ch/tests/queries/0_stateless/02886_binary_like.sql ch/tests/queries/0_stateless/00752_low_cardinality_left_array_join.sql ch/tests/queries/0_stateless/01296_codecs_bad_arguments.sql ch/tests/queries/0_stateless/00996_neighbor.sql ch/tests/queries/0_stateless/02192_comment.sql ch/tests/queries/0_stateless/03105_table_aliases_in_mv.sql ch/tests/queries/0_stateless/00737_decimal_group_by.sql ch/tests/queries/0_stateless/01047_nullable_rand.sql ch/tests/queries/0_stateless/00679_replace_asterisk.sql ch/tests/queries/0_stateless/00470_identifiers_in_double_quotes.sql ch/tests/queries/0_stateless/02724_jit_logical_functions.sql ch/tests/queries/0_stateless/03199_merge_filters_bug.sql ch/tests/queries/0_stateless/00500_point_in_polygon_non_const_poly.sql ch/tests/queries/0_stateless/02020_cast_integer_overflow.sql ch/tests/queries/0_stateless/02962_parallel_window_functions_different_partitioning.sql ch/tests/queries/0_stateless/02441_alter_delete_and_drop_column.sql ch/tests/queries/0_stateless/01273_lc_fixed_string_field.sql ch/tests/queries/0_stateless/02560_window_ntile.sql ch/tests/queries/0_stateless/01416_join_totals_header_bug.sql ch/tests/queries/0_stateless/01062_alter_on_mutataion_zookeeper_long.sql ch/tests/queries/0_stateless/02184_ipv6_select_parsing.sql ch/tests/queries/0_stateless/00357_to_string_complex_types.sql ch/tests/queries/0_stateless/02966_float32_promotion.sql ch/tests/queries/0_stateless/03076_analyzer_multiple_joins_alias.sql ch/tests/queries/0_stateless/03033_cte_numbers_memory.sql ch/tests/queries/0_stateless/02999_scalar_subqueries_bug_2.sql ch/tests/queries/0_stateless/02816_check_projection_metadata.sql ch/tests/queries/0_stateless/02575_merge_prewhere_different_default_kind.sql ch/tests/queries/0_stateless/00670_truncate_temporary_table.sql ch/tests/queries/0_stateless/00184_shard_distributed_group_by_no_merge.sql ch/tests/queries/0_stateless/01710_normal_projection_format.sql ch/tests/queries/0_stateless/01710_projection_with_column_transformers.sql ch/tests/queries/0_stateless/03045_analyzer_alias_join_with_if.sql ch/tests/queries/0_stateless/02686_bson3.sql ch/tests/queries/0_stateless/03321_functions_to_subcolumns_skip_index.sql ch/tests/queries/0_stateless/00472_create_view_if_not_exists.sql ch/tests/queries/0_stateless/00296_url_parameters.sql ch/tests/queries/0_stateless/00700_decimal_casts.sql ch/tests/queries/0_stateless/00746_hashing_tuples.sql ch/tests/queries/0_stateless/00448_replicate_nullable_tuple_generic.sql ch/tests/queries/0_stateless/02310_generate_multi_columns_with_uuid.sql ch/tests/queries/0_stateless/03011_definitive_guide_to_cast.sql ch/tests/queries/0_stateless/00471_sql_style_quoting.sql ch/tests/queries/0_stateless/02941_projections_external_aggregation.sql ch/tests/queries/0_stateless/01211_optimize_skip_unused_shards_type_mismatch.sql ch/tests/queries/0_stateless/00266_shard_global_subquery_and_aliases.sql ch/tests/queries/0_stateless/00231_format_vertical_raw.sql ch/tests/queries/0_stateless/01780_column_sparse_alter.sql ch/tests/queries/0_stateless/01494_storage_join_persistency.sql ch/tests/queries/0_stateless/00914_replicate.sql ch/tests/queries/0_stateless/02439_merge_selecting_partitions.sql ch/tests/queries/0_stateless/02989_replicated_merge_tree_invalid_metadata_version.sql ch/tests/queries/0_stateless/02269_insert_select_with_format_without_schema_inference.sql ch/tests/queries/0_stateless/02011_dictionary_empty_attribute_list.sql ch/tests/queries/0_stateless/01252_weird_time_zone.sql ch/tests/queries/0_stateless/02350_views_max_insert_threads.sql ch/tests/queries/0_stateless/00909_arrayEnumerateUniq.sql ch/tests/queries/0_stateless/01505_trivial_count_with_partition_predicate.sql ch/tests/queries/0_stateless/00930_max_partitions_per_insert_block.sql ch/tests/queries/0_stateless/01096_zeros.sql ch/tests/queries/0_stateless/02884_interval_operator_support_plural_literal.sql ch/tests/queries/0_stateless/02222_allow_experimental_projection_optimization__enable_global_with_statement.sql ch/tests/queries/0_stateless/01514_empty_buffer_different_types.sql ch/tests/queries/0_stateless/02922_respect_nulls_Nullable.sql ch/tests/queries/0_stateless/02233_set_enable_with_statement_cte_perf.sql ch/tests/queries/0_stateless/01683_codec_encrypted.sql ch/tests/queries/0_stateless/02344_insert_profile_events_stress.sql ch/tests/queries/0_stateless/02730_dictionary_hashed_load_factor_element_count.sql ch/tests/queries/0_stateless/03168_read_in_order_buffering_2.sql ch/tests/queries/0_stateless/01788_update_nested_type_subcolumn_check.sql ch/tests/queries/0_stateless/02716_create_direct_dict_with_lifetime_throws.sql ch/tests/queries/0_stateless/01698_fix_toMinute.sql ch/tests/queries/0_stateless/01746_extract_text_from_html.sql ch/tests/queries/0_stateless/00752_low_cardinality_mv_1.sql ch/tests/queries/0_stateless/03036_schema_inference_cache_s3_archives.sql ch/tests/queries/0_stateless/00067_replicate_segfault.sql ch/tests/queries/0_stateless/02536_system_sync_file_cache.sql ch/tests/queries/0_stateless/00725_memory_tracking.sql ch/tests/queries/0_stateless/02161_addressToLineWithInlines.sql ch/tests/queries/0_stateless/02008_test_union_distinct_in_subquery.sql ch/tests/queries/0_stateless/00201_array_uniq.sql ch/tests/queries/0_stateless/02733_distinct.sql ch/tests/queries/0_stateless/00609_mv_index_in_in.sql ch/tests/queries/0_stateless/01296_create_row_policy_in_current_database.sql ch/tests/queries/0_stateless/02892_SummingMergeTree_Nested.sql ch/tests/queries/0_stateless/02735_array_map_array_of_tuples.sql ch/tests/queries/0_stateless/01820_unhex_case_insensitive.sql ch/tests/queries/0_stateless/01447_json_strings.sql ch/tests/queries/0_stateless/03032_numbers_zeros.sql ch/tests/queries/0_stateless/02730_with_fill_by_sorting_prefix.sql ch/tests/queries/0_stateless/01214_point_in_Mecca.sql ch/tests/queries/0_stateless/02519_monotonicity_fuzz.sql ch/tests/queries/0_stateless/02932_lwd_and_mutations.sql ch/tests/queries/0_stateless/00529_orantius.sql ch/tests/queries/0_stateless/02504_regexp_dictionary_table_source.sql ch/tests/queries/0_stateless/02999_variant_suspicious_types.sql ch/tests/queries/0_stateless/00979_toFloat_monotonicity.sql ch/tests/queries/0_stateless/02271_fix_column_matcher_and_column_transformer.sql ch/tests/queries/0_stateless/01557_max_parallel_replicas_no_sample.sql ch/tests/queries/0_stateless/00961_checksums_in_system_parts_columns_table.sql ch/tests/queries/0_stateless/01941_dict_get_has_complex_single_key.sql ch/tests/queries/0_stateless/01773_case_sensitive_version.sql ch/tests/queries/0_stateless/02814_age_datediff.sql ch/tests/queries/0_stateless/03071_analyzer_array_join_forbid_non_existing_columns.sql ch/tests/queries/0_stateless/02346_fulltext_index_search.sql ch/tests/queries/0_stateless/02366_kql_create_table.sql ch/tests/queries/0_stateless/02716_int256_arrayfunc.sql ch/tests/queries/0_stateless/03223_nested_json_in_shared_data_merges.sql ch/tests/queries/0_stateless/00499_json_enum_insert.sql ch/tests/queries/0_stateless/02340_analyzer_functions.sql ch/tests/queries/0_stateless/03034_dynamic_conversions.sql ch/tests/queries/0_stateless/00725_ipv4_ipv6_domains.sql ch/tests/queries/0_stateless/02531_ipv4_arithmetic.sql ch/tests/queries/0_stateless/01825_type_json_add_column.gen.sql ch/tests/queries/0_stateless/01273_h3EdgeAngle_range_check.sql ch/tests/queries/0_stateless/01917_prewhere_column_type.sql ch/tests/queries/0_stateless/02871_multiple_joins_rewriter_v2_handle_last_table_columns.sql ch/tests/queries/0_stateless/00988_constraints_replication_zookeeper_long.sql ch/tests/queries/0_stateless/01753_mutate_table_predicated_with_table.sql ch/tests/queries/0_stateless/01355_defaultValueOfArgumentType_bug.sql ch/tests/queries/0_stateless/01825_new_type_json_ephemeral.sql ch/tests/queries/0_stateless/02541_multiple_ignore_with_nested_select.sql ch/tests/queries/0_stateless/01825_new_type_json_bools.sql ch/tests/queries/0_stateless/01497_now_support_timezone.sql ch/tests/queries/0_stateless/00253_insert_recursive_defaults.sql ch/tests/queries/0_stateless/03002_modify_query_cte.sql ch/tests/queries/0_stateless/00293_shard_max_subquery_depth.sql ch/tests/queries/0_stateless/03161_cnf_reduction.sql ch/tests/queries/0_stateless/01671_test_toQuarter_mysql_dialect.sql ch/tests/queries/0_stateless/00399_group_uniq_array_date_datetime.sql ch/tests/queries/0_stateless/02534_join_prewhere_bug.sql ch/tests/queries/0_stateless/01600_select_in_different_types.sql ch/tests/queries/0_stateless/02991_count_rewrite_analyzer.sql ch/tests/queries/0_stateless/03226_alter_update_dynamic_json_not_supported.sql ch/tests/queries/0_stateless/01282_system_parts_ttl_info.sql ch/tests/queries/0_stateless/01705_normalize_create_alter_function_names.sql ch/tests/queries/0_stateless/02007_join_use_nulls.sql ch/tests/queries/0_stateless/00285_not_all_data_in_totals.sql ch/tests/queries/0_stateless/01593_functions_in_order_by.sql ch/tests/queries/0_stateless/01089_alter_settings_old_format.sql ch/tests/queries/0_stateless/03036_prewhere_lambda_function.sql ch/tests/queries/0_stateless/01747_alter_partition_key_enum_zookeeper_long.sql ch/tests/queries/0_stateless/02900_issue_55858.sql ch/tests/queries/0_stateless/02394_every_profile_event_must_have_documentation.sql ch/tests/queries/0_stateless/02151_lc_prefetch.sql ch/tests/queries/0_stateless/02902_topKGeneric_deserialization_memory.sql ch/tests/queries/0_stateless/02366_kql_tabular.sql ch/tests/queries/0_stateless/02483_add_engine_full_column_to_system_databases.sql ch/tests/queries/0_stateless/00648_replacing_empty_set_from_prewhere.sql ch/tests/queries/0_stateless/01324_settings_documentation.sql ch/tests/queries/0_stateless/01017_in_unconvertible_complex_type.sql ch/tests/queries/0_stateless/02765_parallel_replicas_final_modifier.sql ch/tests/queries/0_stateless/01677_array_enumerate_bug.sql ch/tests/queries/0_stateless/00465_nullable_default.sql ch/tests/queries/0_stateless/02893_vertical_final_bugs.sql ch/tests/queries/0_stateless/00557_alter_null_storage_tables.sql ch/tests/queries/0_stateless/01001_enums_in_in_section.sql ch/tests/queries/0_stateless/01518_nullable_aggregate_states1.sql ch/tests/queries/0_stateless/00440_nulls_merge_tree.sql ch/tests/queries/0_stateless/01024__getScalar.sql ch/tests/queries/0_stateless/00977_join_use_nulls_denny_crane.sql ch/tests/queries/0_stateless/01511_prewhere_with_virtuals.sql ch/tests/queries/0_stateless/02454_create_table_with_custom_disk.sql ch/tests/queries/0_stateless/02337_base58.sql ch/tests/queries/0_stateless/02180_group_by_lowcardinality.sql ch/tests/queries/0_stateless/01072_select_constant_limit.sql ch/tests/queries/0_stateless/00411_long_accurate_number_comparison_float.sql ch/tests/queries/0_stateless/01277_random_fixed_string.sql ch/tests/queries/0_stateless/02241_join_rocksdb_bs.gen.sql ch/tests/queries/0_stateless/00681_duplicate_columns_inside_union_all_stas_sviridov.sql ch/tests/queries/0_stateless/02997_fix_datetime64_scale_conversion.sql ch/tests/queries/0_stateless/01019_array_fill.sql ch/tests/queries/0_stateless/00754_alter_modify_order_by.sql ch/tests/queries/0_stateless/01958_partial_hour_timezone.sql ch/tests/queries/0_stateless/02377_modify_column_from_nested.sql ch/tests/queries/0_stateless/01785_dictionary_element_count.sql ch/tests/queries/0_stateless/02319_dict_get_check_arguments_size.sql ch/tests/queries/0_stateless/02384_analyzer_dict_get_join_get.sql ch/tests/queries/0_stateless/01558_ttest.sql ch/tests/queries/0_stateless/00324_hashing_enums.sql ch/tests/queries/0_stateless/00098_6_union_all.sql ch/tests/queries/0_stateless/03164_materialize_skip_index.sql ch/tests/queries/0_stateless/03156_nullable_number_tips.sql ch/tests/queries/0_stateless/03036_with_numbers.sql ch/tests/queries/0_stateless/02155_dictionary_comment.sql ch/tests/queries/0_stateless/01532_primary_key_without_order_by_zookeeper.sql ch/tests/queries/0_stateless/02458_datediff_date32.sql ch/tests/queries/0_stateless/02888_system_tables_with_inaccessible_table_function.sql ch/tests/queries/0_stateless/00963_startsWith_force_primary_key.sql ch/tests/queries/0_stateless/03240_insert_select_named_tuple.sql ch/tests/queries/0_stateless/01418_custom_settings.sql ch/tests/queries/0_stateless/00931_low_cardinality_nullable_aggregate_function_type.sql ch/tests/queries/0_stateless/01055_compact_parts.sql ch/tests/queries/0_stateless/02986_leftpad_fixedstring.sql ch/tests/queries/0_stateless/02029_quantile_sanitizer.sql ch/tests/queries/0_stateless/02014_storage_merge_order_by.sql ch/tests/queries/0_stateless/01825_new_type_json_distributed.sql ch/tests/queries/0_stateless/02209_short_circuit_node_without_parents.sql ch/tests/queries/0_stateless/02346_additional_filters.sql ch/tests/queries/0_stateless/01419_skip_index_compact_parts.sql ch/tests/queries/0_stateless/01032_duplicate_column_insert_query.sql ch/tests/queries/0_stateless/01065_array_zip_mixed_const.sql ch/tests/queries/0_stateless/02211_jsonl_format_extension.sql ch/tests/queries/0_stateless/02962_analyzer_resolve_group_by_on_shards.sql ch/tests/queries/0_stateless/03277_analyzer_array_join_fix.sql ch/tests/queries/0_stateless/02983_const_sharding_key.sql ch/tests/queries/0_stateless/02477_logical_expressions_optimizer_low_cardinality.sql ch/tests/queries/0_stateless/01227_distributed_global_in_issue_2610.sql ch/tests/queries/0_stateless/00174_compare_date_time_with_constant_string_in_in.sql ch/tests/queries/0_stateless/02341_global_join_cte.sql ch/tests/queries/0_stateless/02517_wrong_total_structure_crash.sql ch/tests/queries/0_stateless/01891_not_like_partition_prune.sql ch/tests/queries/0_stateless/02533_generate_random_schema_inference.sql ch/tests/queries/0_stateless/02536_date_from_number_inference_fix.sql ch/tests/queries/0_stateless/00078_string_concat.sql ch/tests/queries/0_stateless/01545_url_file_format_settings.sql ch/tests/queries/0_stateless/02183_combinator_if.sql ch/tests/queries/0_stateless/01712_no_adaptive_granularity_vertical_merge.sql ch/tests/queries/0_stateless/02916_set_formatting.sql ch/tests/queries/0_stateless/03130_convert_outer_join_to_inner_join.sql ch/tests/queries/0_stateless/03164_analyzer_global_in_alias.sql ch/tests/queries/0_stateless/02126_lc_window_functions.sql ch/tests/queries/0_stateless/00833_sleep_overflow.sql ch/tests/queries/0_stateless/02876_yyyymmddtodate.sql ch/tests/queries/0_stateless/01503_if_const_optimization.sql ch/tests/queries/0_stateless/01851_fix_row_policy_empty_result.sql ch/tests/queries/0_stateless/02118_show_create_table_rocksdb.sql ch/tests/queries/0_stateless/00469_comparison_of_strings_containing_null_char.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_hashing.sql ch/tests/queries/0_stateless/02498_analyzer_aggregate_functions_arithmetic_operations_pass_fix.sql ch/tests/queries/0_stateless/01035_prewhere_with_alias.sql ch/tests/queries/0_stateless/02684_bson.sql ch/tests/queries/0_stateless/01081_PartialSortingTransform_full_column.sql ch/tests/queries/0_stateless/01668_avg_weighted_ubsan.sql ch/tests/queries/0_stateless/00952_insert_into_distributed_with_materialized_column.sql ch/tests/queries/0_stateless/01043_dictionary_attribute_properties_values.sql ch/tests/queries/0_stateless/02494_query_cache_min_query_duration.sql ch/tests/queries/0_stateless/03203_system_numbers_limit_and_offset_complex.sql ch/tests/queries/0_stateless/01249_bad_arguments_for_bloom_filter.sql ch/tests/queries/0_stateless/00002_log_and_exception_messages_formatting.sql ch/tests/queries/0_stateless/03051_many_ctes.sql ch/tests/queries/0_stateless/00500_point_in_polygon.sql ch/tests/queries/0_stateless/02004_max_hyperscan_regex_length.sql ch/tests/queries/0_stateless/02352_lightweight_delete.sql ch/tests/queries/0_stateless/02404_memory_bound_merging.sql ch/tests/queries/0_stateless/02841_join_filter_set_sparse.sql ch/tests/queries/0_stateless/02429_combinators_in_array_reduce.sql ch/tests/queries/0_stateless/01073_show_tables_not_like.sql ch/tests/queries/0_stateless/01250_fixed_string_comparison.sql ch/tests/queries/0_stateless/02249_parse_date_time_basic.sql ch/tests/queries/0_stateless/01646_rewrite_sum_if_bug.sql ch/tests/queries/0_stateless/01472_toBoundsOfInterval_disallow_empty_tz_field.sql ch/tests/queries/0_stateless/01323_add_scalars_in_time.sql ch/tests/queries/0_stateless/02797_aggregator_huge_mem_usage_bug.sql ch/tests/queries/0_stateless/01761_round_year_bounds.sql ch/tests/queries/0_stateless/00910_zookeeper_test_alter_compression_codecs_long.sql ch/tests/queries/0_stateless/00206_empty_array_to_single.sql ch/tests/queries/0_stateless/02835_nested_array_lowcardinality.sql ch/tests/queries/0_stateless/01432_parse_date_time_best_effort_timestamp.sql ch/tests/queries/0_stateless/00514_interval_operators.sql ch/tests/queries/0_stateless/00853_join_with_nulls_crash.sql ch/tests/queries/0_stateless/00111_shard_external_sort_distributed.sql ch/tests/queries/0_stateless/01140_select_from_storage_join_fix.sql ch/tests/queries/0_stateless/02796_projection_date_filter_on_view.sql ch/tests/queries/0_stateless/03074_analyzer_alias_column_in_view.sql ch/tests/queries/0_stateless/00207_left_array_join.sql ch/tests/queries/0_stateless/00753_quantile_format.sql ch/tests/queries/0_stateless/01606_merge_from_wide_to_compact.sql ch/tests/queries/0_stateless/00003_reinterpret_as_string.sql ch/tests/queries/0_stateless/01011_group_uniq_array_memsan.sql ch/tests/queries/0_stateless/00472_compare_uuid_with_constant_string.sql ch/tests/queries/0_stateless/03058_analyzer_ambiguous_columns.sql ch/tests/queries/0_stateless/01474_bad_global_join.sql ch/tests/queries/0_stateless/01605_drop_settings_profile_while_assigned.sql ch/tests/queries/0_stateless/01051_all_join_engine.sql ch/tests/queries/0_stateless/01131_max_rows_to_sort.sql ch/tests/queries/0_stateless/02346_non_negative_derivative.sql ch/tests/queries/0_stateless/00968_roundAge.sql ch/tests/queries/0_stateless/01570_aggregator_combinator_simple_state.sql ch/tests/queries/0_stateless/02966_topk_counts_approx_count_sum.sql ch/tests/queries/0_stateless/02713_array_low_cardinality_string.sql ch/tests/queries/0_stateless/01637_nullable_fuzz3.sql ch/tests/queries/0_stateless/00801_daylight_saving_time_hour_underflow.sql ch/tests/queries/0_stateless/00259_hashing_tuples.sql ch/tests/queries/0_stateless/01076_predicate_optimizer_with_view.sql ch/tests/queries/0_stateless/01822_short_circuit.sql ch/tests/queries/0_stateless/00104_totals_having_mode.sql ch/tests/queries/0_stateless/01656_test_hex_mysql_dialect.sql ch/tests/queries/0_stateless/01825_replacing_vertical_merge.sql ch/tests/queries/0_stateless/02521_cannot_find_column_in_projection.sql ch/tests/queries/0_stateless/02399_merge_tree_mutate_in_partition.sql ch/tests/queries/0_stateless/02792_drop_projection_lwd.sql ch/tests/queries/0_stateless/01999_grant_with_replace.sql ch/tests/queries/0_stateless/02098_date32_comparison.sql ch/tests/queries/0_stateless/01912_bad_cast_join_fuzz.sql ch/tests/queries/0_stateless/02483_substitute_udf_create.sql ch/tests/queries/0_stateless/02962_analyzer_constant_set.sql ch/tests/queries/0_stateless/02243_ipv6_long_parsing.sql ch/tests/queries/0_stateless/01656_sequence_next_node_long.sql ch/tests/queries/0_stateless/01913_replace_dictionary.sql ch/tests/queries/0_stateless/00128_group_by_number_and_fixed_string.sql ch/tests/queries/0_stateless/01833_test_collation_alvarotuso.sql ch/tests/queries/0_stateless/00664_cast_from_string_to_nullable.sql ch/tests/queries/0_stateless/01281_parseDateTime64BestEffort.sql ch/tests/queries/0_stateless/01772_intdiv_minus_one_ubsan.sql ch/tests/queries/0_stateless/00712_prewhere_with_missing_columns.sql ch/tests/queries/0_stateless/01050_engine_join_view_crash.sql ch/tests/queries/0_stateless/02127_storage_join_settings_with_persistency.sql ch/tests/queries/0_stateless/01522_validate_alter_default.sql ch/tests/queries/0_stateless/01191_rename_dictionary.sql ch/tests/queries/0_stateless/02000_map_full_text_bloom_filter_index.sql ch/tests/queries/0_stateless/03289_explain_syntax_statistics.sql ch/tests/queries/0_stateless/00974_full_outer_join.sql ch/tests/queries/0_stateless/00878_join_unexpected_results.sql ch/tests/queries/0_stateless/03007_column_nullable_uninitialzed_value.sql ch/tests/queries/0_stateless/01561_aggregate_functions_of_key_with_join.sql ch/tests/queries/0_stateless/00099_join_many_blocks_segfault.sql ch/tests/queries/0_stateless/01272_totals_and_filter_bug.sql ch/tests/queries/0_stateless/02577_keepermap_delete_update.sql ch/tests/queries/0_stateless/02111_json_column_name_encoding.sql ch/tests/queries/0_stateless/03095_window_functions_qualify.sql ch/tests/queries/0_stateless/03093_analyzer_column_alias.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_1_wide_merge_tree.gen.sql ch/tests/queries/0_stateless/02998_projection_after_attach_partition.sql ch/tests/queries/0_stateless/01414_push_predicate_when_contains_with_clause.sql ch/tests/queries/0_stateless/01594_storage_join_uuid.sql ch/tests/queries/0_stateless/02868_select_support_from_keywords.sql ch/tests/queries/0_stateless/02860_distributed_flush_on_detach.sql ch/tests/queries/0_stateless/03262_analyzer_materialized_view_in_with_cte.sql ch/tests/queries/0_stateless/00843_optimize_predicate_and_rename_table.sql ch/tests/queries/0_stateless/02698_marked_dropped_tables.sql ch/tests/queries/0_stateless/01825_type_json_empty_string.sql ch/tests/queries/0_stateless/00518_extract_all_and_empty_matches.sql ch/tests/queries/0_stateless/02293_grouping_function_group_by.sql ch/tests/queries/0_stateless/03172_bcrypt_validation.sql ch/tests/queries/0_stateless/03065_analyzer_cross_join_and_array_join.sql ch/tests/queries/0_stateless/00700_decimal_math.sql ch/tests/queries/0_stateless/01264_nested_baloo_bear.sql ch/tests/queries/0_stateless/01644_distributed_async_insert_fsync_smoke.sql ch/tests/queries/0_stateless/02589_bson_invalid_document_size.sql ch/tests/queries/0_stateless/00956_join_use_nulls_with_array_column.sql ch/tests/queries/0_stateless/01770_add_months_ubsan.sql ch/tests/queries/0_stateless/02966_nested_offsets_subcolumn.gen.sql ch/tests/queries/0_stateless/02366_direct_dictionary_dict_has.sql ch/tests/queries/0_stateless/02931_alter_materialized_view_query_inconsistent.sql ch/tests/queries/0_stateless/01732_more_consistent_datetime64_parsing.sql ch/tests/queries/0_stateless/00422_hash_function_constexpr.sql ch/tests/queries/0_stateless/01556_if_null.sql ch/tests/queries/0_stateless/02343_analyzer_lambdas_issue_36677.sql ch/tests/queries/0_stateless/03002_sample_factor_where.sql ch/tests/queries/0_stateless/01097_one_more_range_reader_test.sql ch/tests/queries/0_stateless/03165_string_functions_with_token_text_indexes.sql ch/tests/queries/0_stateless/03008_deduplication_remote_insert_select.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_1_compact_merge_tree.gen.sql ch/tests/queries/0_stateless/02294_dictionaries_hierarchical_index.sql ch/tests/queries/0_stateless/02513_prewhere_combine_step_filters.sql ch/tests/queries/0_stateless/02475_precise_decimal_arithmetics.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_6.sql ch/tests/queries/0_stateless/01070_h3_to_string.sql ch/tests/queries/0_stateless/00917_least_sqr.sql ch/tests/queries/0_stateless/02706_keeper_map_insert_strict.sql ch/tests/queries/0_stateless/02494_query_cache_key.sql ch/tests/queries/0_stateless/02423_json_quote_float64.sql ch/tests/queries/0_stateless/00436_convert_charset.sql ch/tests/queries/0_stateless/02999_analyzer_preimage_null.sql ch/tests/queries/0_stateless/02366_union_decimal_conversion.sql ch/tests/queries/0_stateless/02002_sampling_and_unknown_column_bug.sql ch/tests/queries/0_stateless/02181_sql_user_defined_functions_invalid_lambda.sql ch/tests/queries/0_stateless/02242_negative_datetime64.sql ch/tests/queries/0_stateless/02806_cte_block_cannot_be_empty.sql ch/tests/queries/0_stateless/01018_ambiguous_column.sql ch/tests/queries/0_stateless/01493_alter_remove_properties_zookeeper.sql ch/tests/queries/0_stateless/01414_mutations_and_errors.sql ch/tests/queries/0_stateless/02907_filter_pushdown_crash.sql ch/tests/queries/0_stateless/02125_dict_get_type_nullable_fix.sql ch/tests/queries/0_stateless/02226_low_cardinality_text_bloom_filter_index.sql ch/tests/queries/0_stateless/01825_new_type_json_order_by.sql ch/tests/queries/0_stateless/01516_create_table_primary_key.sql ch/tests/queries/0_stateless/03161_create_table_as_mv.sql ch/tests/queries/0_stateless/03203_fill_missed_subcolumns.sql ch/tests/queries/0_stateless/01882_scalar_subquery_exception.sql ch/tests/queries/0_stateless/01034_JSONCompactEachRow.sql ch/tests/queries/0_stateless/00098_a_union_all.sql ch/tests/queries/0_stateless/02789_describe_table_settings.sql ch/tests/queries/0_stateless/01600_min_max_compress_block_size.sql ch/tests/queries/0_stateless/02428_parameterized_view_param_in_select_section.sql ch/tests/queries/0_stateless/02815_alias_to_length.sql ch/tests/queries/0_stateless/03119_analyzer_window_function_in_CTE_alias.sql ch/tests/queries/0_stateless/03057_analyzer_subquery_alias_join.sql ch/tests/queries/0_stateless/02383_schema_inference_hints.sql ch/tests/queries/0_stateless/00712_prewhere_with_sampling.sql ch/tests/queries/0_stateless/01504_view_type_conversion.sql ch/tests/queries/0_stateless/00381_first_significant_subdomain.sql ch/tests/queries/0_stateless/03099_analyzer_multi_join.sql ch/tests/queries/0_stateless/02953_slow_create_view.sql ch/tests/queries/0_stateless/02904_distributed_settings_background_insert_compatibility.gen.sql ch/tests/queries/0_stateless/03150_url_hash_non_constant_level.sql ch/tests/queries/0_stateless/02950_parallel_replicas_used_count.sql ch/tests/queries/0_stateless/02996_analyzer_prewhere_projection.sql ch/tests/queries/0_stateless/01632_select_all_syntax.sql ch/tests/queries/0_stateless/01017_tuplehamming_distance.sql ch/tests/queries/0_stateless/02812_bug_with_unused_join_columns.sql ch/tests/queries/0_stateless/01560_mann_whitney.sql ch/tests/queries/0_stateless/02454_compressed_marks_in_compact_part.sql ch/tests/queries/0_stateless/00634_rename_view.sql ch/tests/queries/0_stateless/01199_url_functions_path_without_schema_yiurule.sql ch/tests/queries/0_stateless/02001_dist_on_dist_WithMergeableStateAfterAggregation.sql ch/tests/queries/0_stateless/01014_count_of_merges_metrics.sql ch/tests/queries/0_stateless/02476_fuse_sum_count.sql ch/tests/queries/0_stateless/02680_datetime64_monotonic_check.sql ch/tests/queries/0_stateless/01623_byte_size_const.sql ch/tests/queries/0_stateless/01803_const_nullable_map.sql ch/tests/queries/0_stateless/00098_e_union_all.sql ch/tests/queries/0_stateless/01720_constraints_complex_types.sql ch/tests/queries/0_stateless/02224_s2_test_const_columns.sql ch/tests/queries/0_stateless/02012_get_server_port.sql ch/tests/queries/0_stateless/02240_filesystem_cache_bypass_cache_threshold.sql ch/tests/queries/0_stateless/02789_jit_cannot_convert_column.sql ch/tests/queries/0_stateless/00185_array_literals.sql ch/tests/queries/0_stateless/02265_per_table_ttl_mutation_on_change.sql ch/tests/queries/0_stateless/00936_function_result_with_operator_in.sql ch/tests/queries/0_stateless/02982_dont_infer_exponent_floats.sql ch/tests/queries/0_stateless/01825_type_json_3.gen.sql ch/tests/queries/0_stateless/00124_shard_distributed_with_many_replicas.sql ch/tests/queries/0_stateless/03001_consider_lwd_when_merge.sql ch/tests/queries/0_stateless/01097_cyclic_defaults.sql ch/tests/queries/0_stateless/02597_column_update_and_replication.sql ch/tests/queries/0_stateless/02266_auto_add_nullable.sql ch/tests/queries/0_stateless/00178_function_replicate.sql ch/tests/queries/0_stateless/02291_dictionary_scalar_subquery_reload.sql ch/tests/queries/0_stateless/00725_comment_columns_long.sql ch/tests/queries/0_stateless/00290_shard_aggregation_memory_efficient.sql ch/tests/queries/0_stateless/00464_sort_all_constant_columns.sql ch/tests/queries/0_stateless/00763_create_query_as_table_engine_bug.sql ch/tests/queries/0_stateless/01591_window_functions.sql ch/tests/queries/0_stateless/00563_insert_into_remote_and_zookeeper_long.sql ch/tests/queries/0_stateless/02896_max_execution_time_with_break_overflow_mode.sql ch/tests/queries/0_stateless/00933_ttl_simple.sql ch/tests/queries/0_stateless/02346_position_countsubstrings_zero_byte.sql ch/tests/queries/0_stateless/02158_proportions_ztest.sql ch/tests/queries/0_stateless/01453_fixsed_string_sort.sql ch/tests/queries/0_stateless/01110_dictionary_layout_without_arguments.sql ch/tests/queries/0_stateless/02494_query_cache_explain.sql ch/tests/queries/0_stateless/02982_unambiguous_alter_commands.sql ch/tests/queries/0_stateless/03032_variant_bool_number_not_suspicious.sql ch/tests/queries/0_stateless/01009_global_array_join_names.sql ch/tests/queries/0_stateless/02805_distributed_queries_timeouts.sql ch/tests/queries/0_stateless/01492_array_join_crash_13829.sql ch/tests/queries/0_stateless/02316_values_table_func_bug.sql ch/tests/queries/0_stateless/01925_test_group_by_const_consistency.sql ch/tests/queries/0_stateless/03093_bug37909_query_does_not_finish.sql ch/tests/queries/0_stateless/00180_attach_materialized_view.sql ch/tests/queries/0_stateless/02997_projections_formatting.sql ch/tests/queries/0_stateless/02029_output_csv_null_representation.sql ch/tests/queries/0_stateless/02245_format_string_stack_overflow.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_vertical_wide_merge_tree.sql ch/tests/queries/0_stateless/03109_ast_too_big.sql ch/tests/queries/0_stateless/01247_least_greatest_filimonov.sql ch/tests/queries/0_stateless/01664_decimal_ubsan.sql ch/tests/queries/0_stateless/01797_StripeLog_rwlock_ub.sql ch/tests/queries/0_stateless/02949_ttl_group_by_bug.sql ch/tests/queries/0_stateless/00587_union_all_type_conversions.sql ch/tests/queries/0_stateless/02160_h3_cell_area_rads2.sql ch/tests/queries/0_stateless/01319_optimize_skip_unused_shards_nesting.sql ch/tests/queries/0_stateless/01280_opencl_bitonic_order_by.sql ch/tests/queries/0_stateless/00704_arrayCumSumLimited_arrayDifference.sql ch/tests/queries/0_stateless/01014_function_repeat_corner_cases.sql ch/tests/queries/0_stateless/02234_column_function_short_circuit.sql ch/tests/queries/0_stateless/00315_quantile_off_by_one.sql ch/tests/queries/0_stateless/02407_array_element_from_map_wrong_type.sql ch/tests/queries/0_stateless/02889_print_pretty_type_names.sql ch/tests/queries/0_stateless/02788_fix_logical_error_in_sorting.sql ch/tests/queries/0_stateless/01710_order_by_projections_complete.sql ch/tests/queries/0_stateless/02012_zookeeper_changed_enum_type_incompatible.sql ch/tests/queries/0_stateless/00975_sample_prewhere_distributed.sql ch/tests/queries/0_stateless/01852_jit_if.sql ch/tests/queries/0_stateless/03168_read_in_order_buffering_1.sql ch/tests/queries/0_stateless/02098_hashed_array_dictionary_simple_key.gen.sql ch/tests/queries/0_stateless/01880_remote_ipv6.sql ch/tests/queries/0_stateless/01319_manual_write_to_replicas_long.sql ch/tests/queries/0_stateless/00736_disjunction_optimisation.sql ch/tests/queries/0_stateless/03115_alias_exists_column.sql ch/tests/queries/0_stateless/03079_analyzer_numeric_literals_as_column_names.sql ch/tests/queries/0_stateless/01673_test_toMinute_mysql_dialect.sql ch/tests/queries/0_stateless/02025_dictionary_array_nested_map.sql ch/tests/queries/0_stateless/02157_line_as_string_output_format.sql ch/tests/queries/0_stateless/00098_7_union_all.sql ch/tests/queries/0_stateless/02293_h3_hex_ring.sql ch/tests/queries/0_stateless/02988_ordinary_database_warning.sql ch/tests/queries/0_stateless/03261_optimize_rewrite_array_exists_to_has_crash.sql ch/tests/queries/0_stateless/01245_limit_infinite_sources.sql ch/tests/queries/0_stateless/02457_datediff_via_unix_epoch.sql ch/tests/queries/0_stateless/02945_blake3_msan.sql ch/tests/queries/0_stateless/00779_all_right_join_max_block_size.sql ch/tests/queries/0_stateless/02731_in_operator_with_one_size_tuple.sql ch/tests/queries/0_stateless/00721_force_by_identical_result_after_merge_zookeeper_long.sql ch/tests/queries/0_stateless/02539_generate_random_low_cardinality.sql ch/tests/queries/0_stateless/02315_grouping_constant_folding.sql ch/tests/queries/0_stateless/02884_virtual_column_order_by.sql ch/tests/queries/0_stateless/01318_map_add_map_subtract.sql ch/tests/queries/0_stateless/00707_float_csv_delimiter.sql ch/tests/queries/0_stateless/01456_min_negative_decimal_formatting.sql ch/tests/queries/0_stateless/02124_encrypt_decrypt_nullable.sql ch/tests/queries/0_stateless/00935_to_iso_week_first_year.sql ch/tests/queries/0_stateless/02026_accurate_cast_or_default.sql ch/tests/queries/0_stateless/02456_BLAKE3_hash_function_test.sql ch/tests/queries/0_stateless/02804_clusterAllReplicas_insert.sql ch/tests/queries/0_stateless/02366_with_fill_date.sql ch/tests/queries/0_stateless/02366_kql_func_scalar.sql ch/tests/queries/0_stateless/00599_create_view_with_subquery.sql ch/tests/queries/0_stateless/01109_sc0rp10_string_hash_map_zero_bytes.sql ch/tests/queries/0_stateless/02494_query_cache_system_tables.sql ch/tests/queries/0_stateless/02496_format_datetime_in_joda_syntax.sql ch/tests/queries/0_stateless/01622_constraints_simple_optimization.sql ch/tests/queries/0_stateless/02116_tuple_element_analyzer.sql ch/tests/queries/0_stateless/02014_map_different_keys.sql ch/tests/queries/0_stateless/02475_split_with_max_substrings.sql ch/tests/queries/0_stateless/00561_storage_join.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias_bug_2.sql ch/tests/queries/0_stateless/02006_h3_to_geo_boundary.sql ch/tests/queries/0_stateless/02668_column_block_number_with_projections.sql ch/tests/queries/0_stateless/03215_toStartOfWeek_with_dateTime64_fix.sql ch/tests/queries/0_stateless/02478_analyzer_table_expression_aliases.sql ch/tests/queries/0_stateless/02099_sql_user_defined_functions_lambda.sql ch/tests/queries/0_stateless/00647_histogram_negative.sql ch/tests/queries/0_stateless/01083_cross_to_inner_with_in_bug.sql ch/tests/queries/0_stateless/00240_replace_substring_loop.sql ch/tests/queries/0_stateless/03120_analyzer_param_in_CTE_alias.sql ch/tests/queries/0_stateless/02502_fuzz_bad_cast_to_ast_literal.sql ch/tests/queries/0_stateless/03231_pr_duplicate_announcement.sql ch/tests/queries/0_stateless/01000_bad_size_of_marks_skip_idx.sql ch/tests/queries/0_stateless/02584_range_ipv4.sql ch/tests/queries/0_stateless/01448_json_compact_strings_each_row.sql ch/tests/queries/0_stateless/01376_GROUP_BY_injective_elimination_dictGet.sql ch/tests/queries/0_stateless/02174_cte_scalar_cache_mv.sql ch/tests/queries/0_stateless/01070_string_to_h3.sql ch/tests/queries/0_stateless/00429_point_in_ellipses.sql ch/tests/queries/0_stateless/00521_multidimensional.sql ch/tests/queries/0_stateless/02233_optimize_aggregation_in_order_prefix.sql ch/tests/queries/0_stateless/01746_forbid_drop_column_referenced_by_mv.sql ch/tests/queries/0_stateless/00920_multiply_aggregate_states_constants.sql ch/tests/queries/0_stateless/01422_array_nullable_element_nullable_index.sql ch/tests/queries/0_stateless/01106_const_fixed_string_like.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_compact_merge_tree.sql ch/tests/queries/0_stateless/01428_hash_set_nan_key.sql ch/tests/queries/0_stateless/00141_parse_timestamp_as_datetime.sql ch/tests/queries/0_stateless/03169_display_column_names_in_footer.sql ch/tests/queries/0_stateless/01451_detach_drop_part.sql ch/tests/queries/0_stateless/01221_system_settings.sql ch/tests/queries/0_stateless/01659_h3_buffer_overflow.sql ch/tests/queries/0_stateless/02875_fix_column_decimal_serialization.sql ch/tests/queries/0_stateless/02520_group_array_last.sql ch/tests/queries/0_stateless/00988_expansion_aliases_limit.sql ch/tests/queries/0_stateless/00004_shard_format_ast_and_remote_table.sql ch/tests/queries/0_stateless/01670_distributed_bytes_to_throw_insert.sql ch/tests/queries/0_stateless/01780_column_sparse_full.sql ch/tests/queries/0_stateless/02310_uuid_v7.sql ch/tests/queries/0_stateless/02494_parser_string_binary_literal.sql ch/tests/queries/0_stateless/00187_like_regexp_prefix.sql ch/tests/queries/0_stateless/03160_dynamic_type_agg.sql ch/tests/queries/0_stateless/02346_fulltext_index_detach_attach.sql ch/tests/queries/0_stateless/02786_transform_float.sql ch/tests/queries/0_stateless/00700_decimal_compare.sql ch/tests/queries/0_stateless/02552_regression_crash.sql ch/tests/queries/0_stateless/01201_read_single_thread_in_order.sql ch/tests/queries/0_stateless/02704_storage_merge_explain_graph_crash.sql ch/tests/queries/0_stateless/00650_array_enumerate_uniq_with_tuples.sql ch/tests/queries/0_stateless/02503_mysql_compat_utc_timestamp.sql ch/tests/queries/0_stateless/01670_neighbor_lc_bug.sql ch/tests/queries/0_stateless/01232_extremes.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_5.sql ch/tests/queries/0_stateless/01062_pm_all_join_with_block_continuation.sql ch/tests/queries/0_stateless/01511_different_expression_with_same_alias.sql ch/tests/queries/0_stateless/01460_allow_dollar_and_number_in_identifier.sql ch/tests/queries/0_stateless/02124_comparison_betwwen_decimal_and_float.sql ch/tests/queries/0_stateless/02483_cuturlparameter_with_arrays.sql ch/tests/queries/0_stateless/03088_analyzer_ambiguous_column_multi_call.sql ch/tests/queries/0_stateless/02010_array_index_bad_cast.sql ch/tests/queries/0_stateless/02481_pk_analysis_with_enum_to_string.sql ch/tests/queries/0_stateless/01353_topk_enum.sql ch/tests/queries/0_stateless/02908_filesystem_cache_as_collection.sql ch/tests/queries/0_stateless/03017_analyzer_groupby_fuzz_61600.sql ch/tests/queries/0_stateless/01630_simple_aggregate_function_in_summing_merge_tree.sql ch/tests/queries/0_stateless/02700_regexp_operator.sql ch/tests/queries/0_stateless/01375_storage_file_write_prefix_tsv_with_names.sql ch/tests/queries/0_stateless/02223_insert_select_schema_inference.sql ch/tests/queries/0_stateless/02494_query_cache_squash_partial_results.sql ch/tests/queries/0_stateless/00847_multiple_join_same_column.sql ch/tests/queries/0_stateless/00800_low_cardinality_distributed_insert.sql ch/tests/queries/0_stateless/02384_decrypt_bad_arguments.sql ch/tests/queries/0_stateless/01083_functional_index_in_mergetree.sql ch/tests/queries/0_stateless/01705_normalize_case_insensitive_function_names.sql ch/tests/queries/0_stateless/00388_enum_with_totals.sql ch/tests/queries/0_stateless/01054_cache_dictionary_overflow_cell.sql ch/tests/queries/0_stateless/01390_check_table_codec.sql ch/tests/queries/0_stateless/02480_s3_support_wildcard.sql ch/tests/queries/0_stateless/03217_json_merge_patch_stack_overflow.sql ch/tests/queries/0_stateless/00647_histogram.sql ch/tests/queries/0_stateless/02874_json_merge_patch_function_test.sql ch/tests/queries/0_stateless/01341_datetime64_wrong_supertype.sql ch/tests/queries/0_stateless/02424_pod_array_overflow.sql ch/tests/queries/0_stateless/00027_simple_argMinArray.sql ch/tests/queries/0_stateless/03001_analyzer_nullable_nothing.sql ch/tests/queries/0_stateless/00398_url_functions.gen.sql ch/tests/queries/0_stateless/02343_create_empty_as_select.sql ch/tests/queries/0_stateless/02494_query_cache_drop_cache.sql ch/tests/queries/0_stateless/00319_index_for_like.sql ch/tests/queries/0_stateless/03033_distinct_transform_const_columns.sql ch/tests/queries/0_stateless/02677_analyzer_bitmap_has_any.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_multiple_mutations_tasks_long.sql ch/tests/queries/0_stateless/01143_trivial_count_with_join.sql ch/tests/queries/0_stateless/00804_test_zstd_qat_codec_compression.sql ch/tests/queries/0_stateless/01942_dateTimeToSnowflakeID.sql ch/tests/queries/0_stateless/01258_wrong_cast_filimonov.sql ch/tests/queries/0_stateless/01825_type_json_insert_select.sql ch/tests/queries/0_stateless/01681_cache_dictionary_simple_key.sql ch/tests/queries/0_stateless/01132_max_rows_to_read.sql ch/tests/queries/0_stateless/00901_joint_entropy.sql ch/tests/queries/0_stateless/01942_create_table_with_sample.sql ch/tests/queries/0_stateless/02798_generic_transform.sql ch/tests/queries/0_stateless/02967_fuzz_bad_cast.sql ch/tests/queries/0_stateless/03015_with_fill_invalid_expression.sql ch/tests/queries/0_stateless/01961_roaring_memory_tracking.sql ch/tests/queries/0_stateless/02559_nested_multiple_levels_default.sql ch/tests/queries/0_stateless/00558_parse_floats.sql ch/tests/queries/0_stateless/02356_trivial_count_with_empty_set.sql ch/tests/queries/0_stateless/02973_analyzer_join_use_nulls_column_not_found.sql ch/tests/queries/0_stateless/00276_sample.sql ch/tests/queries/0_stateless/03210_nested_short_circuit_functions_bug.sql ch/tests/queries/0_stateless/02902_select_subcolumns_from_engine_null.sql ch/tests/queries/0_stateless/02354_vector_search_detach_attach.sql ch/tests/queries/0_stateless/02564_read_in_order_final_desc.sql ch/tests/queries/0_stateless/02152_short_circuit_throw_if.sql ch/tests/queries/0_stateless/02293_grouping_function.sql ch/tests/queries/0_stateless/02131_used_row_policies_in_query_log.sql ch/tests/queries/0_stateless/03095_join_filter_push_down_right_stream_filled.sql ch/tests/queries/0_stateless/00188_constants_as_arguments_of_aggregate_functions.sql ch/tests/queries/0_stateless/01521_global_in_prewhere_15792.sql ch/tests/queries/0_stateless/02129_window_functions_disable_optimizations.sql ch/tests/queries/0_stateless/00950_dict_get.sql ch/tests/queries/0_stateless/03156_analyzer_array_join_distributed.sql ch/tests/queries/0_stateless/00098_l_union_all.sql ch/tests/queries/0_stateless/02149_issue_32487.sql ch/tests/queries/0_stateless/02126_alter_table_alter_column.sql ch/tests/queries/0_stateless/02912_ingestion_mv_deduplication.sql ch/tests/queries/0_stateless/01047_window_view_parser_inner_table.sql ch/tests/queries/0_stateless/01846_alter_column_without_type_bugfix.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_fast.gen.sql ch/tests/queries/0_stateless/01711_cte_subquery_fix.sql ch/tests/queries/0_stateless/02797_join_nested_lowcardinality_convert.gen.sql ch/tests/queries/0_stateless/00273_quantiles.sql ch/tests/queries/0_stateless/00376_shard_group_uniq_array_of_int_array.sql ch/tests/queries/0_stateless/02994_merge_tree_mutations_cleanup.gen.sql ch/tests/queries/0_stateless/00831_quantile_weighted_parameter_check.sql ch/tests/queries/0_stateless/01825_new_type_json_18.sql ch/tests/queries/0_stateless/02030_tuple_filter.sql ch/tests/queries/0_stateless/02504_bar_fractions.sql ch/tests/queries/0_stateless/02681_comparsion_tuple_elimination_ast.sql ch/tests/queries/0_stateless/02354_vector_search_unquoted_index_parameters.sql ch/tests/queries/0_stateless/02376_arrow_dict_with_string.sql ch/tests/queries/0_stateless/01458_named_tuple_millin.sql ch/tests/queries/0_stateless/00225_join_duplicate_columns.sql ch/tests/queries/0_stateless/01514_input_format_csv_enum_as_number_setting.sql ch/tests/queries/0_stateless/00548_slice_of_nested.sql ch/tests/queries/0_stateless/02244_column_names_in_shcmea_inference.sql ch/tests/queries/0_stateless/02155_multiple_inserts_for_formats_with_suffix.sql ch/tests/queries/0_stateless/01045_dictionaries_restrictions.sql ch/tests/queries/0_stateless/02133_distributed_queries_formatting.sql ch/tests/queries/0_stateless/01034_with_fill_and_push_down_predicate.sql ch/tests/queries/0_stateless/01824_move_to_prewhere_many_columns.sql ch/tests/queries/0_stateless/01822_union_and_constans_error.sql ch/tests/queries/0_stateless/01486_json_array_output.sql ch/tests/queries/0_stateless/02481_prewhere_filtered_rows_div_by_zero.sql ch/tests/queries/0_stateless/02128_hex_bin_on_uuid.sql ch/tests/queries/0_stateless/01524_do_not_merge_across_partitions_select_final.sql ch/tests/queries/0_stateless/02934_merge_tree_max_projections.sql ch/tests/queries/0_stateless/00753_comment_columns_zookeeper.sql ch/tests/queries/0_stateless/00196_float32_formatting.sql ch/tests/queries/0_stateless/01270_optimize_skip_unused_shards_low_cardinality.sql ch/tests/queries/0_stateless/02568_array_map_const_low_cardinality.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_mutation_tasks_long.sql ch/tests/queries/0_stateless/02163_operators.sql ch/tests/queries/0_stateless/01662_join_mixed.sql ch/tests/queries/0_stateless/01332_join_type_syntax_position.sql ch/tests/queries/0_stateless/02897_alter_partition_parameters.sql ch/tests/queries/0_stateless/00222_sequence_aggregate_function_family.sql ch/tests/queries/0_stateless/02346_inverted_index_experimental_flag.sql ch/tests/queries/0_stateless/02892_orc_filter_pushdown.sql ch/tests/queries/0_stateless/00028_shard_big_agg_aj_distributed.sql ch/tests/queries/0_stateless/02119_sumcount.sql ch/tests/queries/0_stateless/03013_position_const_start_pos.sql ch/tests/queries/0_stateless/02752_space_function.sql ch/tests/queries/0_stateless/01679_format_readable_time_delta_inf.sql ch/tests/queries/0_stateless/02168_avro_bug.sql ch/tests/queries/0_stateless/01388_multi_if_optimization.sql ch/tests/queries/0_stateless/03443_projection_sparse.sql ch/tests/queries/0_stateless/01512_create_replicate_merge_tree_one_arg.sql ch/tests/queries/0_stateless/02801_transform_nullable.sql ch/tests/queries/0_stateless/02810_system_jemalloc_bins.sql ch/tests/queries/0_stateless/02414_all_new_table_functions_must_be_documented.sql ch/tests/queries/0_stateless/01852_cast_operator.sql ch/tests/queries/0_stateless/02354_tuple_lowcardinality.sql ch/tests/queries/0_stateless/02176_dict_get_has_implicit_key_cast.sql ch/tests/queries/0_stateless/02184_range_hashed_dictionary_outside_range_values.sql ch/tests/queries/0_stateless/02210_append_to_dev_dull.sql ch/tests/queries/0_stateless/03009_storage_memory_circ_buffer_usage.sql ch/tests/queries/0_stateless/00839_bitmask_negative.sql ch/tests/queries/0_stateless/03001_insert_threads_deduplication.sql ch/tests/queries/0_stateless/01029_early_constant_folding.sql ch/tests/queries/0_stateless/02794_pushdown_invalid_get.sql ch/tests/queries/0_stateless/01596_full_join_chertus.sql ch/tests/queries/0_stateless/02895_cast_operator_bug.sql ch/tests/queries/0_stateless/02891_empty_tuple.sql ch/tests/queries/0_stateless/02998_analyzer_secret_args_tree_node.sql ch/tests/queries/0_stateless/00997_extract_all_crash_6627.sql ch/tests/queries/0_stateless/00644_different_expressions_with_same_alias.sql ch/tests/queries/0_stateless/01661_extract_all_groups_throw_fast.sql ch/tests/queries/0_stateless/02869_insert_filenames_collisions.sql ch/tests/queries/0_stateless/01798_uniq_theta_sketch.sql ch/tests/queries/0_stateless/02494_query_cache_normalize_ast.sql ch/tests/queries/0_stateless/02417_from_select_syntax.sql ch/tests/queries/0_stateless/02383_analyzer_merge_tree_self_join.sql ch/tests/queries/0_stateless/02701_non_parametric_function.sql ch/tests/queries/0_stateless/00973_uniq_non_associativity.sql ch/tests/queries/0_stateless/02421_exponential_join_rewrite_21557.sql ch/tests/queries/0_stateless/02377_executable_function_settings.sql ch/tests/queries/0_stateless/03152_join_filter_push_down_equivalent_columns.sql ch/tests/queries/0_stateless/00554_nested_and_table_engines.sql ch/tests/queries/0_stateless/02446_parent_zero_copy_locks.sql ch/tests/queries/0_stateless/03006_parallel_replicas_prewhere.sql ch/tests/queries/0_stateless/00939_test_null_in.sql ch/tests/queries/0_stateless/01715_table_function_view_fix.sql ch/tests/queries/0_stateless/00318_pk_tuple_order.sql ch/tests/queries/0_stateless/01601_custom_tld.gen.sql ch/tests/queries/0_stateless/00662_has_nullable.sql ch/tests/queries/0_stateless/01533_distinct_depends_on_max_threads.sql ch/tests/queries/0_stateless/02393_every_metric_must_have_documentation.sql ch/tests/queries/0_stateless/02789_functions_after_sorting_and_columns_with_same_names_bug.sql ch/tests/queries/0_stateless/02697_alter_dependencies.sql ch/tests/queries/0_stateless/00333_parser_number_bug.sql ch/tests/queries/0_stateless/02388_analyzer_recursive_lambda.sql ch/tests/queries/0_stateless/02020_exponential_smoothing.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_wide_merge_tree.sql ch/tests/queries/0_stateless/02724_persist_interval_type.sql ch/tests/queries/0_stateless/02514_if_with_lazy_low_cardinality.sql ch/tests/queries/0_stateless/02786_max_execution_time_leaf.sql ch/tests/queries/0_stateless/00639_startsWith.sql ch/tests/queries/0_stateless/00700_decimal_with_default_precision_and_scale.sql ch/tests/queries/0_stateless/01471_with_format.sql ch/tests/queries/0_stateless/02733_fix_distinct_in_order_bug_49622.sql ch/tests/queries/0_stateless/02165_h3_exact_edge_length_rads.sql ch/tests/queries/0_stateless/00803_odbc_driver_2_format.sql ch/tests/queries/0_stateless/02013_emptystring_cast.sql ch/tests/queries/0_stateless/01553_settings_early_apply.sql ch/tests/queries/0_stateless/03231_dynamic_not_safe_primary_key.sql ch/tests/queries/0_stateless/00157_aliases_and_lambda_formal_parameters.sql ch/tests/queries/0_stateless/00735_or_expr_optimize_bug.sql ch/tests/queries/0_stateless/03042_analyzer_alias_join.sql ch/tests/queries/0_stateless/01386_negative_float_constant_key_condition.sql ch/tests/queries/0_stateless/03168_loop_engine_with_parallel_replicas.sql ch/tests/queries/0_stateless/02311_range_hashed_dictionary_range_cast.sql ch/tests/queries/0_stateless/01220_scalar_optimization_in_alter.sql ch/tests/queries/0_stateless/01144_multiword_data_types.sql ch/tests/queries/0_stateless/00702_join_on_dups.sql ch/tests/queries/0_stateless/01284_escape_sequences_php_mysql_style.sql ch/tests/queries/0_stateless/00841_temporary_table_database.sql ch/tests/queries/0_stateless/01428_nullable_asof_join.sql ch/tests/queries/0_stateless/00378_json_quote_64bit_integers.sql ch/tests/queries/0_stateless/01825_type_json_9.sql ch/tests/queries/0_stateless/01356_initialize_aggregation.sql ch/tests/queries/0_stateless/00355_array_of_non_const_convertible_types.sql ch/tests/queries/0_stateless/02366_normalize_aggregate_function_types_and_states.sql ch/tests/queries/0_stateless/03093_filter_push_down_crash.gen.sql ch/tests/queries/0_stateless/02366_kql_func_string.sql ch/tests/queries/0_stateless/00879_cast_to_decimal_crash.sql ch/tests/queries/0_stateless/00312_position_case_insensitive_utf8.sql ch/tests/queries/0_stateless/02970_visible_width_behavior.sql ch/tests/queries/0_stateless/01840_tupleElement_formatting_fuzzer.sql ch/tests/queries/0_stateless/01670_dictionary_create_key_expression.sql ch/tests/queries/0_stateless/02478_factorial.sql ch/tests/queries/0_stateless/02354_vector_search_queries.sql ch/tests/queries/0_stateless/02946_literal_alias_misclassification.sql ch/tests/queries/0_stateless/00098_c_union_all.sql ch/tests/queries/0_stateless/01796_Log_rwlock_ub.sql ch/tests/queries/0_stateless/00814_parsing_ub.sql ch/tests/queries/0_stateless/03168_fuzz_multiIf_short_circuit.sql ch/tests/queries/0_stateless/02737_arrayJaccardIndex.sql ch/tests/queries/0_stateless/02809_prewhere_and_in.sql ch/tests/queries/0_stateless/03071_fix_short_circuit_logic.sql ch/tests/queries/0_stateless/01650_fetch_patition_with_macro_in_zk_path_long.sql ch/tests/queries/0_stateless/01085_extract_all_empty.sql ch/tests/queries/0_stateless/03142_alter_comment_parameterized_view.sql ch/tests/queries/0_stateless/01117_comma_and_others_join_mix.sql ch/tests/queries/0_stateless/02355_control_block_size_in_aggregator.sql ch/tests/queries/0_stateless/00053_all_inner_join.sql ch/tests/queries/0_stateless/01480_binary_operator_monotonicity.sql ch/tests/queries/0_stateless/00022_func_higher_order_and_constants.sql ch/tests/queries/0_stateless/02325_dates_schema_inference.sql ch/tests/queries/0_stateless/01324_if_transform_strings_to_enum.sql ch/tests/queries/0_stateless/02760_dictionaries_memory.gen.sql ch/tests/queries/0_stateless/01476_right_full_join_switch.sql ch/tests/queries/0_stateless/01344_min_bytes_to_use_mmap_io_index.sql ch/tests/queries/0_stateless/01854_s2_cap_union.sql ch/tests/queries/0_stateless/02542_case_no_else.sql ch/tests/queries/0_stateless/01737_move_order_key_to_prewhere_select_final.sql ch/tests/queries/0_stateless/02943_exprs_order_in_group_by_with_rollup.sql ch/tests/queries/0_stateless/02887_format_readable_timedelta_subseconds.sql ch/tests/queries/0_stateless/02963_msan_agg_addBatchLookupTable8.sql ch/tests/queries/0_stateless/03156_tuple_map_low_cardinality.sql ch/tests/queries/0_stateless/01913_if_int_decimal.sql ch/tests/queries/0_stateless/00710_array_enumerate_dense.sql ch/tests/queries/0_stateless/03060_analyzer_regular_view_alias.sql ch/tests/queries/0_stateless/02133_issue_32458.sql ch/tests/queries/0_stateless/00643_cast_zookeeper_long.sql ch/tests/queries/0_stateless/02789_set_index_nullable_condition_bug.sql ch/tests/queries/0_stateless/00024_unused_array_join_in_subquery.sql ch/tests/queries/0_stateless/01605_key_condition_enum_int.sql ch/tests/queries/0_stateless/02993_values_escape_quote.sql ch/tests/queries/0_stateless/02525_analyzer_function_in_crash_fix.sql ch/tests/queries/0_stateless/01051_new_any_join_engine.sql ch/tests/queries/0_stateless/01948_dictionary_quoted_database_name.sql ch/tests/queries/0_stateless/02959_system_database_engines.sql ch/tests/queries/0_stateless/02985_shard_query_start_time.sql ch/tests/queries/0_stateless/02790_fix_coredump_when_compile_expression.sql ch/tests/queries/0_stateless/01957_heredoc_more.sql ch/tests/queries/0_stateless/01396_low_cardinality_fixed_string_default.sql ch/tests/queries/0_stateless/03231_dynamic_incomplete_type_insert_bug.sql ch/tests/queries/0_stateless/00973_create_table_as_table_function.sql ch/tests/queries/0_stateless/01519_topK_distributed_parametrized.sql ch/tests/queries/0_stateless/01463_resample_overflow.sql ch/tests/queries/0_stateless/02354_array_lowcardinality.sql ch/tests/queries/0_stateless/00528_const_of_nullable.sql ch/tests/queries/0_stateless/01419_materialize_null.sql ch/tests/queries/0_stateless/02428_delete_with_settings.sql ch/tests/queries/0_stateless/02999_scalar_subqueries_bug_1.sql ch/tests/queries/0_stateless/01854_dictionary_range_hashed_min_max_attr.sql ch/tests/queries/0_stateless/02521_lightweight_delete_and_ttl.sql ch/tests/queries/0_stateless/01692_DateTime64_from_DateTime.sql ch/tests/queries/0_stateless/01410_nullable_key_and_index_negate_cond.sql ch/tests/queries/0_stateless/01049_window_view_window_functions.sql ch/tests/queries/0_stateless/00526_array_join_with_arrays_of_nullable.sql ch/tests/queries/0_stateless/00204_extract_url_parameter.sql ch/tests/queries/0_stateless/03022_highlight_digit_groups.sql ch/tests/queries/0_stateless/00673_subquery_prepared_set_performance.sql ch/tests/queries/0_stateless/01674_filter_by_uint8.sql ch/tests/queries/0_stateless/02899_distributed_limit_by.gen.sql ch/tests/queries/0_stateless/02385_analyzer_aliases_compound_expression.sql ch/tests/queries/0_stateless/01300_wkt.sql ch/tests/queries/0_stateless/00832_storage_file_lock.sql ch/tests/queries/0_stateless/01812_optimize_skip_unused_shards_single_node.sql ch/tests/queries/0_stateless/01069_materialized_view_alter_target_table_with_default_expression.sql ch/tests/queries/0_stateless/02530_ip_part_id.sql ch/tests/queries/0_stateless/00913_many_threads.sql ch/tests/queries/0_stateless/01030_incorrect_count_summing_merge_tree.sql ch/tests/queries/0_stateless/01010_partial_merge_join_negative.sql ch/tests/queries/0_stateless/01398_in_tuple_func.sql ch/tests/queries/0_stateless/02205_postgresql_functions.sql ch/tests/queries/0_stateless/01440_big_int_arithm.sql ch/tests/queries/0_stateless/00390_array_sort.sql ch/tests/queries/0_stateless/00955_test_final_mark.sql ch/tests/queries/0_stateless/00578_merge_table_and_table_virtual_column.sql ch/tests/queries/0_stateless/01213_optimize_skip_unused_shards_DISTINCT.sql ch/tests/queries/0_stateless/02560_null_as_default.sql ch/tests/queries/0_stateless/02763_mutate_compact_part_with_skip_indices_and_projections.sql ch/tests/queries/0_stateless/03209_json_type_horizontal_merges.gen.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_missing_columns_2.sql ch/tests/queries/0_stateless/02477_projection_materialize_and_zero_copy.sql ch/tests/queries/0_stateless/00720_combinations_of_aggregate_combinators.sql ch/tests/queries/0_stateless/02731_analyzer_join_resolve_nested.gen.sql ch/tests/queries/0_stateless/02499_read_json_objects_as_strings.sql ch/tests/queries/0_stateless/02932_analyzer_rewrite_sum_column_and_constant.sql ch/tests/queries/0_stateless/01551_context_uaf.sql ch/tests/queries/0_stateless/02404_lightweight_delete_vertical_merge.sql ch/tests/queries/0_stateless/02797_transform_narrow_types.sql ch/tests/queries/0_stateless/01818_case_float_value_fangyc.sql ch/tests/queries/0_stateless/03151_dynamic_type_scale_max_types.sql ch/tests/queries/0_stateless/01854_s2_cap_contains.sql ch/tests/queries/0_stateless/03269_partition_key_not_in_set.sql ch/tests/queries/0_stateless/00488_non_ascii_column_names.sql ch/tests/queries/0_stateless/00533_uniq_array.sql ch/tests/queries/0_stateless/01560_optimize_on_insert_long.sql ch/tests/queries/0_stateless/00558_aggregate_merge_totals_with_arenas.sql ch/tests/queries/0_stateless/02541_analyzer_grouping_sets_crash_fix.sql ch/tests/queries/0_stateless/01825_type_json_10.sql ch/tests/queries/0_stateless/01475_read_subcolumns.sql ch/tests/queries/0_stateless/01307_bloom_filter_index_string_multi_granulas.sql ch/tests/queries/0_stateless/01056_predicate_optimizer_bugs.sql ch/tests/queries/0_stateless/00725_join_on_bug_1.sql ch/tests/queries/0_stateless/01080_join_get_null.sql ch/tests/queries/0_stateless/03158_dynamic_type_from_variant.sql ch/tests/queries/0_stateless/00274_shard_group_array.sql ch/tests/queries/0_stateless/03033_with_fill_interpolate.sql ch/tests/queries/0_stateless/00524_time_intervals_months_underflow.sql ch/tests/queries/0_stateless/01497_extract_all_groups_empty_match.sql ch/tests/queries/0_stateless/01890_jit_aggregation_function_sum_long.sql ch/tests/queries/0_stateless/02477_exists_fuzz_43478.sql ch/tests/queries/0_stateless/00083_create_merge_tree_zookeeper_long.sql ch/tests/queries/0_stateless/01116_asof_join_dolbyzerr.sql ch/tests/queries/0_stateless/00700_to_decimal_or_something.sql ch/tests/queries/0_stateless/01511_alter_version_versioned_collapsing_merge_tree.sql ch/tests/queries/0_stateless/02131_mv_many_chunks_bug.sql ch/tests/queries/0_stateless/01280_min_map_max_map.sql ch/tests/queries/0_stateless/02960_partition_by_udf.sql ch/tests/queries/0_stateless/02812_csv_date_time_with_comma.sql ch/tests/queries/0_stateless/00220_shard_with_totals_in_subquery_remote_and_limit.sql ch/tests/queries/0_stateless/02366_kql_distinct.sql ch/tests/queries/0_stateless/02293_h3_distance.sql ch/tests/queries/0_stateless/02251_alter_enum_nested_struct.sql ch/tests/queries/0_stateless/02918_wrong_dictionary_source.sql ch/tests/queries/0_stateless/00555_right_join_excessive_rows.sql ch/tests/queries/0_stateless/00849_multiple_comma_join_2.sql ch/tests/queries/0_stateless/01921_not_chain.sql ch/tests/queries/0_stateless/02124_insert_deduplication_token_materialized_views.sql ch/tests/queries/0_stateless/02685_decimal256_various.sql ch/tests/queries/0_stateless/03004_force_null_for_omitted.sql ch/tests/queries/0_stateless/02456_bloom_filter_assert.gen.sql ch/tests/queries/0_stateless/01497_mutation_support_for_storage_memory.sql ch/tests/queries/0_stateless/02710_aggregation_nested_map_ip_uuid.sql ch/tests/queries/0_stateless/00695_pretty_max_column_pad_width.sql ch/tests/queries/0_stateless/03020_order_by_SimpleAggregateFunction.sql ch/tests/queries/0_stateless/00619_union_highlite.sql ch/tests/queries/0_stateless/00563_complex_in_expression.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement_3.sql ch/tests/queries/0_stateless/01505_log_distributed_deadlock.sql ch/tests/queries/0_stateless/02431_single_value_or_null_empty.sql ch/tests/queries/0_stateless/03167_empty_tuple_concat.sql ch/tests/queries/0_stateless/00170_lower_upper_utf8.sql ch/tests/queries/0_stateless/00735_long_conditional.sql ch/tests/queries/0_stateless/00700_decimal_defaults.sql ch/tests/queries/0_stateless/00927_asof_join_noninclusive.sql ch/tests/queries/0_stateless/02834_sparse_columns_sort_with_limit.sql ch/tests/queries/0_stateless/00481_create_view_for_null.sql ch/tests/queries/0_stateless/02831_ast_fuzz_asan_join.sql ch/tests/queries/0_stateless/02364_window_case.sql ch/tests/queries/0_stateless/01047_simple_aggregate_sizes_of_columns_bug.sql ch/tests/queries/0_stateless/01895_jit_aggregation_function_avg_long.sql ch/tests/queries/0_stateless/02510_group_by_prewhere_null.sql ch/tests/queries/0_stateless/02784_projections_read_in_order_bug.sql ch/tests/queries/0_stateless/02771_parallel_replicas_analyzer.sql ch/tests/queries/0_stateless/02681_undrop_query.sql ch/tests/queries/0_stateless/00307_format_xml.sql ch/tests/queries/0_stateless/02481_merge_array_join_sample_by.sql ch/tests/queries/0_stateless/00975_json_hang.sql ch/tests/queries/0_stateless/02716_drop_if_empty.sql ch/tests/queries/0_stateless/02364_setting_cross_to_inner_rewrite.sql ch/tests/queries/0_stateless/02160_special_functions.sql ch/tests/queries/0_stateless/02962_indexHint_rpn_construction.sql ch/tests/queries/0_stateless/01661_test_toDayOfWeek_mysql_compatibility.sql ch/tests/queries/0_stateless/02842_truncate_database.sql ch/tests/queries/0_stateless/01669_join_or_duplicates.sql ch/tests/queries/0_stateless/02417_keeper_map_create_drop.sql ch/tests/queries/0_stateless/02668_column_block_number_vertical_merge.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias.sql ch/tests/queries/0_stateless/02243_in_ip_address.sql ch/tests/queries/0_stateless/01050_engine_join_crash.sql ch/tests/queries/0_stateless/01223_dist_on_dist.sql ch/tests/queries/0_stateless/00229_prewhere_column_missing.sql ch/tests/queries/0_stateless/00844_join_lightee2.sql ch/tests/queries/0_stateless/01710_projection_optimize_aggregators_of_group_by_keys.sql ch/tests/queries/0_stateless/01883_subcolumns_distributed.sql ch/tests/queries/0_stateless/01932_remote_sharding_key_column.sql ch/tests/queries/0_stateless/01105_string_like.sql ch/tests/queries/0_stateless/02943_variant_element.sql ch/tests/queries/0_stateless/00019_shard_quantiles_totals_distributed.sql ch/tests/queries/0_stateless/02294_decimal_second_errors.sql ch/tests/queries/0_stateless/01780_column_sparse_distinct.sql ch/tests/queries/0_stateless/01717_global_with_subquery_fix.sql ch/tests/queries/0_stateless/02961_read_bool_as_string_json.sql ch/tests/queries/0_stateless/03042_not_found_column_c1.sql ch/tests/queries/0_stateless/01621_summap_check_types.sql ch/tests/queries/0_stateless/01683_intdiv_ubsan.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_2_memory.sql ch/tests/queries/0_stateless/01925_test_storage_merge_aliases.sql ch/tests/queries/0_stateless/00744_join_not_found_column.sql ch/tests/queries/0_stateless/02560_analyzer_materialized_view.sql ch/tests/queries/0_stateless/01825_type_json_1.sql ch/tests/queries/0_stateless/00589_removal_unused_columns_aggregation.sql ch/tests/queries/0_stateless/00649_quantile_tdigest_negative.sql ch/tests/queries/0_stateless/01547_query_log_current_database.sql ch/tests/queries/0_stateless/01460_mark_inclusion_search_crash.sql ch/tests/queries/0_stateless/02682_quantiles_too_large_size.sql ch/tests/queries/0_stateless/02763_jit_compare_functions_nan.sql ch/tests/queries/0_stateless/01920_not_chain_format.sql ch/tests/queries/0_stateless/01656_ipv4_bad_formatting.sql ch/tests/queries/0_stateless/01596_null_as_default_nullable.sql ch/tests/queries/0_stateless/01710_projection_drop_if_exists.sql ch/tests/queries/0_stateless/00753_with_with_single_alias.sql ch/tests/queries/0_stateless/03033_lightweight_deletes_sync.sql ch/tests/queries/0_stateless/00688_low_cardinality_alter_add_column.sql ch/tests/queries/0_stateless/01312_case_insensitive_regexp.sql ch/tests/queries/0_stateless/00143_number_classification_functions.sql ch/tests/queries/0_stateless/00927_asof_joins.sql ch/tests/queries/0_stateless/02228_merge_tree_insert_memory_usage.sql ch/tests/queries/0_stateless/00672_arrayDistinct.sql ch/tests/queries/0_stateless/01533_collate_in_nullable.sql ch/tests/queries/0_stateless/00983_summing_merge_tree_not_an_identifier.sql ch/tests/queries/0_stateless/01825_new_type_json_9.sql ch/tests/queries/0_stateless/03089_analyzer_alias_replacement.sql ch/tests/queries/0_stateless/00950_test_gorilla_codec.sql ch/tests/queries/0_stateless/00906_low_cardinality_cache.sql ch/tests/queries/0_stateless/01492_format_readable_quantity.sql ch/tests/queries/0_stateless/01213_alter_rename_with_default_zookeeper_long.sql ch/tests/queries/0_stateless/02815_analyzer_aggregate_functions_of_group_by_keys.sql ch/tests/queries/0_stateless/01614_with_fill_with_limit.sql ch/tests/queries/0_stateless/02724_show_indexes.sql ch/tests/queries/0_stateless/01745_alter_delete_view.sql ch/tests/queries/0_stateless/02982_changeDate.sql ch/tests/queries/0_stateless/00309_formats.sql ch/tests/queries/0_stateless/00370_duplicate_columns_in_subqueries.sql ch/tests/queries/0_stateless/02815_logical_error_cannot_get_column_name_of_set.sql ch/tests/queries/0_stateless/01825_type_json_2.sql ch/tests/queries/0_stateless/01823_array_low_cardinality_KuliginStepan.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_1.sql ch/tests/queries/0_stateless/02504_parse_datetime_best_effort_calebeaires.sql ch/tests/queries/0_stateless/03169_cache_complex_dict_short_circuit_bug.sql ch/tests/queries/0_stateless/02725_memory-for-merges.sql ch/tests/queries/0_stateless/00435_coalesce.sql ch/tests/queries/0_stateless/02115_map_contains_analyzer.sql ch/tests/queries/0_stateless/02705_settings_check_changed_flag.sql ch/tests/queries/0_stateless/02344_distinct_limit_distiributed.sql ch/tests/queries/0_stateless/02711_server_uuid_macro.sql ch/tests/queries/0_stateless/01666_great_circle_distance_ubsan.sql ch/tests/queries/0_stateless/01672_test_toSecond_mysql_dialect.sql ch/tests/queries/0_stateless/00926_geo_to_h3.sql ch/tests/queries/0_stateless/00562_rewrite_select_expression_with_union.sql ch/tests/queries/0_stateless/01780_column_sparse_filter.sql ch/tests/queries/0_stateless/03211_convert_outer_join_to_inner_join_anti_join.sql ch/tests/queries/0_stateless/03151_redundant_distinct_with_window.sql ch/tests/queries/0_stateless/02958_transform_enum.sql ch/tests/queries/0_stateless/02680_illegal_type_of_filter_projection.sql ch/tests/queries/0_stateless/01906_bigint_accurate_cast_ubsan.sql ch/tests/queries/0_stateless/03148_mutations_virtual_columns.sql ch/tests/queries/0_stateless/02356_insert_query_log_metrics.sql ch/tests/queries/0_stateless/00800_function_java_hash.sql ch/tests/queries/0_stateless/03290_final_collapsing.sql ch/tests/queries/0_stateless/00730_unicode_terminal_format.sql ch/tests/queries/0_stateless/03037_precent_rank.sql ch/tests/queries/0_stateless/02002_parse_map_int_key.sql ch/tests/queries/0_stateless/01916_multiple_join_view_optimize_predicate_chertus.sql ch/tests/queries/0_stateless/02275_full_sort_join_long.gen.sql ch/tests/queries/0_stateless/02429_groupBitmap_chain_state.sql ch/tests/queries/0_stateless/02734_sparse_columns_mutation.sql ch/tests/queries/0_stateless/01325_freeze_mutation_stuck.sql ch/tests/queries/0_stateless/03097_query_log_join_processes.sql ch/tests/queries/0_stateless/02124_insert_deduplication_token.sql ch/tests/queries/0_stateless/00857_global_joinsavel_table_alias.sql ch/tests/queries/0_stateless/02346_fulltext_index_bug47393.sql ch/tests/queries/0_stateless/01702_system_numbers_scientific_notation.sql ch/tests/queries/0_stateless/01031_pmj_new_any_semi_join.sql ch/tests/queries/0_stateless/02455_extract_fixed_string_from_nested_json.sql ch/tests/queries/0_stateless/02017_create_distributed_table_coredump.sql ch/tests/queries/0_stateless/00205_scalar_subqueries.sql ch/tests/queries/0_stateless/03197_fix_parse_mysql_iso_date.sql ch/tests/queries/0_stateless/00569_parse_date_time_best_effort.sql ch/tests/queries/0_stateless/01391_join_on_dict_crash.sql ch/tests/queries/0_stateless/01086_modulo_or_zero.sql ch/tests/queries/0_stateless/02882_primary_key_index_in_function_different_types.sql ch/tests/queries/0_stateless/01377_supertype_low_cardinality.sql ch/tests/queries/0_stateless/02096_date_time_1970_saturation.sql ch/tests/queries/0_stateless/00412_logical_expressions_optimizer.sql ch/tests/queries/0_stateless/02502_bad_values_schema_inference.sql ch/tests/queries/0_stateless/02265_cross_join_empty_list.sql ch/tests/queries/0_stateless/01710_projection_aggregation_in_order.sql ch/tests/queries/0_stateless/02677_get_subcolumn_array_of_tuples.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_horizontal_wide_merge_tree.sql ch/tests/queries/0_stateless/01021_create_as_select.sql ch/tests/queries/0_stateless/02911_row_policy_on_cluster.sql ch/tests/queries/0_stateless/02154_bitmap_contains.sql ch/tests/queries/0_stateless/02676_kafka_murmur_hash.sql ch/tests/queries/0_stateless/00216_bit_test_function_family.sql ch/tests/queries/0_stateless/01571_window_functions.sql ch/tests/queries/0_stateless/00990_request_splitting.sql ch/tests/queries/0_stateless/00559_filter_array_generic.sql ch/tests/queries/0_stateless/02132_empty_mutation_livelock.sql ch/tests/queries/0_stateless/00807_regexp_quote_meta.sql ch/tests/queries/0_stateless/02481_fix_parameters_parsing.sql ch/tests/queries/0_stateless/01534_lambda_array_join.sql ch/tests/queries/0_stateless/03053_analyzer_join_alias.sql ch/tests/queries/0_stateless/00459_group_array_insert_at.sql ch/tests/queries/0_stateless/01380_coded_delta_exception_code.sql ch/tests/queries/0_stateless/00928_multi_match_constant_constant.sql ch/tests/queries/0_stateless/03205_json_syntax.sql ch/tests/queries/0_stateless/02535_analyzer_limit_offset.sql ch/tests/queries/0_stateless/02148_issue_32737.sql ch/tests/queries/0_stateless/02922_respect_nulls_parser.sql ch/tests/queries/0_stateless/02374_analyzer_join_using.gen.sql ch/tests/queries/0_stateless/00748_insert_array_with_null.sql ch/tests/queries/0_stateless/01101_literal_column_clash.sql ch/tests/queries/0_stateless/00726_modulo_for_date.sql ch/tests/queries/0_stateless/01100_split_by_string.sql ch/tests/queries/0_stateless/02124_insert_deduplication_token_replica.sql ch/tests/queries/0_stateless/02889_parts_columns_filenames.sql ch/tests/queries/0_stateless/03008_uniq_exact_equal_ranges.sql ch/tests/queries/0_stateless/03215_validate_type_in_alter_add_modify_column.sql ch/tests/queries/0_stateless/00457_log_tinylog_stripelog_nullable.sql ch/tests/queries/0_stateless/01646_fix_window_funnel_inconistency.sql ch/tests/queries/0_stateless/01824_prefer_global_in_and_join.sql ch/tests/queries/0_stateless/00077_set_keys_fit_128_bits_many_blocks.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_4.sql ch/tests/queries/0_stateless/01302_polygons_distance.sql ch/tests/queries/0_stateless/02294_system_certificates.sql ch/tests/queries/0_stateless/02752_forbidden_headers.sql ch/tests/queries/0_stateless/02916_addcolumn_nested.sql ch/tests/queries/0_stateless/00098_8_union_all.sql ch/tests/queries/0_stateless/03213_deep_json.sql ch/tests/queries/0_stateless/01303_polygons_equals.sql ch/tests/queries/0_stateless/02183_dictionary_no_attributes.sql ch/tests/queries/0_stateless/03519_ttl_extended_data_types.sql ch/tests/queries/0_stateless/02125_fix_storage_filelog.sql ch/tests/queries/0_stateless/02497_storage_join_right_assert.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement_4.sql ch/tests/queries/0_stateless/02537_system_formats.sql ch/tests/queries/0_stateless/00712_prewhere_with_final.sql ch/tests/queries/0_stateless/02016_bit_shift_right_for_string_integer.sql ch/tests/queries/0_stateless/02884_duplicate_index_name.sql ch/tests/queries/0_stateless/02514_tsv_zero_started_number.sql ch/tests/queries/0_stateless/03203_system_numbers_limit_and_offset_simple.sql ch/tests/queries/0_stateless/02111_global_context_temporary_tables.sql ch/tests/queries/0_stateless/02668_parse_datetime_in_joda_syntax.sql ch/tests/queries/0_stateless/00899_long_attach_memory_limit.sql ch/tests/queries/0_stateless/01490_nullable_string_to_enum.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_compact_vertical.sql ch/tests/queries/0_stateless/01669_test_toYear_mysql_dialect.sql ch/tests/queries/0_stateless/01026_char_utf8.sql ch/tests/queries/0_stateless/01379_with_fill_several_columns.sql ch/tests/queries/0_stateless/02674_trivial_count_analyzer.sql ch/tests/queries/0_stateless/01960_lambda_precedence.sql ch/tests/queries/0_stateless/02001_join_on_const_bs_long.gen.sql ch/tests/queries/0_stateless/00167_settings_inside_query.sql ch/tests/queries/0_stateless/00386_has_column_in_table.sql ch/tests/queries/0_stateless/01700_system_zookeeper_path_in.sql ch/tests/queries/0_stateless/01390_remove_injective_in_uniq.sql ch/tests/queries/0_stateless/01301_polygons_within.sql ch/tests/queries/0_stateless/03039_recursive_cte_postgres_5.sql ch/tests/queries/0_stateless/01245_distributed_group_by_no_merge_with-extremes_and_totals.sql ch/tests/queries/0_stateless/00618_nullable_in.sql ch/tests/queries/0_stateless/01268_dictionary_direct_layout.sql ch/tests/queries/0_stateless/01560_cancel_agg_func_combinator_native_name_constraint.sql ch/tests/queries/0_stateless/01764_collapsing_merge_adaptive_granularity.sql ch/tests/queries/0_stateless/02475_positive_modulo.sql ch/tests/queries/0_stateless/00961_visit_param_buffer_underflow.sql ch/tests/queries/0_stateless/02240_asof_join_biginteger.sql ch/tests/queries/0_stateless/03096_variant_in_primary_key.sql ch/tests/queries/0_stateless/02973_dictionary_table_exception_fix.sql ch/tests/queries/0_stateless/02467_cross_join_three_table_functions.sql ch/tests/queries/0_stateless/01104_distributed_one_test.sql ch/tests/queries/0_stateless/00050_any_left_join.sql ch/tests/queries/0_stateless/00653_running_difference.sql ch/tests/queries/0_stateless/02410_csv_empty_fields_inference.sql ch/tests/queries/0_stateless/01801_s3_cluster.sql ch/tests/queries/0_stateless/00907_set_index_with_nullable_and_low_cardinality.sql ch/tests/queries/0_stateless/00717_default_join_type.sql ch/tests/queries/0_stateless/00698_validate_array_sizes_for_nested.sql ch/tests/queries/0_stateless/01498_alter_column_storage_memory.sql ch/tests/queries/0_stateless/02677_analyzer_compound_expressions.sql ch/tests/queries/0_stateless/02184_hash_functions_and_ip_types.sql ch/tests/queries/0_stateless/03144_invalid_filter.sql ch/tests/queries/0_stateless/01036_no_superfluous_dict_reload_on_create_database_2.sql ch/tests/queries/0_stateless/02454_disable_mergetree_with_lightweight_delete_column.sql ch/tests/queries/0_stateless/02287_legacy_column_name_of_tuple_literal_over_distributed.sql ch/tests/queries/0_stateless/01798_having_push_down.sql ch/tests/queries/0_stateless/02714_local_object_storage.sql ch/tests/queries/0_stateless/03002_map_array_functions_with_low_cardinality.sql ch/tests/queries/0_stateless/01710_normal_projection_with_query_plan_optimization.sql ch/tests/queries/0_stateless/00227_quantiles_timing_arbitrary_order.sql ch/tests/queries/0_stateless/02564_date_format.sql ch/tests/queries/0_stateless/02911_add_index_and_materialize_index.sql ch/tests/queries/0_stateless/00620_optimize_on_nonleader_replica_zookeeper.sql ch/tests/queries/0_stateless/01902_table_function_merge_db_repr.sql ch/tests/queries/0_stateless/03130_analyzer_array_join_prefer_column.sql ch/tests/queries/0_stateless/02032_short_circuit_least_greatest_bug.sql ch/tests/queries/0_stateless/02933_compare_with_bool_as_string.sql ch/tests/queries/0_stateless/00952_part_frozen_info.sql ch/tests/queries/0_stateless/01126_month_partitioning_consistent_code.sql ch/tests/queries/0_stateless/02888_obsolete_settings.sql ch/tests/queries/0_stateless/00138_table_aliases.sql ch/tests/queries/0_stateless/02013_lc_nullable_and_infinity.sql ch/tests/queries/0_stateless/03047_group_by_field_identified_aggregation.sql ch/tests/queries/0_stateless/02366_kql_func_binary.sql ch/tests/queries/0_stateless/01551_mergetree_read_in_order_spread.sql ch/tests/queries/0_stateless/02536_delta_gorilla_corruption.sql ch/tests/queries/0_stateless/01097_pre_limit.sql ch/tests/queries/0_stateless/01948_heredoc.sql ch/tests/queries/0_stateless/00230_array_functions_has_count_equal_index_of_non_const_second_arg.sql ch/tests/queries/0_stateless/02513_date_string_comparison.sql ch/tests/queries/0_stateless/02292_h3_unidirectional_funcs.sql ch/tests/queries/0_stateless/03146_tpc_ds_grouping.sql ch/tests/queries/0_stateless/00688_low_cardinality_in.sql ch/tests/queries/0_stateless/01773_min_max_time_system_parts_datetime64.sql ch/tests/queries/0_stateless/02481_default_value_used_in_row_level_filter.sql ch/tests/queries/0_stateless/03035_internal_functions_direct_call.sql ch/tests/queries/0_stateless/03198_dynamic_read_subcolumns.sql ch/tests/queries/0_stateless/02353_partition_prune_nullable_key.sql ch/tests/queries/0_stateless/02181_dictionary_attach_detach.sql ch/tests/queries/0_stateless/02813_any_value.sql ch/tests/queries/0_stateless/02944_variant_as_common_type.sql ch/tests/queries/0_stateless/00286_format_long_negative_float.sql ch/tests/queries/0_stateless/02515_projections_with_totals.sql ch/tests/queries/0_stateless/01765_tehran_dst.sql ch/tests/queries/0_stateless/01762_deltasumtimestamp.sql ch/tests/queries/0_stateless/03044_array_join_columns_in_nested_table.sql ch/tests/queries/0_stateless/02869_unicode_minus.sql ch/tests/queries/0_stateless/01678_great_circle_angle.sql ch/tests/queries/0_stateless/02427_msan_group_array_resample.sql ch/tests/queries/0_stateless/01387_clear_column_default_depends.sql ch/tests/queries/0_stateless/02421_explain_subquery.sql ch/tests/queries/0_stateless/02898_parallel_replicas_custom_key_final.sql ch/tests/queries/0_stateless/03049_analyzer_group_by_alias.sql ch/tests/queries/0_stateless/02956_fix_to_start_of_milli_microsecond.sql ch/tests/queries/0_stateless/01010_pmj_right_table_memory_limits.sql ch/tests/queries/0_stateless/01783_merge_engine_join_key_condition.sql ch/tests/queries/0_stateless/03321_join_on_is_null_lowcardinality.sql ch/tests/queries/0_stateless/02705_projection_and_ast_optimizations_bug.sql ch/tests/queries/0_stateless/01276_random_string.sql ch/tests/queries/0_stateless/02535_analyzer_group_by_use_nulls.sql ch/tests/queries/0_stateless/03004_json_named_tuples_inference_ambiguous_paths_as_string.sql ch/tests/queries/0_stateless/03103_positional_arguments.sql ch/tests/queries/0_stateless/02280_add_query_level_settings.sql ch/tests/queries/0_stateless/03171_condition_pushdown.sql ch/tests/queries/0_stateless/02566_analyzer_limit_settings_distributed.sql ch/tests/queries/0_stateless/03199_fix_auc_tie_handling.sql ch/tests/queries/0_stateless/02411_merge_tree_zero_max_read_buffer_size.sql ch/tests/queries/0_stateless/00969_columns_clause.sql ch/tests/queries/0_stateless/01021_tuple_parser.sql ch/tests/queries/0_stateless/00674_has_array_enum.sql ch/tests/queries/0_stateless/03151_pmj_join_non_procssed_clash.sql ch/tests/queries/0_stateless/01311_comparison_with_constant_string.sql ch/tests/queries/0_stateless/00976_shard_low_cardinality_achimbab.sql ch/tests/queries/0_stateless/01710_projections_order_by_incomplete.sql ch/tests/queries/0_stateless/00316_rounding_functions_and_empty_block.sql ch/tests/queries/0_stateless/02012_zookeeper_changed_enum_type.sql ch/tests/queries/0_stateless/00131_set_hashed.sql ch/tests/queries/0_stateless/00199_ternary_operator_type_check.sql ch/tests/queries/0_stateless/00414_time_zones_direct_conversion.sql ch/tests/queries/0_stateless/01010_pmj_on_disk.sql ch/tests/queries/0_stateless/01023_materialized_view_query_context.sql ch/tests/queries/0_stateless/02456_summing_mt_lc.sql ch/tests/queries/0_stateless/01948_group_bitmap_and_or_xor_fix.sql ch/tests/queries/0_stateless/01701_if_tuple_segfault.sql ch/tests/queries/0_stateless/00972_desc_table_virtual_columns.sql ch/tests/queries/0_stateless/01554_bloom_filter_index_big_integer_uuid.sql ch/tests/queries/0_stateless/02409_url_format_detection.sql ch/tests/queries/0_stateless/00846_join_using_tuple_crash.sql ch/tests/queries/0_stateless/01825_type_json_nullable.sql ch/tests/queries/0_stateless/02975_system_zookeeper_retries.sql ch/tests/queries/0_stateless/01265_datetime_string_comparison_felix_mueller.sql ch/tests/queries/0_stateless/02863_mutation_where_in_set_result_cache_pipeline_stuck_bug.sql ch/tests/queries/0_stateless/03262_column_sizes_with_dynamic_structure.sql ch/tests/queries/0_stateless/01423_if_nullable_cond.sql ch/tests/queries/0_stateless/02883_array_scalar_mult_div_modulo.sql ch/tests/queries/0_stateless/02427_mutate_and_zero_copy_replication_zookeeper.sql ch/tests/queries/0_stateless/02919_segfault_nullable_materialized_update.sql ch/tests/queries/0_stateless/01652_ttl_old_syntax.sql ch/tests/queries/0_stateless/03210_json_type_alter_add_column.gen.sql ch/tests/queries/0_stateless/02480_suspicious_lowcard_in_key.sql ch/tests/queries/0_stateless/01491_nested_multiline_comments.sql ch/tests/queries/0_stateless/01018_ddl_dictionaries_create.sql ch/tests/queries/0_stateless/00038_totals_limit.sql ch/tests/queries/0_stateless/02538_nullable_array_tuple_timeseries.sql ch/tests/queries/0_stateless/02016_agg_empty_result_bug_28880.sql ch/tests/queries/0_stateless/01662_test_toDayOfMonth_mysql_compatibility.sql ch/tests/queries/0_stateless/03143_window_functions_qualify_validation.sql ch/tests/queries/0_stateless/01583_const_column_in_set_index.sql ch/tests/queries/0_stateless/02740_hashed_dictionary_load_factor_smoke.sql ch/tests/queries/0_stateless/01702_rewrite_avg_for_algebraic_optimization.sql ch/tests/queries/0_stateless/02313_multiple_limits.sql ch/tests/queries/0_stateless/00272_union_all_and_in_subquery.sql ch/tests/queries/0_stateless/02179_sparse_columns_detach.sql ch/tests/queries/0_stateless/00538_datediff.sql ch/tests/queries/0_stateless/02374_analyzer_array_join.sql ch/tests/queries/0_stateless/02165_insert_from_infile.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_1.sql ch/tests/queries/0_stateless/02495_sum_if_to_count_if_bug.sql ch/tests/queries/0_stateless/01125_dict_ddl_cannot_add_column.sql ch/tests/queries/0_stateless/02891_alter_update_adaptive_granularity.sql ch/tests/queries/0_stateless/01890_state_of_state.sql ch/tests/queries/0_stateless/01012_serialize_array_memory_usage.sql ch/tests/queries/0_stateless/01409_topK_merge.sql ch/tests/queries/0_stateless/01674_executable_dictionary_implicit_key.sql ch/tests/queries/0_stateless/00671_max_intersections.sql ch/tests/queries/0_stateless/02231_hierarchical_dictionaries_constant.sql ch/tests/queries/0_stateless/02962_max_joined_block_rows.sql ch/tests/queries/0_stateless/00541_to_start_of_fifteen_minutes.sql ch/tests/queries/0_stateless/01593_insert_settings.sql ch/tests/queries/0_stateless/02771_if_constant_folding.sql ch/tests/queries/0_stateless/00012_array_join_alias_2.sql ch/tests/queries/0_stateless/02515_analyzer_null_for_empty.sql ch/tests/queries/0_stateless/02972_parallel_replicas_cte.sql ch/tests/queries/0_stateless/02019_multiple_weird_with_fill.sql ch/tests/queries/0_stateless/01151_storage_merge_filter_tables_by_virtual_column.sql ch/tests/queries/0_stateless/03237_max_map_state_decimal_serialization.sql ch/tests/queries/0_stateless/00760_url_functions_overflow.sql ch/tests/queries/0_stateless/01231_markdown_format.sql ch/tests/queries/0_stateless/02354_window_expression_with_aggregation_expression.sql ch/tests/queries/0_stateless/02386_analyzer_in_function_nested_subqueries.sql ch/tests/queries/0_stateless/01456_modify_column_type_via_add_drop_update.sql ch/tests/queries/0_stateless/01528_setting_aggregate_functions_null_for_empty.sql ch/tests/queries/0_stateless/02187_insert_values_with_mv.sql ch/tests/queries/0_stateless/02813_starting_in_text_log.sql ch/tests/queries/0_stateless/00697_in_subquery_shard.sql ch/tests/queries/0_stateless/00146_summing_merge_tree_nested_map.sql ch/tests/queries/0_stateless/01670_log_comment.sql ch/tests/queries/0_stateless/00361_shared_array_offsets_and_squash_blocks.sql ch/tests/queries/0_stateless/00880_decimal_in_key.sql ch/tests/queries/0_stateless/02551_ipv4_implicit_uint64.sql ch/tests/queries/0_stateless/02041_openssl_hash_functions_test.sql ch/tests/queries/0_stateless/02703_explain_query_tree_is_forbidden_with_old_analyzer.sql ch/tests/queries/0_stateless/01760_polygon_dictionaries.sql ch/tests/queries/0_stateless/01851_hedged_connections_external_tables.sql ch/tests/queries/0_stateless/00829_bitmap_function.sql ch/tests/queries/0_stateless/02901_remove_nullable_crash_analyzer.sql ch/tests/queries/0_stateless/02815_fix_not_found_constants_col_in_block.sql ch/tests/queries/0_stateless/02511_complex_literals_as_aggregate_function_parameters.sql ch/tests/queries/0_stateless/01212_empty_join_and_totals.sql ch/tests/queries/0_stateless/00593_union_all_assert_columns_removed.sql ch/tests/queries/0_stateless/00752_low_cardinality_mv_2.sql ch/tests/queries/0_stateless/00871_t64_codec_signed.sql ch/tests/queries/0_stateless/02933_ephemeral_mv.sql ch/tests/queries/0_stateless/01077_yet_another_prewhere_test.sql ch/tests/queries/0_stateless/02016_summing_mt_aggregating_column.sql ch/tests/queries/0_stateless/03014_async_with_dedup_part_log_rmt.sql ch/tests/queries/0_stateless/01566_negate_formatting.sql ch/tests/queries/0_stateless/01553_datetime64_comparison.sql ch/tests/queries/0_stateless/03208_groupArrayIntersect_serialization.sql ch/tests/queries/0_stateless/02421_formats_with_totals_and_extremes.gen.sql ch/tests/queries/0_stateless/01009_insert_select_nicelulu.sql ch/tests/queries/0_stateless/02952_conjunction_optimization.sql ch/tests/queries/0_stateless/02231_bloom_filter_sizing.sql ch/tests/queries/0_stateless/01660_test_toDayOfYear_mysql_compatibility.sql ch/tests/queries/0_stateless/02024_join_on_or_long.gen.sql ch/tests/queries/0_stateless/02494_query_cache_ttl_long.sql ch/tests/queries/0_stateless/02067_lost_part_s3.sql ch/tests/queries/0_stateless/01720_union_distinct_with_limit.sql ch/tests/queries/0_stateless/03167_fancy_quotes_off_by_one.sql ch/tests/queries/0_stateless/03214_json_typed_dynamic_path.sql ch/tests/queries/0_stateless/01470_test_insert_select_asterisk.sql ch/tests/queries/0_stateless/02026_describe_include_subcolumns.sql ch/tests/queries/0_stateless/03290_final_replacing.sql ch/tests/queries/0_stateless/01936_three_parts_identifiers_in_wrong_places.sql ch/tests/queries/0_stateless/01440_big_int_exotic_casts.sql ch/tests/queries/0_stateless/02724_mutliple_storage_join.sql ch/tests/queries/0_stateless/02326_settings_changes_system_table.sql ch/tests/queries/0_stateless/01475_read_subcolumns_2.sql ch/tests/queries/0_stateless/00990_metric_log_table_not_empty.sql ch/tests/queries/0_stateless/02456_alter-nullable-column-bag.sql ch/tests/queries/0_stateless/02499_quantile_nan_ubsan_msan.sql ch/tests/queries/0_stateless/01925_join_materialized_columns.sql ch/tests/queries/0_stateless/01165_lost_part_empty_partition.sql ch/tests/queries/0_stateless/02885_create_distributed_table_without_as.sql ch/tests/queries/0_stateless/01036_union_different_columns.sql ch/tests/queries/0_stateless/03131_hilbert_coding.sql ch/tests/queries/0_stateless/01716_array_difference_overflow.sql ch/tests/queries/0_stateless/00600_create_temporary_table_if_not_exists.sql ch/tests/queries/0_stateless/02723_zookeeper_name.sql ch/tests/queries/0_stateless/02001_shard_num_shard_count.sql ch/tests/queries/0_stateless/02494_query_cache_nondeterministic_functions.sql ch/tests/queries/0_stateless/01760_ddl_dictionary_use_current_database_name.sql ch/tests/queries/0_stateless/03143_group_by_constant_secondary.sql ch/tests/queries/0_stateless/02965_projection_with_partition_pruning.sql ch/tests/queries/0_stateless/01894_jit_aggregation_function_max_long.sql ch/tests/queries/0_stateless/00363_defaults.sql ch/tests/queries/0_stateless/01756_optimize_skip_unused_shards_rewrite_in.sql ch/tests/queries/0_stateless/01069_materialized_view_alter_target_table.sql ch/tests/queries/0_stateless/01056_negative_with_bloom_filter.sql ch/tests/queries/0_stateless/01039_test_setting_parse.sql ch/tests/queries/0_stateless/02582_async_reading_with_small_limit.sql ch/tests/queries/0_stateless/03061_analyzer_alias_as_right_key_in_join.sql ch/tests/queries/0_stateless/02542_transform_new.sql ch/tests/queries/0_stateless/01528_allow_nondeterministic_optimize_skip_unused_shards.sql ch/tests/queries/0_stateless/03203_variant_convert_field_to_type_bug.sql ch/tests/queries/0_stateless/02265_column_ttl.sql ch/tests/queries/0_stateless/02371_select_projection_normal_agg.sql ch/tests/queries/0_stateless/03224_json_merges_new_type_in_shared_data.sql ch/tests/queries/0_stateless/01952_optimize_distributed_group_by_sharding_key.sql ch/tests/queries/0_stateless/01073_attach_if_not_exists.sql ch/tests/queries/0_stateless/00862_decimal_in.sql ch/tests/queries/0_stateless/02292_nested_not_flattened_detach.sql ch/tests/queries/0_stateless/03251_unaligned_window_function_state.sql ch/tests/queries/0_stateless/01043_categorical_iv.sql ch/tests/queries/0_stateless/03173_forbid_qualify.sql ch/tests/queries/0_stateless/02206_array_starts_ends_with.sql ch/tests/queries/0_stateless/01310_enum_comparison.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_2_compact_merge_tree.sql ch/tests/queries/0_stateless/01639_distributed_sync_insert_zero_rows.sql ch/tests/queries/0_stateless/01934_constexpr_aggregate_function_parameters.sql ch/tests/queries/0_stateless/02888_single_state_nullable_type.sql ch/tests/queries/0_stateless/02100_limit_push_down_bug.sql ch/tests/queries/0_stateless/02319_no_columns_in_row_level_filter.sql ch/tests/queries/0_stateless/02876_json_incomplete_types_as_strings_inference.sql ch/tests/queries/0_stateless/01922_sum_null_for_remote.sql ch/tests/queries/0_stateless/01645_system_table_engines.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_2_memory.sql ch/tests/queries/0_stateless/00362_great_circle_distance.sql ch/tests/queries/0_stateless/02864_profile_event_part_lock.sql ch/tests/queries/0_stateless/03217_datetime64_constant_to_ast.sql ch/tests/queries/0_stateless/03126_column_not_under_group_by.sql ch/tests/queries/0_stateless/00044_sorting_by_string_descending.sql ch/tests/queries/0_stateless/00714_create_temporary_table_with_in_clause.sql ch/tests/queries/0_stateless/02343_analyzer_lambdas.sql ch/tests/queries/0_stateless/01567_system_processes_current_database.sql ch/tests/queries/0_stateless/01091_num_threads.sql ch/tests/queries/0_stateless/02568_and_consistency.sql ch/tests/queries/0_stateless/01939_type_map_json.sql ch/tests/queries/0_stateless/00343_array_element_generic.sql ch/tests/queries/0_stateless/02506_date_time64_floating_point_negative_value.sql ch/tests/queries/0_stateless/01289_min_execution_speed_not_too_early.sql ch/tests/queries/0_stateless/00943_mv_rename_without_inner_table.sql ch/tests/queries/0_stateless/02534_s3_cluster_insert_select_schema_inference.sql ch/tests/queries/0_stateless/01906_partition_by_multiply_by_zero.sql ch/tests/queries/0_stateless/03146_create_index_compatibility.sql ch/tests/queries/0_stateless/02841_parquet_filter_pushdown.sql ch/tests/queries/0_stateless/02012_low_cardinality_uuid_with_extremes.sql ch/tests/queries/0_stateless/02841_parallel_final_wrong_columns_order.sql ch/tests/queries/0_stateless/00508_materialized_view_to.sql ch/tests/queries/0_stateless/01932_alter_index_with_order.sql ch/tests/queries/0_stateless/02188_table_function_format.sql ch/tests/queries/0_stateless/02974_if_with_map.sql ch/tests/queries/0_stateless/00190_non_constant_array_of_constant_data.sql ch/tests/queries/0_stateless/02248_nullable_custom_types_to_string.sql ch/tests/queries/0_stateless/02006_todatetime64_from_string.sql ch/tests/queries/0_stateless/01710_projection_row_policy.sql ch/tests/queries/0_stateless/03093_with_fill_support_constant_expression.sql ch/tests/queries/0_stateless/01415_table_function_view.sql ch/tests/queries/0_stateless/01278_alter_rename_combination.sql ch/tests/queries/0_stateless/00506_union_distributed.sql ch/tests/queries/0_stateless/00860_unknown_identifier_bug.sql ch/tests/queries/0_stateless/01554_interpreter_integer_float.sql ch/tests/queries/0_stateless/02016_order_by_with_fill_monotonic_functions_removal.sql ch/tests/queries/0_stateless/01070_h3_to_children.sql ch/tests/queries/0_stateless/00033_fixed_string_to_string.sql ch/tests/queries/0_stateless/02176_optimize_aggregation_in_order_empty.sql ch/tests/queries/0_stateless/02375_pretty_formats.gen.sql ch/tests/queries/0_stateless/02950_part_offset_as_primary_key.sql ch/tests/queries/0_stateless/02752_is_null_priority.sql ch/tests/queries/0_stateless/01852_dictionary_found_rate_long.sql ch/tests/queries/0_stateless/02518_merge_engine_nullable_43324.sql ch/tests/queries/0_stateless/01290_empty_array_index_analysis.sql ch/tests/queries/0_stateless/02366_kql_extend.sql ch/tests/queries/0_stateless/01315_count_distinct_return_not_nullable.sql ch/tests/queries/0_stateless/00268_aliases_without_as_keyword.sql ch/tests/queries/0_stateless/01234_to_string_monotonic.sql ch/tests/queries/0_stateless/02968_analyzer_join_column_not_found.sql ch/tests/queries/0_stateless/00087_distinct_of_empty_arrays.sql ch/tests/queries/0_stateless/02404_schema_inference_cache_respect_format_settings.gen.sql ch/tests/queries/0_stateless/00576_nested_and_prewhere.sql ch/tests/queries/0_stateless/01435_lcm_overflow.sql ch/tests/queries/0_stateless/02683_native_too_large_size.sql ch/tests/queries/0_stateless/02343_group_by_use_nulls_distributed.sql ch/tests/queries/0_stateless/02931_rewrite_sum_column_and_constant.sql ch/tests/queries/0_stateless/01068_parens.sql ch/tests/queries/0_stateless/00881_unknown_identifier_in_in.sql ch/tests/queries/0_stateless/02177_merge_optimize_aggregation_in_order.sql ch/tests/queries/0_stateless/01333_select_abc_asterisk.sql ch/tests/queries/0_stateless/02835_parallel_replicas_over_distributed.sql ch/tests/queries/0_stateless/02035_isNull_isNotNull_format.sql ch/tests/queries/0_stateless/01376_null_logical.sql ch/tests/queries/0_stateless/00725_quantiles_shard.sql ch/tests/queries/0_stateless/02503_bad_compatibility_setting.sql ch/tests/queries/0_stateless/02521_analyzer_array_join_crash.sql ch/tests/queries/0_stateless/01436_storage_merge_with_join_push_down.sql ch/tests/queries/0_stateless/01557_field_infinite_convert_to_number.sql ch/tests/queries/0_stateless/01804_uniq_up_to_ubsan.sql ch/tests/queries/0_stateless/00914_join_bgranvea.sql ch/tests/queries/0_stateless/01632_max_partitions_to_read.sql ch/tests/queries/0_stateless/01413_rows_events.sql ch/tests/queries/0_stateless/01674_htm_xml_coarse_parse.sql ch/tests/queries/0_stateless/00059_shard_global_in.sql ch/tests/queries/0_stateless/01075_allowed_client_hosts.sql ch/tests/queries/0_stateless/02475_join_bug_42832.sql ch/tests/queries/0_stateless/00933_alter_ttl.sql ch/tests/queries/0_stateless/01074_h3_range_check.sql ch/tests/queries/0_stateless/02327_try_infer_integers_schema_inference.sql ch/tests/queries/0_stateless/01457_compile_expressions_fuzzer.sql ch/tests/queries/0_stateless/01138_join_on_distributed_and_tmp.sql ch/tests/queries/0_stateless/02017_columns_with_dot.sql ch/tests/queries/0_stateless/02922_respect_nulls_extensive.sql ch/tests/queries/0_stateless/03092_analyzer_same_table_name_in_different_databases.sql ch/tests/queries/0_stateless/01711_decimal_multiplication.sql ch/tests/queries/0_stateless/01076_range_reader_segfault.sql ch/tests/queries/0_stateless/02512_array_join_name_resolution.sql ch/tests/queries/0_stateless/00915_simple_aggregate_function.sql ch/tests/queries/0_stateless/01148_zookeeper_path_macros_unfolding.sql ch/tests/queries/0_stateless/01762_datetime64_extended_parsing.sql ch/tests/queries/0_stateless/01802_rank_corr_mann_whitney_over_window.sql ch/tests/queries/0_stateless/00085_visible_width_of_tuple_of_dates.sql ch/tests/queries/0_stateless/01284_fuzz_bits.sql ch/tests/queries/0_stateless/03313_case_insensitive_json_type_declaration.sql ch/tests/queries/0_stateless/02008_tuple_to_name_value_pairs.sql ch/tests/queries/0_stateless/00902_entropy.sql ch/tests/queries/0_stateless/00072_in_types.sql ch/tests/queries/0_stateless/03227_json_invalid_regexp.sql ch/tests/queries/0_stateless/00834_not_between.sql ch/tests/queries/0_stateless/01710_projection_optimize_materialize.sql ch/tests/queries/0_stateless/02804_intersect_bad_cast.sql ch/tests/queries/0_stateless/02242_make_date.sql ch/tests/queries/0_stateless/02902_diable_apply_deleted_mask.sql ch/tests/queries/0_stateless/02554_log_faminy_support_storage_policy.sql ch/tests/queries/0_stateless/01052_array_reduce_exception.sql ch/tests/queries/0_stateless/02572_system_logs_materialized_views_ignore_errors.sql ch/tests/queries/0_stateless/02534_s3_heap_use_after_free.sql ch/tests/queries/0_stateless/02815_empty_subquery_nullable_bug.sql ch/tests/queries/0_stateless/01293_external_sorting_limit_bug.sql ch/tests/queries/0_stateless/03164_parallel_replicas_range_filter_min_max.sql ch/tests/queries/0_stateless/03312_issue_74299.sql ch/tests/queries/0_stateless/03224_nested_json_merges_new_type_in_shared_data.sql ch/tests/queries/0_stateless/00882_multiple_join_no_alias.sql ch/tests/queries/0_stateless/02901_predicate_pushdown_cte_stateful.sql ch/tests/queries/0_stateless/01514_input_format_json_enum_as_number.sql ch/tests/queries/0_stateless/01506_buffer_table_alter_block_structure_2.sql ch/tests/queries/0_stateless/00714_alter_uuid.sql ch/tests/queries/0_stateless/01601_accurate_cast.sql ch/tests/queries/0_stateless/02572_max_intersections.sql ch/tests/queries/0_stateless/02420_final_setting.sql ch/tests/queries/0_stateless/02680_instr_alias_for_position_case_insensitive.sql ch/tests/queries/0_stateless/03166_mv_prewhere_duplicating_name_bug.sql ch/tests/queries/0_stateless/02313_negative_datetime64.sql ch/tests/queries/0_stateless/01287_max_execution_speed.sql ch/tests/queries/0_stateless/01917_distinct_on.sql ch/tests/queries/0_stateless/02125_recursive_sql_user_defined_functions.sql ch/tests/queries/0_stateless/00047_stored_aggregates_complex.sql ch/tests/queries/0_stateless/00950_bad_alloc_when_truncate_join_storage.sql ch/tests/queries/0_stateless/02567_and_consistency.sql ch/tests/queries/0_stateless/01710_projection_pk_trivial_count.sql ch/tests/queries/0_stateless/02561_with_fill_date_datetime_incompatible.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_1_memory.sql ch/tests/queries/0_stateless/01033_function_substring.sql ch/tests/queries/0_stateless/01186_conversion_to_nullable.sql ch/tests/queries/0_stateless/02206_information_schema_show_database.sql ch/tests/queries/0_stateless/00134_aggregation_by_fixed_string_of_size_1_2_4_8.sql ch/tests/queries/0_stateless/00445_join_nullable_keys.sql ch/tests/queries/0_stateless/00034_fixed_string_to_number.sql ch/tests/queries/0_stateless/01825_type_json_field.sql ch/tests/queries/0_stateless/01019_materialized_view_select_extra_columns.sql ch/tests/queries/0_stateless/02783_date_predicate_optimizations.sql ch/tests/queries/0_stateless/02097_polygon_dictionary_store_key.sql ch/tests/queries/0_stateless/02223_h3_test_const_columns.sql ch/tests/queries/0_stateless/02989_variant_comparison.sql ch/tests/queries/0_stateless/02322_sql_insert_format.sql ch/tests/queries/0_stateless/02689_meaningless_data_types.sql ch/tests/queries/0_stateless/01269_create_with_null.sql ch/tests/queries/0_stateless/01586_storage_join_low_cardinality_key.sql ch/tests/queries/0_stateless/00752_low_cardinality_permute.sql ch/tests/queries/0_stateless/03034_recursive_cte_tree_merge_tree.sql ch/tests/queries/0_stateless/01925_json_as_string_data_in_square_brackets.sql ch/tests/queries/0_stateless/01246_least_greatest_generic.sql ch/tests/queries/0_stateless/00396_uuid_v7.sql ch/tests/queries/0_stateless/02884_parallel_window_functions_bug.sql ch/tests/queries/0_stateless/02477_age.sql ch/tests/queries/0_stateless/01798_uniq_theta_union_intersect_not.sql ch/tests/queries/0_stateless/03003_functions_to_subcolumns_final.sql ch/tests/queries/0_stateless/02495_analyzer_storage_join.sql ch/tests/queries/0_stateless/02950_dictionary_short_circuit.sql ch/tests/queries/0_stateless/02681_aggregation_by_partitions_bug.sql ch/tests/queries/0_stateless/03001_block_offset_column_2.sql ch/tests/queries/0_stateless/00604_show_create_database.sql ch/tests/queries/0_stateless/03204_distributed_with_scalar_subquery.sql ch/tests/queries/0_stateless/01584_distributed_buffer_cannot_find_column.sql ch/tests/queries/0_stateless/00940_order_by_read_in_order.sql ch/tests/queries/0_stateless/02264_format_insert_compression.sql ch/tests/queries/0_stateless/00680_duplicate_columns_inside_union_all.sql ch/tests/queries/0_stateless/03153_trailing_comma_in_values_list_in_insert.sql ch/tests/queries/0_stateless/01897_jit_aggregation_function_avg_weighted_long.sql ch/tests/queries/0_stateless/01544_errorCodeToName.sql ch/tests/queries/0_stateless/00356_analyze_aggregations_and_union_all.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_mutation_tasks_with_storage_set.sql ch/tests/queries/0_stateless/01866_aggregate_function_interval_length_sum.sql ch/tests/queries/0_stateless/01888_bloom_filter_hasAny.sql ch/tests/queries/0_stateless/01506_buffer_table_alter_block_structure.sql ch/tests/queries/0_stateless/01356_state_resample.sql ch/tests/queries/0_stateless/01189_create_as_table_as_table_function.sql ch/tests/queries/0_stateless/03002_analyzer_prewhere.sql ch/tests/queries/0_stateless/02345_partial_sort_transform_optimization.sql ch/tests/queries/0_stateless/02789_object_type_invalid_num_of_rows.sql ch/tests/queries/0_stateless/01403_datetime64_constant_arg.sql ch/tests/queries/0_stateless/02531_storage_join_null_44940.sql ch/tests/queries/0_stateless/02245_s3_virtual_columns.sql ch/tests/queries/0_stateless/00233_position_function_family.sql ch/tests/queries/0_stateless/01531_query_log_query_comment.sql ch/tests/queries/0_stateless/01353_neighbor_overflow.sql ch/tests/queries/0_stateless/01766_hashed_dictionary_complex_key.sql ch/tests/queries/0_stateless/01544_fromModifiedJulianDay.sql ch/tests/queries/0_stateless/02811_read_in_order_and_array_join_bug.sql ch/tests/queries/0_stateless/01538_fuzz_aggregate.sql ch/tests/queries/0_stateless/02345_analyzer_subqueries.sql ch/tests/queries/0_stateless/02539_vertical_merge_compact_parts.sql ch/tests/queries/0_stateless/03077_analyzer_multi_scalar_subquery_aliases.sql ch/tests/queries/0_stateless/02990_arrayFold_nullable_lc.sql ch/tests/queries/0_stateless/02919_insert_meet_eternal_hardware_error.sql ch/tests/queries/0_stateless/03155_explain_current_transaction.sql ch/tests/queries/0_stateless/01457_order_by_nulls_first.sql ch/tests/queries/0_stateless/03204_index_hint_fuzzer.sql ch/tests/queries/0_stateless/02788_current_schemas_function.sql ch/tests/queries/0_stateless/02910_object-json-crash-add-column.sql ch/tests/queries/0_stateless/02711_soundex_function.sql ch/tests/queries/0_stateless/02234_cast_to_ip_address.sql ch/tests/queries/0_stateless/02811_ip_dict_attribute.sql ch/tests/queries/0_stateless/01321_aggregate_functions_of_group_by_keys.sql ch/tests/queries/0_stateless/02494_query_cache_user_quotas.sql ch/tests/queries/0_stateless/01621_sort_after_join_pipeline_stuck.sql ch/tests/queries/0_stateless/00175_partition_by_ignore.sql ch/tests/queries/0_stateless/02271_temporary_table_show_rows_bytes.sql ch/tests/queries/0_stateless/02498_storage_join_key_positions.gen.sql ch/tests/queries/0_stateless/01837_cast_to_array_from_empty_array.sql ch/tests/queries/0_stateless/03001_block_offset_column.gen.sql ch/tests/queries/0_stateless/00950_test_double_delta_codec.sql ch/tests/queries/0_stateless/03000_minmax_index_first.sql ch/tests/queries/0_stateless/00098_shard_i_union_all.sql ch/tests/queries/0_stateless/02932_materialized_view_with_dropped_target_table_no_exception.sql ch/tests/queries/0_stateless/02932_set_ttl_where.sql ch/tests/queries/0_stateless/01682_gather_utils_ubsan.sql ch/tests/queries/0_stateless/03217_filtering_in_storage_merge.sql ch/tests/queries/0_stateless/00359_convert_or_zero_functions.sql ch/tests/queries/0_stateless/02426_create_suspicious_fixed_string.sql ch/tests/queries/0_stateless/02245_s3_support_read_nested_column.sql ch/tests/queries/0_stateless/01010_pm_join_all_join_bug.sql ch/tests/queries/0_stateless/03165_distinct_with_window_func_crash.sql ch/tests/queries/0_stateless/02918_fuzzjson_table_function.sql ch/tests/queries/0_stateless/02366_kql_func_ip.sql ch/tests/queries/0_stateless/01851_clear_column_referenced_by_mv.sql ch/tests/queries/0_stateless/00588_shard_distributed_prewhere.sql ch/tests/queries/0_stateless/02896_optimize_array_exists_to_has_with_date.sql ch/tests/queries/0_stateless/03128_argMin_combinator_projection.sql ch/tests/queries/0_stateless/01720_join_implicit_cast.gen.sql ch/tests/queries/0_stateless/01622_defaults_for_file_engine.sql ch/tests/queries/0_stateless/01880_materialized_view_to_table_type_check.sql ch/tests/queries/0_stateless/02302_lc_nullable_string_insert_as_number.sql ch/tests/queries/0_stateless/02375_scalar_lc_cte.sql ch/tests/queries/0_stateless/01254_dict_load_after_detach_attach.sql ch/tests/queries/0_stateless/01868_order_by_fill_with_datetime64.sql ch/tests/queries/0_stateless/00250_tuple_comparison.sql ch/tests/queries/0_stateless/01142_merge_join_lc_and_nullable_in_key.sql ch/tests/queries/0_stateless/02494_array_function_range.sql ch/tests/queries/0_stateless/01374_if_nullable_filimonov.sql ch/tests/queries/0_stateless/02377_optimize_sorting_by_input_stream_properties.sql ch/tests/queries/0_stateless/02052_last_granula_adjust_logical_error.gen.sql ch/tests/queries/0_stateless/00433_ifnull.sql ch/tests/queries/0_stateless/02366_asof_optimize_predicate_bug_37813.sql ch/tests/queries/0_stateless/01351_geohash_assert.sql ch/tests/queries/0_stateless/02245_weird_partitions_pruning.sql ch/tests/queries/0_stateless/00604_shard_remote_and_columns_with_defaults.sql ch/tests/queries/0_stateless/02240_get_type_serialization_streams.sql ch/tests/queries/0_stateless/00975_recursive_materialized_view.sql ch/tests/queries/0_stateless/00997_trim.sql ch/tests/queries/0_stateless/02560_regexp_denial_of_service.sql ch/tests/queries/0_stateless/00800_low_cardinality_merge_join.gen.sql ch/tests/queries/0_stateless/02923_join_use_nulls_modulo.sql ch/tests/queries/0_stateless/01020_function_char.sql ch/tests/queries/0_stateless/02343_aggregation_pipeline.sql ch/tests/queries/0_stateless/02751_ip_types_aggregate_functions_states.gen.sql ch/tests/queries/0_stateless/01721_engine_file_truncate_on_insert.sql ch/tests/queries/0_stateless/01083_expressions_in_engine_arguments.sql ch/tests/queries/0_stateless/02131_remove_columns_in_subquery.sql ch/tests/queries/0_stateless/02813_func_now_and_alias.sql ch/tests/queries/0_stateless/03165_parseReadableSize.sql ch/tests/queries/0_stateless/02676_to_decimal_string.sql ch/tests/queries/0_stateless/03145_unicode_quotes.sql ch/tests/queries/0_stateless/02949_parallel_replicas_in_subquery.sql ch/tests/queries/0_stateless/00712_prewhere_with_missing_columns_2.sql ch/tests/queries/0_stateless/02372_analyzer_join.gen.sql ch/tests/queries/0_stateless/02809_has_token.sql ch/tests/queries/0_stateless/01456_ast_optimizations_over_distributed.sql ch/tests/queries/0_stateless/02970_generate_series.sql ch/tests/queries/0_stateless/02220_array_join_format.sql ch/tests/queries/0_stateless/01141_join_get_negative.sql ch/tests/queries/0_stateless/00534_exp10.sql ch/tests/queries/0_stateless/03205_parallel_replicas_alter_select_ubsan.sql ch/tests/queries/0_stateless/02708_dotProduct.sql ch/tests/queries/0_stateless/00424_shard_aggregate_functions_of_nullable.sql ch/tests/queries/0_stateless/01748_dictionary_table_dot.sql ch/tests/queries/0_stateless/02814_currentDatabase_for_table_functions.sql ch/tests/queries/0_stateless/00761_lower_utf8_bug.sql ch/tests/queries/0_stateless/00148_summing_merge_tree_aggregate_function.sql ch/tests/queries/0_stateless/00635_shard_distinct_order_by.sql ch/tests/queries/0_stateless/02165_h3_num_hexagons.sql ch/tests/queries/0_stateless/00732_quorum_insert_simple_test_2_parts_zookeeper_long.sql ch/tests/queries/0_stateless/02243_make_date32.sql ch/tests/queries/0_stateless/02707_skip_index_with_in.sql ch/tests/queries/0_stateless/01533_quantile_deterministic_assert.sql ch/tests/queries/0_stateless/03214_join_on_tuple_comparison_elimination_bug.sql ch/tests/queries/0_stateless/03041_select_with_query_result.sql ch/tests/queries/0_stateless/00156_array_map_to_constant.sql ch/tests/queries/0_stateless/01091_insert_with_default_json.sql ch/tests/queries/0_stateless/01699_timezoneOffset.sql ch/tests/queries/0_stateless/02573_quantile_fuse_msan.sql ch/tests/queries/0_stateless/02419_contingency_array_nullable.sql ch/tests/queries/0_stateless/02294_nothing_arguments_in_functions.sql ch/tests/queries/0_stateless/01660_join_or_any.sql ch/tests/queries/0_stateless/02770_jit_aggregation_nullable_key_fix.sql ch/tests/queries/0_stateless/02012_settings_clause_for_s3.sql ch/tests/queries/0_stateless/00799_function_dry_run.sql ch/tests/queries/0_stateless/02998_to_milliseconds.sql ch/tests/queries/0_stateless/02312_is_not_null_prewhere.sql ch/tests/queries/0_stateless/00607_index_in_in.sql ch/tests/queries/0_stateless/03258_old_analyzer_const_expr_bug.sql ch/tests/queries/0_stateless/03010_read_system_parts_table_test.sql ch/tests/queries/0_stateless/01010_pmj_one_row_blocks.sql ch/tests/queries/0_stateless/01470_columns_transformers.sql ch/tests/queries/0_stateless/03166_skip_indexes_vertical_merge_2.sql ch/tests/queries/0_stateless/01321_monotonous_functions_in_order_by_bug.sql ch/tests/queries/0_stateless/02577_analyzer_array_join_calc_twice.sql ch/tests/queries/0_stateless/02995_preliminary_filters_duplicated_columns.sql ch/tests/queries/0_stateless/01410_full_join_and_null_predicates.sql ch/tests/queries/0_stateless/01889_key_condition_function_chains.sql ch/tests/queries/0_stateless/01849_geoToS2.sql ch/tests/queries/0_stateless/02916_replication_protocol_wait_for_part.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_mutation_tasks.sql ch/tests/queries/0_stateless/00603_system_parts_nonexistent_database.sql ch/tests/queries/0_stateless/01392_column_resolve.sql ch/tests/queries/0_stateless/01456_low_cardinality_sorting_bugfix.sql ch/tests/queries/0_stateless/03006_mv_deduplication_throw_if_async_insert.sql ch/tests/queries/0_stateless/02234_position_case_insensitive_utf8.sql ch/tests/queries/0_stateless/02354_vector_search_multiple_indexes.sql ch/tests/queries/0_stateless/02955_analyzer_using_functional_args.gen.sql ch/tests/queries/0_stateless/02526_kv_engine_different_filter_type.sql ch/tests/queries/0_stateless/01042_check_query_and_last_granule_size.sql ch/tests/queries/0_stateless/02149_read_in_order_fixed_prefix.sql ch/tests/queries/0_stateless/01355_alter_column_with_order.sql ch/tests/queries/0_stateless/01475_fix_bigint_shift.sql ch/tests/queries/0_stateless/02784_move_all_conditions_to_prewhere_analyzer_asan.sql ch/tests/queries/0_stateless/00144_empty_regexp.sql ch/tests/queries/0_stateless/01499_log_deadlock.sql ch/tests/queries/0_stateless/03006_buffer_overflow_join.sql ch/tests/queries/0_stateless/00277_array_filter.sql ch/tests/queries/0_stateless/03142_untuple_crash.sql ch/tests/queries/0_stateless/00834_date_datetime_cmp.sql ch/tests/queries/0_stateless/01085_datetime_arithmetic_preserve_timezone.sql ch/tests/queries/0_stateless/01360_division_overflow.sql ch/tests/queries/0_stateless/01889_tokenize.sql ch/tests/queries/0_stateless/02377_majority_insert_quorum_zookeeper_long.sql ch/tests/queries/0_stateless/00195_shard_union_all_and_global_in.sql ch/tests/queries/0_stateless/01800_log_nested.sql ch/tests/queries/0_stateless/00932_geohash_support.sql ch/tests/queries/0_stateless/02842_filesystem_cache_validate_path.sql ch/tests/queries/0_stateless/03167_parametrized_view_with_cte.sql ch/tests/queries/0_stateless/00647_multiply_aggregation_state.sql ch/tests/queries/0_stateless/01682_cache_dictionary_complex_key.sql ch/tests/queries/0_stateless/02161_array_first_last.sql ch/tests/queries/0_stateless/03146_bug47862.sql ch/tests/queries/0_stateless/01942_dateTimeToSnowflake.sql ch/tests/queries/0_stateless/01230_join_get_truncate.sql ch/tests/queries/0_stateless/00001_select_1.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_monotonic_key_expr.sql ch/tests/queries/0_stateless/02482_if_with_nothing_argument.sql ch/tests/queries/0_stateless/00746_compile_non_deterministic_function.sql ch/tests/queries/0_stateless/03143_join_filter_push_down_filled_join_fix.sql ch/tests/queries/0_stateless/00701_context_use_after_free.sql ch/tests/queries/0_stateless/02906_interval_comparison.sql ch/tests/queries/0_stateless/02232_functions_to_subcolumns_alias.sql ch/tests/queries/0_stateless/00163_shard_join_with_empty_table.sql ch/tests/queries/0_stateless/01640_marks_corruption_regression.sql ch/tests/queries/0_stateless/00617_array_in.sql ch/tests/queries/0_stateless/03013_fuzz_arrayPartialReverseSort.sql ch/tests/queries/0_stateless/03033_analyzer_merge_engine_filter_push_down.sql ch/tests/queries/0_stateless/00127_group_by_concat.sql ch/tests/queries/0_stateless/01441_low_cardinality_array_index.sql ch/tests/queries/0_stateless/02980_dist_insert_readonly_replica.gen.sql ch/tests/queries/0_stateless/01590_countSubstrings.sql ch/tests/queries/0_stateless/00976_system_stop_ttl_merges.sql ch/tests/queries/0_stateless/01451_normalize_query.sql ch/tests/queries/0_stateless/02497_if_transform_strings_to_enum.sql ch/tests/queries/0_stateless/01665_merge_tree_min_for_concurrent_read.sql ch/tests/queries/0_stateless/01505_distributed_local_type_conversion_enum.sql ch/tests/queries/0_stateless/01050_window_view_parser_tumble.sql ch/tests/queries/0_stateless/02111_modify_table_comment.sql ch/tests/queries/0_stateless/01278_variance_nonnegative.sql ch/tests/queries/0_stateless/02875_parallel_replicas_cluster_all_replicas.sql ch/tests/queries/0_stateless/02381_join_dup_columns_in_plan.gen.sql ch/tests/queries/0_stateless/01702_system_query_log.sql ch/tests/queries/0_stateless/01634_summap_nullable.sql ch/tests/queries/0_stateless/00586_removing_unused_columns_from_subquery.sql ch/tests/queries/0_stateless/00729_prewhere_array_join.sql ch/tests/queries/0_stateless/02541_lightweight_delete_on_cluster.sql ch/tests/queries/0_stateless/01528_to_uuid_or_null_or_zero.sql ch/tests/queries/0_stateless/02596_build_set_and_remote.sql ch/tests/queries/0_stateless/01351_parse_date_time_best_effort_us.sql ch/tests/queries/0_stateless/00101_materialized_views_and_insert_without_explicit_database.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_1_compact_merge_tree.sql ch/tests/queries/0_stateless/03171_direct_dict_short_circuit_bug.sql ch/tests/queries/0_stateless/02695_logical_optimizer_alias_bug.sql ch/tests/queries/0_stateless/00977_int_div.sql ch/tests/queries/0_stateless/01818_move_partition_simple.sql ch/tests/queries/0_stateless/01651_lc_insert_tiny_log_2.sql ch/tests/queries/0_stateless/03093_virtual_column_override_group_by.sql ch/tests/queries/0_stateless/03122_analyzer_collate_in_window_function.sql ch/tests/queries/0_stateless/02798_explain_settings_not_applied_bug.sql ch/tests/queries/0_stateless/00021_sorting_arrays.sql ch/tests/queries/0_stateless/02382_join_and_filtering_set.sql ch/tests/queries/0_stateless/02123_MySQLWire_regression.sql ch/tests/queries/0_stateless/00957_neighbor.sql ch/tests/queries/0_stateless/02532_profileevents_server_startup_time.sql ch/tests/queries/0_stateless/02668_column_block_number.sql ch/tests/queries/0_stateless/02916_csv_infer_numbers_from_strings.sql ch/tests/queries/0_stateless/02861_index_set_incorrect_args.sql ch/tests/queries/0_stateless/00441_nulls_in.sql ch/tests/queries/0_stateless/01061_alter_codec_with_type.sql ch/tests/queries/0_stateless/02185_range_hashed_dictionary_open_ranges.sql ch/tests/queries/0_stateless/02521_aggregation_by_partitions.sql ch/tests/queries/0_stateless/01461_query_start_time_microseconds.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_3.sql ch/tests/queries/0_stateless/02880_indexHint__partition_id.sql ch/tests/queries/0_stateless/00411_merge_tree_where_const_in_set.sql ch/tests/queries/0_stateless/01477_lc_in_merge_join_left_key.gen.sql ch/tests/queries/0_stateless/00700_decimal_complex_types.sql ch/tests/queries/0_stateless/02026_arrayDifference_const.sql ch/tests/queries/0_stateless/00861_decimal_quoted_csv.sql ch/tests/queries/0_stateless/02346_fulltext_index_old_name.sql ch/tests/queries/0_stateless/03222_datetime64_small_value_const.sql ch/tests/queries/0_stateless/03130_analyzer_self_join_group_by.sql ch/tests/queries/0_stateless/00507_sumwithoverflow.sql ch/tests/queries/0_stateless/00545_weird_aggregate_functions.sql ch/tests/queries/0_stateless/03174_merge_join_bug.sql ch/tests/queries/0_stateless/02205_map_populate_series_non_const.sql ch/tests/queries/0_stateless/01523_interval_operator_support_string_literal.sql ch/tests/queries/0_stateless/00974_low_cardinality_cast.sql ch/tests/queries/0_stateless/01202_array_auc_special.sql ch/tests/queries/0_stateless/01400_join_get_with_multi_keys.sql ch/tests/queries/0_stateless/02024_compile_expressions_with_short_circuit_evaluation.sql ch/tests/queries/0_stateless/02482_value_block_assert.sql ch/tests/queries/0_stateless/03098_prefer_column_to_alias_subquery.sql ch/tests/queries/0_stateless/02674_date_int_string_json_inference.sql ch/tests/queries/0_stateless/01656_test_query_log_factories_info.sql ch/tests/queries/0_stateless/02021_h3_is_pentagon.sql ch/tests/queries/0_stateless/02890_named_tuple_functions.sql ch/tests/queries/0_stateless/02708_parallel_replicas_not_found_column.sql ch/tests/queries/0_stateless/01455_shard_leaf_max_rows_bytes_to_read.sql ch/tests/queries/0_stateless/01129_dict_get_join_lose_constness.sql ch/tests/queries/0_stateless/02900_date_time_check_overflow.sql ch/tests/queries/0_stateless/01710_projection_vertical_merges.sql ch/tests/queries/0_stateless/01357_version_collapsing_attach_detach_zookeeper.sql ch/tests/queries/0_stateless/02707_keeper_map_delete_update_strict.sql ch/tests/queries/0_stateless/02881_system_detached_parts_modification_time.gen.sql ch/tests/queries/0_stateless/02834_add_sub_date_functions.sql ch/tests/queries/0_stateless/02832_alter_delete_indexes_projections.sql ch/tests/queries/0_stateless/03287_dynamic_and_json_squashing_fix.sql ch/tests/queries/0_stateless/00725_join_on_bug_3.sql ch/tests/queries/0_stateless/01254_dict_create_without_db.sql ch/tests/queries/0_stateless/00116_storage_set.sql ch/tests/queries/0_stateless/02312_parquet_orc_arrow_names_tuples.sql ch/tests/queries/0_stateless/01410_nullable_key_and_index.sql ch/tests/queries/0_stateless/03164_optimize_read_in_order_nullable.sql ch/tests/queries/0_stateless/02469_interval_msan.sql ch/tests/queries/0_stateless/01680_date_time_add_ubsan.sql ch/tests/queries/0_stateless/02523_array_shuffle.sql ch/tests/queries/0_stateless/01660_join_or_subqueries.sql ch/tests/queries/0_stateless/00584_view_union_all.sql ch/tests/queries/0_stateless/03199_join_with_materialized_column.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_versioned_collapsing_merge_tree.sql ch/tests/queries/0_stateless/02155_binary_op_between_float_and_decimal.sql ch/tests/queries/0_stateless/00967_insert_into_distributed_different_types.sql ch/tests/queries/0_stateless/00978_sum_map_bugfix.sql ch/tests/queries/0_stateless/00098_2_union_all.sql ch/tests/queries/0_stateless/03003_analyzer_setting.sql ch/tests/queries/0_stateless/00578_merge_table_sampling.sql ch/tests/queries/0_stateless/02016_aggregation_spark_bar.sql ch/tests/queries/0_stateless/02769_parallel_replicas_unavailable_shards.sql ch/tests/queries/0_stateless/01012_reset_running_accumulate.sql ch/tests/queries/0_stateless/01427_pk_and_expression_with_different_type.sql ch/tests/queries/0_stateless/03150_grouping_sets_use_nulls_pushdown.sql ch/tests/queries/0_stateless/02940_variant_text_deserialization.sql ch/tests/queries/0_stateless/00994_table_function_numbers_mt.sql ch/tests/queries/0_stateless/02911_cte_invalid_query_analysis.sql ch/tests/queries/0_stateless/02872_gcd_codec.sql ch/tests/queries/0_stateless/01582_move_to_prewhere_compact_parts.sql ch/tests/queries/0_stateless/02269_create_table_with_collation.sql ch/tests/queries/0_stateless/02481_analyzer_join_alias_unknown_identifier_crash.sql ch/tests/queries/0_stateless/02000_join_on_const.sql ch/tests/queries/0_stateless/02477_analyzer_ast_key_condition_crash.sql ch/tests/queries/0_stateless/02542_table_function_format.sql ch/tests/queries/0_stateless/02907_read_buffer_content_is_cached_multiple_blobs.sql ch/tests/queries/0_stateless/01080_engine_merge_prewhere_tupleelement_error.sql ch/tests/queries/0_stateless/00700_decimal_array_functions.sql ch/tests/queries/0_stateless/01579_date_datetime_index_comparison.sql ch/tests/queries/0_stateless/02474_unhex_in_fix_string.sql ch/tests/queries/0_stateless/01911_logical_error_minus.sql ch/tests/queries/0_stateless/01907_multiple_aliases.sql ch/tests/queries/0_stateless/00794_materialized_view_with_column_defaults.sql ch/tests/queries/0_stateless/02976_system_zookeeper_filters.sql ch/tests/queries/0_stateless/02841_group_array_sorted.sql ch/tests/queries/0_stateless/02353_ascii.sql ch/tests/queries/0_stateless/01033_storage_odbc_parsing_exception_check.sql ch/tests/queries/0_stateless/02316_expressions_with_window_functions.sql ch/tests/queries/0_stateless/03207_composite_expressions_lambda_consistent_formatting.sql ch/tests/queries/0_stateless/02902_json_skip_null_values.sql ch/tests/queries/0_stateless/00010_big_array_join.sql ch/tests/queries/0_stateless/02242_make_date_mysql.sql ch/tests/queries/0_stateless/01416_clear_column_pk.sql ch/tests/queries/0_stateless/01070_h3_hex_area_m2.sql ch/tests/queries/0_stateless/02718_insert_meet_hardware_error.sql ch/tests/queries/0_stateless/00949_format.sql ch/tests/queries/0_stateless/02302_clash_const_aggegate_join.sql ch/tests/queries/0_stateless/02098_sql_user_defined_functions_aliases.sql ch/tests/queries/0_stateless/01523_date_time_compare_with_date_literal.sql ch/tests/queries/0_stateless/02722_matcher_join_use_nulls.gen.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_vertical_compact_merge_tree.sql ch/tests/queries/0_stateless/00875_join_right_nulls_ors.sql ch/tests/queries/0_stateless/00848_join_use_nulls_segfault.sql ch/tests/queries/0_stateless/00282_merging.sql ch/tests/queries/0_stateless/00394_new_nested_column_keeps_offsets.sql ch/tests/queries/0_stateless/00555_hasAll_hasAny.sql ch/tests/queries/0_stateless/01676_round_int_ubsan.sql ch/tests/queries/0_stateless/01668_test_toMonth_mysql_dialect.sql ch/tests/queries/0_stateless/03229_json_null_as_default_for_tuple.sql ch/tests/queries/0_stateless/02561_sorting_constants_and_distinct_crash.sql ch/tests/queries/0_stateless/02487_create_index_normalize_functions.sql ch/tests/queries/0_stateless/01710_projection_materialize_with_missing_columns.sql ch/tests/queries/0_stateless/00209_insert_select_extremes.sql ch/tests/queries/0_stateless/01072_drop_temporary_table_with_same_name.sql ch/tests/queries/0_stateless/01109_inflating_cross_join.sql ch/tests/queries/0_stateless/00757_enum_defaults_const_analyzer.sql ch/tests/queries/0_stateless/01611_constant_folding_subqueries.sql ch/tests/queries/0_stateless/00009_array_join_subquery.sql ch/tests/queries/0_stateless/02478_projection_and_alter_low_cardinality.sql ch/tests/queries/0_stateless/02286_quantile_tdigest_infinity.sql ch/tests/queries/0_stateless/01375_storage_file_write_prefix_csv_with_names.sql ch/tests/queries/0_stateless/03237_create_table_select_as_with_recursive.sql ch/tests/queries/0_stateless/01508_explain_header.sql ch/tests/queries/0_stateless/01580_column_const_comparision.sql ch/tests/queries/0_stateless/01455_rank_correlation_spearman.sql ch/tests/queries/0_stateless/01298_alter_merge.sql ch/tests/queries/0_stateless/02156_storage_merge_prewhere_not_ready_set_bug.sql ch/tests/queries/0_stateless/02981_translate_fixedstring.sql ch/tests/queries/0_stateless/00542_access_to_temporary_table_in_readonly_mode.sql ch/tests/queries/0_stateless/01473_system_events_zeroes.sql ch/tests/queries/0_stateless/00251_has_types.sql ch/tests/queries/0_stateless/02367_optimize_trivial_count_with_array_join.sql ch/tests/queries/0_stateless/03130_abs_in_key_condition_bug.sql ch/tests/queries/0_stateless/02386_set_columns_order.sql ch/tests/queries/0_stateless/01832_memory_write_suffix.sql ch/tests/queries/0_stateless/00700_decimal_gathers.sql ch/tests/queries/0_stateless/02025_subcolumns_compact_parts.sql ch/tests/queries/0_stateless/01247_optimize_distributed_group_by_sharding_key_dist_on_dist.sql ch/tests/queries/0_stateless/02812_pointwise_array_operations.sql ch/tests/queries/0_stateless/00706_iso_week_and_day_of_year.sql ch/tests/queries/0_stateless/01909_mbtolou.sql ch/tests/queries/0_stateless/00950_default_prewhere.sql ch/tests/queries/0_stateless/03209_json_type_merges_small.gen.sql ch/tests/queries/0_stateless/00018_distinct_in_subquery.sql ch/tests/queries/0_stateless/02870_move_partition_to_volume_io_throttling.sql ch/tests/queries/0_stateless/00933_reserved_word.sql ch/tests/queries/0_stateless/02306_window_move_row_number_fix.sql ch/tests/queries/0_stateless/00068_empty_tiny_log.sql ch/tests/queries/0_stateless/02718_array_fold.sql ch/tests/queries/0_stateless/02461_prewhere_row_level_policy_lightweight_delete.gen.sql ch/tests/queries/0_stateless/03149_analyzer_window_redefinition.sql ch/tests/queries/0_stateless/00594_alias_in_distributed.sql ch/tests/queries/0_stateless/03249_dynamic_alter_consistency.sql ch/tests/queries/0_stateless/02921_bit_hamming_distance_big_int.sql ch/tests/queries/0_stateless/00198_group_by_empty_arrays.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_count_nullable.sql ch/tests/queries/0_stateless/01128_generate_random_nested.sql ch/tests/queries/0_stateless/01506_ttl_same_with_order_by.sql ch/tests/queries/0_stateless/01269_toStartOfSecond.sql ch/tests/queries/0_stateless/01433_hex_float.sql ch/tests/queries/0_stateless/00002_system_numbers.sql ch/tests/queries/0_stateless/03032_multi_search_const_low_cardinality.sql ch/tests/queries/0_stateless/03215_view_with_recursive.sql ch/tests/queries/0_stateless/03014_window_view_crash.sql ch/tests/queries/0_stateless/03116_analyzer_explicit_alias_as_column_name.sql ch/tests/queries/0_stateless/02494_query_cache_asynchronous_metrics.sql ch/tests/queries/0_stateless/01735_join_get_low_card_fix.sql ch/tests/queries/0_stateless/01602_array_aggregation.sql ch/tests/queries/0_stateless/00071_insert_fewer_columns.sql ch/tests/queries/0_stateless/00564_initial_column_values_with_default_expression.sql ch/tests/queries/0_stateless/03164_create_as_default.sql ch/tests/queries/0_stateless/02493_analyzer_uniq_injective_functions_elimination.sql ch/tests/queries/0_stateless/00976_ttl_with_old_parts.sql ch/tests/queries/0_stateless/00105_shard_collations.sql ch/tests/queries/0_stateless/01034_sample_final_distributed.sql ch/tests/queries/0_stateless/01655_window_functions_bug.sql ch/tests/queries/0_stateless/03161_decimal_binary_math.sql ch/tests/queries/0_stateless/03093_analyzer_miel_test.sql ch/tests/queries/0_stateless/02477_age_datetime64.sql ch/tests/queries/0_stateless/02692_multiple_joins_unicode.sql ch/tests/queries/0_stateless/01504_compression_multiple_streams.sql ch/tests/queries/0_stateless/01787_map_remote.sql ch/tests/queries/0_stateless/01582_deterministic_function_with_predicate.sql ch/tests/queries/0_stateless/02940_json_array_of_unnamed_tuples_inference.sql ch/tests/queries/0_stateless/01915_for_each_crakjie.sql ch/tests/queries/0_stateless/03008_deduplication_wrong_mv.sql ch/tests/queries/0_stateless/02416_input_json_formats.sql ch/tests/queries/0_stateless/03201_sumIf_to_countIf_return_type.sql ch/tests/queries/0_stateless/01259_combinator_distinct_distributed.sql ch/tests/queries/0_stateless/00938_ipv6_cidr_range.sql ch/tests/queries/0_stateless/03143_asof_join_ddb_long.sql ch/tests/queries/0_stateless/02207_key_condition_floats.sql ch/tests/queries/0_stateless/01213_alter_rename_primary_key_zookeeper_long.sql ch/tests/queries/0_stateless/01856_create_function.sql ch/tests/queries/0_stateless/02905_show_setting_query.sql ch/tests/queries/0_stateless/01559_aggregate_null_for_empty_fix.sql ch/tests/queries/0_stateless/00996_limit_with_ties.sql ch/tests/queries/0_stateless/02236_json_each_row_empty_map_schema_inference.sql ch/tests/queries/0_stateless/03111_inner_join_group_by.sql ch/tests/queries/0_stateless/02372_now_in_block.sql ch/tests/queries/0_stateless/01268_mergine_sorted_limit.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_1.sql ch/tests/queries/0_stateless/01274_alter_rename_column_distributed.sql ch/tests/queries/0_stateless/03014_analyzer_group_by_use_nulls.sql ch/tests/queries/0_stateless/01719_join_timezone.sql ch/tests/queries/0_stateless/00517_date_parsing.sql ch/tests/queries/0_stateless/01426_geohash_constants.sql ch/tests/queries/0_stateless/00804_test_delta_codec_no_type_alter.sql ch/tests/queries/0_stateless/01866_bit_positions_to_array.sql ch/tests/queries/0_stateless/03018_analyzer_greater_null.sql ch/tests/queries/0_stateless/00439_fixed_string_filter.sql ch/tests/queries/0_stateless/02015_executable_user_defined_functions.sql ch/tests/queries/0_stateless/00173_compare_date_time_with_constant_string.sql ch/tests/queries/0_stateless/03013_repeat_with_nonnative_integers.sql ch/tests/queries/0_stateless/01543_collate_in_tuple.sql ch/tests/queries/0_stateless/03210_lag_lead_inframe_types.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_reuse_computation.sql ch/tests/queries/0_stateless/02587_csv_big_numbers_inference.sql ch/tests/queries/0_stateless/02283_array_norm.sql ch/tests/queries/0_stateless/02246_flatten_tuple.sql ch/tests/queries/0_stateless/00158_buffer_and_nonexistent_table.sql ch/tests/queries/0_stateless/00516_deduplication_after_drop_partition_zookeeper.sql ch/tests/queries/0_stateless/02710_date_diff_aliases.sql ch/tests/queries/0_stateless/02798_substring_index.sql ch/tests/queries/0_stateless/00436_fixed_string_16_comparisons.sql ch/tests/queries/0_stateless/02311_create_table_with_unknown_format.sql ch/tests/queries/0_stateless/00806_alter_update.sql ch/tests/queries/0_stateless/02377_analyzer_in_function_set.sql ch/tests/queries/0_stateless/01308_row_policy_and_trivial_count_query.sql ch/tests/queries/0_stateless/03094_grouparraysorted_memory.sql ch/tests/queries/0_stateless/02906_orc_tuple_field_prune.sql ch/tests/queries/0_stateless/01581_deduplicate_by_columns_local.sql ch/tests/queries/0_stateless/03173_distinct_combinator_alignment.sql ch/tests/queries/0_stateless/02425_categorical_information_value_properties.sql ch/tests/queries/0_stateless/03282_memory_transaction_crash.sql ch/tests/queries/0_stateless/01532_collate_in_low_cardinality.sql ch/tests/queries/0_stateless/01604_explain_ast_of_nonselect_query.sql ch/tests/queries/0_stateless/02864_filtered_url_with_globs.sql ch/tests/queries/0_stateless/03162_dynamic_type_nested.sql ch/tests/queries/0_stateless/00082_append_trailing_char_if_absent.sql ch/tests/queries/0_stateless/02373_analyzer_join_use_nulls.sql ch/tests/queries/0_stateless/03009_range_dict_get_or_default.sql ch/tests/queries/0_stateless/03222_date_time_inference.sql ch/tests/queries/0_stateless/02751_match_constant_needle.sql ch/tests/queries/0_stateless/01246_finalize_aggregation_race.sql ch/tests/queries/0_stateless/03013_group_by_use_nulls_with_materialize_and_analyzer.sql ch/tests/queries/0_stateless/02457_parse_date_time_best_effort.sql ch/tests/queries/0_stateless/02282_array_distance.sql ch/tests/queries/0_stateless/01388_clear_all_columns.sql ch/tests/queries/0_stateless/02564_analyzer_cross_to_inner.sql ch/tests/queries/0_stateless/02694_wrong_identifier_shouldnt_be_accepted.sql ch/tests/queries/0_stateless/03036_clamp.sql ch/tests/queries/0_stateless/02480_every_asynchronous_metric_must_have_documentation.sql ch/tests/queries/0_stateless/00800_low_cardinality_array_group_by_arg.sql ch/tests/queries/0_stateless/02784_schema_inference_null_as_default.sql ch/tests/queries/0_stateless/01408_range_overflow.sql ch/tests/queries/0_stateless/00700_decimal_round.sql ch/tests/queries/0_stateless/01592_long_window_functions1.sql ch/tests/queries/0_stateless/01769_extended_range_2.sql ch/tests/queries/0_stateless/00749_inner_join_of_unnamed_subqueries.sql ch/tests/queries/0_stateless/02459_read_in_order_bufer.sql ch/tests/queries/0_stateless/01710_projection_with_alter_conversions.sql ch/tests/queries/0_stateless/02494_query_cache_bugs.sql ch/tests/queries/0_stateless/00423_storage_log_single_thread.sql ch/tests/queries/0_stateless/01648_normalize_query_keep_names.sql ch/tests/queries/0_stateless/02021_prewhere_always_true_where.sql ch/tests/queries/0_stateless/02009_array_join_partition.sql ch/tests/queries/0_stateless/00425_count_nullable.sql ch/tests/queries/0_stateless/00434_tonullable.sql ch/tests/queries/0_stateless/02559_add_parts.sql ch/tests/queries/0_stateless/02494_query_cache_secrets.sql ch/tests/queries/0_stateless/03130_generateSnowflakeId.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_wide_merge_tree.sql ch/tests/queries/0_stateless/01415_inconsistent_merge_tree_settings.sql ch/tests/queries/0_stateless/02875_parallel_replicas_remote.sql ch/tests/queries/0_stateless/01513_defaults_on_defaults_no_column.sql ch/tests/queries/0_stateless/02675_predicate_push_down_filled_join_fix.sql ch/tests/queries/0_stateless/02524_fuzz_and_fuss_2.sql ch/tests/queries/0_stateless/00016_totals_having_constants.sql ch/tests/queries/0_stateless/00972_geohashesInBox.sql ch/tests/queries/0_stateless/01710_projection_group_by_order_by.sql ch/tests/queries/0_stateless/01449_json_compact_strings.sql ch/tests/queries/0_stateless/01473_event_time_microseconds.sql ch/tests/queries/0_stateless/00151_tuple_with_array.sql ch/tests/queries/0_stateless/02186_range_hashed_dictionary_intersecting_intervals.sql ch/tests/queries/0_stateless/01451_replicated_detach_drop_and_quorum_long.sql ch/tests/queries/0_stateless/01925_date_date_time_comparison.sql ch/tests/queries/0_stateless/02911_support_alias_column_in_indices.sql ch/tests/queries/0_stateless/01079_new_range_reader_segfault.sql ch/tests/queries/0_stateless/03033_analyzer_parametrized_view_alias.sql ch/tests/queries/0_stateless/02915_move_partition_inactive_replica.sql ch/tests/queries/0_stateless/00483_reading_from_array_structure.sql ch/tests/queries/0_stateless/03031_input_format_allow_errors_num_bad_escape_sequence.sql ch/tests/queries/0_stateless/01025_array_compact_generic.sql ch/tests/queries/0_stateless/02341_analyzer_aliases_basics.sql ch/tests/queries/0_stateless/00804_test_alter_compression_codecs.sql ch/tests/queries/0_stateless/01881_union_header_mismatch_bug.sql ch/tests/queries/0_stateless/01421_assert_in_in.sql ch/tests/queries/0_stateless/02518_delete_on_materialized_view.sql ch/tests/queries/0_stateless/03206_replication_lag_metric.sql ch/tests/queries/0_stateless/02833_tuple_concat.sql ch/tests/queries/0_stateless/02540_duplicate_primary_key2.sql ch/tests/queries/0_stateless/03006_analyzer_executable_table_function.sql ch/tests/queries/0_stateless/00256_reverse.sql ch/tests/queries/0_stateless/02884_parallel_window_functions.sql ch/tests/queries/0_stateless/00549_join_use_nulls.sql ch/tests/queries/0_stateless/02156_storage_merge_prewhere.sql ch/tests/queries/0_stateless/00752_low_cardinality_lambda_argument.sql ch/tests/queries/0_stateless/00571_alter_nullable.sql ch/tests/queries/0_stateless/01256_negative_generate_random.sql ch/tests/queries/0_stateless/00974_adaptive_granularity_secondary_index.sql ch/tests/queries/0_stateless/01300_group_by_other_keys_having.sql ch/tests/queries/0_stateless/00804_test_custom_compression_codecs.sql ch/tests/queries/0_stateless/00371_union_all.sql ch/tests/queries/0_stateless/02769_compare_functions_nan.sql ch/tests/queries/0_stateless/00450_higher_order_and_nullable.sql ch/tests/queries/0_stateless/01852_map_combinator.sql ch/tests/queries/0_stateless/03166_skip_indexes_vertical_merge_1.sql ch/tests/queries/0_stateless/01943_query_id_check.sql ch/tests/queries/0_stateless/02004_intersect_except_const_column.sql ch/tests/queries/0_stateless/01070_template_empty_file.sql ch/tests/queries/0_stateless/02018_multiple_with_fill_for_the_same_column.sql ch/tests/queries/0_stateless/02366_kql_func_dynamic.sql ch/tests/queries/0_stateless/01355_ilike.sql ch/tests/queries/0_stateless/02581_width_bucket.sql ch/tests/queries/0_stateless/00491_shard_distributed_and_aliases_in_where_having.sql ch/tests/queries/0_stateless/01425_decimal_parse_big_negative_exponent.sql ch/tests/queries/0_stateless/00252_shard_global_in_aggregate_function.sql ch/tests/queries/0_stateless/03031_filter_float64_logical_error.sql ch/tests/queries/0_stateless/03033_tupleIntXYZ_and_tupleModulo.sql ch/tests/queries/0_stateless/01881_join_on_conditions_hash.gen.sql ch/tests/queries/0_stateless/01459_default_value_of_argument_type_nullptr_dereference.sql ch/tests/queries/0_stateless/00852_any_join_nulls.sql ch/tests/queries/0_stateless/01710_projection_mutation.sql ch/tests/queries/0_stateless/01507_multiversion_storage_for_storagememory.sql ch/tests/queries/0_stateless/01916_lowcard_dict_type.sql ch/tests/queries/0_stateless/02817_group_array_moving_zero_window_size.sql ch/tests/queries/0_stateless/01716_decimal_comparison_ubsan.sql ch/tests/queries/0_stateless/02001_select_with_filter.sql ch/tests/queries/0_stateless/00937_ipv4_cidr_range.sql ch/tests/queries/0_stateless/02000_default_from_default_empty_column.sql ch/tests/queries/0_stateless/02036_jit_short_circuit.sql ch/tests/queries/0_stateless/01635_nullable_fuzz.sql ch/tests/queries/0_stateless/01259_dictionary_custom_settings_ddl.sql ch/tests/queries/0_stateless/03044_analyzer_alias_join.sql ch/tests/queries/0_stateless/00933_ttl_with_default.sql ch/tests/queries/0_stateless/01116_cross_count_asterisks.sql ch/tests/queries/0_stateless/02304_grouping_sets_with_rollup_cube.sql ch/tests/queries/0_stateless/01262_low_cardinality_remove.sql ch/tests/queries/0_stateless/02242_if_then_else_null_bug.sql ch/tests/queries/0_stateless/01690_quantilesTiming_ubsan.sql ch/tests/queries/0_stateless/01602_runningConcurrency.sql ch/tests/queries/0_stateless/02955_avro_format_zstd_encode_support.sql ch/tests/queries/0_stateless/01555_system_distribution_queue_mask.sql ch/tests/queries/0_stateless/01064_array_auc.sql ch/tests/queries/0_stateless/00262_alter_alias.sql ch/tests/queries/0_stateless/00432_aggregate_function_scalars_and_constants.sql ch/tests/queries/0_stateless/00698_validate_array_sizes_for_nested_kshvakov.sql ch/tests/queries/0_stateless/01625_constraints_index_append.sql ch/tests/queries/0_stateless/03035_alias_column_bug_distributed.sql ch/tests/queries/0_stateless/01916_low_cardinality_interval.sql ch/tests/queries/0_stateless/03033_set_index_in.sql ch/tests/queries/0_stateless/02481_array_join_with_map.sql ch/tests/queries/0_stateless/02150_replace_regexp_all_empty_match.sql ch/tests/queries/0_stateless/01763_long_ttl_group_by.sql ch/tests/queries/0_stateless/01226_dist_on_dist_global_in.sql ch/tests/queries/0_stateless/01153_attach_mv_uuid.sql ch/tests/queries/0_stateless/01515_mv_and_array_join_optimisation_bag.sql ch/tests/queries/0_stateless/03161_ipv4_ipv6_equality.sql ch/tests/queries/0_stateless/00500_point_in_polygon_bug_3_linestring_rotation_precision.sql ch/tests/queries/0_stateless/02560_count_digits.sql ch/tests/queries/0_stateless/02152_bool_type.sql ch/tests/queries/0_stateless/02707_analyzer_nested_lambdas_types.sql ch/tests/queries/0_stateless/00476_pretty_formats_and_widths.sql ch/tests/queries/0_stateless/02990_parts_splitter_invalid_ranges.sql ch/tests/queries/0_stateless/01259_combinator_distinct.sql ch/tests/queries/0_stateless/02554_fix_grouping_sets_predicate_push_down.sql ch/tests/queries/0_stateless/00645_date_time_input_format.sql ch/tests/queries/0_stateless/00208_agg_state_merge.sql ch/tests/queries/0_stateless/02814_order_by_tuple_window_function.sql ch/tests/queries/0_stateless/01653_tuple_hamming_distance_2.sql ch/tests/queries/0_stateless/01033_quota_dcl.sql ch/tests/queries/0_stateless/02252_reset_non_existing_setting.sql ch/tests/queries/0_stateless/01774_bar_with_illegal_value.sql ch/tests/queries/0_stateless/00854_multiple_join_asterisks.sql ch/tests/queries/0_stateless/01291_aggregation_in_order.sql ch/tests/queries/0_stateless/02915_sleep_large_uint.sql ch/tests/queries/0_stateless/02863_delayed_source_with_totals_and_extremes.sql ch/tests/queries/0_stateless/03227_dynamic_subcolumns_enumerate_streams.sql ch/tests/queries/0_stateless/02210_toColumnTypeName_toLowCardinality_const.sql ch/tests/queries/0_stateless/02146_mv_non_phys.sql ch/tests/queries/0_stateless/01353_nullable_tuple.sql ch/tests/queries/0_stateless/00557_array_resize.sql ch/tests/queries/0_stateless/01944_range_max_elements.sql ch/tests/queries/0_stateless/03215_udf_with_union.sql ch/tests/queries/0_stateless/02552_siphash128_reference.sql ch/tests/queries/0_stateless/00626_in_syntax.sql ch/tests/queries/0_stateless/02832_integer_type_inference.sql ch/tests/queries/0_stateless/03272_partition_pruning_monotonic_func_bug.sql ch/tests/queries/0_stateless/01676_range_hashed_dictionary.sql ch/tests/queries/0_stateless/01070_to_decimal_or_null_exception.sql ch/tests/queries/0_stateless/01114_mysql_database_engine_segfault.sql ch/tests/queries/0_stateless/00979_yandex_consistent_hash_fpe.sql ch/tests/queries/0_stateless/01902_table_function_merge_db_params.sql ch/tests/queries/0_stateless/00904_array_with_constant_2.sql ch/tests/queries/0_stateless/02998_primary_key_skip_columns.sql ch/tests/queries/0_stateless/01103_distributed_product_mode_local_column_renames.sql ch/tests/queries/0_stateless/00720_with_cube.sql ch/tests/queries/0_stateless/02941_any_RESPECT_NULL_sparse_column.sql ch/tests/queries/0_stateless/00931_low_cardinality_set_index_in_key_condition.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_2_compact_merge_tree.gen.sql ch/tests/queries/0_stateless/03299_deep_nested_map_creation.sql ch/tests/queries/0_stateless/01018_Distributed__shard_num.sql ch/tests/queries/0_stateless/03164_s3_settings_for_queries_and_merges.sql ch/tests/queries/0_stateless/02097_default_dict_get_add_database.sql ch/tests/queries/0_stateless/00700_decimal_arithm.sql ch/tests/queries/0_stateless/03041_recursive_cte_postgres_7.sql ch/tests/queries/0_stateless/02828_create_as_table_function_rename.sql ch/tests/queries/0_stateless/00175_if_num_arrays.sql ch/tests/queries/0_stateless/01754_direct_dictionary_complex_key.sql ch/tests/queries/0_stateless/02714_date_date32_in.sql ch/tests/queries/0_stateless/01585_use_index_for_global_in_with_null.sql ch/tests/queries/0_stateless/03001_max_parallel_replicas_zero_value.sql ch/tests/queries/0_stateless/01285_data_skip_index_over_aggregation.sql ch/tests/queries/0_stateless/02126_dist_desc.gen.sql ch/tests/queries/0_stateless/01575_disable_detach_table_of_dictionary.sql ch/tests/queries/0_stateless/02833_starts_ends_with_utf8.sql ch/tests/queries/0_stateless/01635_sum_map_fuzz.sql ch/tests/queries/0_stateless/02731_auto_convert_dictionary_layout_to_complex_by_complex_keys.sql ch/tests/queries/0_stateless/01344_alter_enum_partition_key.sql ch/tests/queries/0_stateless/01615_random_one_shard_insertion.sql ch/tests/queries/0_stateless/03118_analyzer_multi_join_prewhere.sql ch/tests/queries/0_stateless/01030_concatenate_equal_fixed_strings.sql ch/tests/queries/0_stateless/00948_values_interpreter_template.sql ch/tests/queries/0_stateless/02560_agg_state_deserialization_hash_table_crash.sql ch/tests/queries/0_stateless/01683_dist_INSERT_block_structure_mismatch.sql ch/tests/queries/0_stateless/03152_analyzer_columns_list.sql ch/tests/queries/0_stateless/01073_blockSerializedSize.sql ch/tests/queries/0_stateless/01671_merge_join_and_constants.sql ch/tests/queries/0_stateless/02482_execute_functions_before_sorting_bug.sql ch/tests/queries/0_stateless/01413_allow_non_metadata_alters.sql ch/tests/queries/0_stateless/00999_test_skip_indices_with_alter_and_merge.sql ch/tests/queries/0_stateless/01276_system_licenses.sql ch/tests/queries/0_stateless/01596_setting_limit_offset.sql ch/tests/queries/0_stateless/02113_base64encode_trailing_bytes.sql ch/tests/queries/0_stateless/00732_base64_functions.sql ch/tests/queries/0_stateless/01291_unsupported_conversion_from_decimal.sql ch/tests/queries/0_stateless/01825_type_json_5.sql ch/tests/queries/0_stateless/00979_quantileExcatExclusive_and_Inclusive.sql ch/tests/queries/0_stateless/00762_date_comparsion.sql ch/tests/queries/0_stateless/02677_grace_hash_limit_race.sql ch/tests/queries/0_stateless/01210_drop_view.sql ch/tests/queries/0_stateless/01760_modulo_negative.sql ch/tests/queries/0_stateless/00373_group_by_tuple.sql ch/tests/queries/0_stateless/02811_invalid_embedded_rocksdb_create.sql ch/tests/queries/0_stateless/00580_cast_nullable_to_non_nullable.sql ch/tests/queries/0_stateless/02354_with_statement_non_exist_column.sql ch/tests/queries/0_stateless/03085_analyzer_alias_column_group_by.sql ch/tests/queries/0_stateless/02726_async_insert_flush_queue.sql ch/tests/queries/0_stateless/00975_move_partition_merge_tree.sql ch/tests/queries/0_stateless/02416_json_object_inference.sql ch/tests/queries/0_stateless/03033_create_as_copies_comment.sql ch/tests/queries/0_stateless/01313_parse_date_time_best_effort_null_zero.sql ch/tests/queries/0_stateless/02128_cast_nullable.sql ch/tests/queries/0_stateless/02994_inconsistent_formatting.sql ch/tests/queries/0_stateless/00279_quantiles_permuted_args.sql ch/tests/queries/0_stateless/00017_in_subquery_with_empty_result.sql ch/tests/queries/0_stateless/00590_limit_by_column_removal.sql ch/tests/queries/0_stateless/00718_low_cardinaliry_alter.sql ch/tests/queries/0_stateless/01072_optimize_skip_unused_shards_const_expr_eval.sql ch/tests/queries/0_stateless/02430_bitmap_transform_exception_code.sql ch/tests/queries/0_stateless/02293_optimize_aggregation_in_order_Array_functions.sql ch/tests/queries/0_stateless/01660_join_or_inner.sql ch/tests/queries/0_stateless/00997_set_index_array.sql ch/tests/queries/0_stateless/01860_Distributed__shard_num_GROUP_BY.sql ch/tests/queries/0_stateless/01093_cyclic_defaults_filimonov.sql ch/tests/queries/0_stateless/02994_sanity_check_settings.sql ch/tests/queries/0_stateless/02553_type_object_analyzer.sql ch/tests/queries/0_stateless/00918_has_unsufficient_type_check.sql ch/tests/queries/0_stateless/00119_storage_join.sql ch/tests/queries/0_stateless/01632_group_array_msan.sql ch/tests/queries/0_stateless/02023_nullable_int_uint_where.sql ch/tests/queries/0_stateless/00488_column_name_primary.sql ch/tests/queries/0_stateless/01780_column_sparse_pk.sql ch/tests/queries/0_stateless/00278_insert_already_sorted.sql ch/tests/queries/0_stateless/00941_to_custom_week.sql ch/tests/queries/0_stateless/02113_base64encode_trailing_bytes_1.sql ch/tests/queries/0_stateless/03273_format_inference_create_query_s3_url.sql ch/tests/queries/0_stateless/01149_zookeeper_mutation_stuck_after_replace_partition.sql ch/tests/queries/0_stateless/01232_untuple.sql ch/tests/queries/0_stateless/02947_merge_tree_index_table_2.sql ch/tests/queries/0_stateless/02475_analyzer_join_tree_subquery.sql ch/tests/queries/0_stateless/02489_analyzer_indexes.sql ch/tests/queries/0_stateless/03091_analyzer_same_table_name_in_different_databases.sql ch/tests/queries/0_stateless/00976_max_execution_speed.sql ch/tests/queries/0_stateless/01414_freeze_does_not_prevent_alters.sql ch/tests/queries/0_stateless/01771_bloom_filter_not_has.sql ch/tests/queries/0_stateless/02391_recursive_buffer.sql ch/tests/queries/0_stateless/02475_or_function_alias_and_const_where.sql ch/tests/queries/0_stateless/01513_ilike_like_cache.sql ch/tests/queries/0_stateless/00475_in_join_db_table.sql ch/tests/queries/0_stateless/01101_prewhere_after_alter.sql ch/tests/queries/0_stateless/01926_order_by_desc_limit.sql ch/tests/queries/0_stateless/00351_select_distinct_arrays_tuples.sql ch/tests/queries/0_stateless/03161_lightweight_delete_projection.sql ch/tests/queries/0_stateless/02714_read_bytes_aggregateFunction.sql ch/tests/queries/0_stateless/03064_analyzer_named_subqueries.sql ch/tests/queries/0_stateless/02995_bad_formatting_union_intersect.sql ch/tests/queries/0_stateless/01501_cache_dictionary_all_fields.sql ch/tests/queries/0_stateless/00980_crash_nullable_decimal.sql ch/tests/queries/0_stateless/00346_if_tuple.sql ch/tests/queries/0_stateless/02987_group_array_intersect.sql ch/tests/queries/0_stateless/00750_merge_tree_merge_with_o_direct.sql ch/tests/queries/0_stateless/00591_columns_removal_union_all.sql ch/tests/queries/0_stateless/00700_decimal_casts_2.sql ch/tests/queries/0_stateless/01318_map_populate_series.sql ch/tests/queries/0_stateless/01053_if_chain_check.sql ch/tests/queries/0_stateless/01757_optimize_skip_unused_shards_limit.sql ch/tests/queries/0_stateless/00160_merge_and_index_in_in.sql ch/tests/queries/0_stateless/02731_replace_partition_from_temporary_table.sql ch/tests/queries/0_stateless/02983_empty_map_hasToken.sql ch/tests/queries/0_stateless/00700_decimal_empty_aggregates.sql ch/tests/queries/0_stateless/02291_join_const_literal_36279.sql ch/tests/queries/0_stateless/02294_stringsearch_with_nonconst_needle.sql ch/tests/queries/0_stateless/03198_json_extract_more_types.sql ch/tests/queries/0_stateless/01269_alias_type_differs.sql ch/tests/queries/0_stateless/00688_case_without_else.sql ch/tests/queries/0_stateless/03144_fuzz_quoted_type_name.sql ch/tests/queries/0_stateless/00008_array_join.sql ch/tests/queries/0_stateless/02559_ip_types_bloom.sql ch/tests/queries/0_stateless/01418_index_analysis_bug.sql ch/tests/queries/0_stateless/00511_get_size_of_enum.sql ch/tests/queries/0_stateless/01710_projections.sql ch/tests/queries/0_stateless/01440_to_date_monotonicity.sql ch/tests/queries/0_stateless/02843_date_predicate_optimizations_bugs.sql ch/tests/queries/0_stateless/01812_has_generic.sql ch/tests/queries/0_stateless/01277_fromUnixTimestamp64.sql ch/tests/queries/0_stateless/02578_parameterized_rename_queries.sql ch/tests/queries/0_stateless/02960_alter_table_part_query_parameter.sql ch/tests/queries/0_stateless/02876_sort_union_of_sorted.sql ch/tests/queries/0_stateless/03031_table_function_fuzzquery.sql ch/tests/queries/0_stateless/01326_hostname_alias.sql ch/tests/queries/0_stateless/02481_analyzer_optimize_grouping_sets_keys.sql ch/tests/queries/0_stateless/02807_default_date_time_nullable.sql ch/tests/queries/0_stateless/00098_5_union_all.sql ch/tests/queries/0_stateless/00738_nested_merge_multidimensional_array.sql ch/tests/queries/0_stateless/03037_union_view.sql ch/tests/queries/0_stateless/02943_create_query_interpreter_sample_block_fix.sql ch/tests/queries/0_stateless/03198_dictionary_validate_primary_key_type.sql ch/tests/queries/0_stateless/00515_enhanced_time_zones.sql ch/tests/queries/0_stateless/01754_cluster_all_replicas_shard_num.sql ch/tests/queries/0_stateless/00181_aggregate_functions_statistics.sql ch/tests/queries/0_stateless/02843_context_has_expired.sql ch/tests/queries/0_stateless/02963_test_flexible_disk_configuration.sql ch/tests/queries/0_stateless/00350_count_distinct.sql ch/tests/queries/0_stateless/02457_morton_coding_with_mask.sql ch/tests/queries/0_stateless/03203_count_with_non_deterministic_function.sql ch/tests/queries/0_stateless/01020_having_without_group_by.sql ch/tests/queries/0_stateless/02245_s3_schema_desc.sql ch/tests/queries/0_stateless/02319_lightweight_delete_on_merge_tree.sql ch/tests/queries/0_stateless/02179_key_condition_no_common_type.sql ch/tests/queries/0_stateless/01611_string_to_low_cardinality_key_alter.sql ch/tests/queries/0_stateless/02449_check_dependencies_and_table_shutdown.sql ch/tests/queries/0_stateless/02264_format_insert_infile.sql ch/tests/queries/0_stateless/03228_pr_subquery_view_order_by.sql ch/tests/queries/0_stateless/00732_decimal_summing_merge_tree.sql ch/tests/queries/0_stateless/00337_shard_any_heavy.sql ch/tests/queries/0_stateless/02935_parallel_replicas_settings.sql ch/tests/queries/0_stateless/02412_nlp.sql ch/tests/queries/0_stateless/02751_query_log_test_partitions.sql ch/tests/queries/0_stateless/02540_date_column_consistent_insert_behaviour.sql ch/tests/queries/0_stateless/03248_with_fill_string_crash.sql ch/tests/queries/0_stateless/01881_to_week_monotonic_fix.sql ch/tests/queries/0_stateless/02947_dropped_tables_parts.sql ch/tests/queries/0_stateless/02477_analyzer_array_join_with_join.sql ch/tests/queries/0_stateless/00578_merge_table_shadow_virtual_column.sql ch/tests/queries/0_stateless/03128_system_unload_primary_key.sql ch/tests/queries/0_stateless/02725_null_group_key_with_rollup.sql ch/tests/queries/0_stateless/01891_not_in_partition_prune.sql ch/tests/queries/0_stateless/01115_prewhere_array_join.sql ch/tests/queries/0_stateless/02479_if_with_null_and_cullable_const.sql ch/tests/queries/0_stateless/02006_test_positional_arguments.sql ch/tests/queries/0_stateless/01550_type_map_formats.sql ch/tests/queries/0_stateless/02537_distributed_loosing_files_after_exception.gen.sql ch/tests/queries/0_stateless/00623_truncate_all_tables.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_fuzz.sql ch/tests/queries/0_stateless/00688_low_cardinality_defaults.sql ch/tests/queries/0_stateless/02001_add_default_database_to_system_users.sql ch/tests/queries/0_stateless/02864_statistics_predicates.sql ch/tests/queries/0_stateless/03037_s3_write_to_globbed_partitioned_path.sql ch/tests/queries/0_stateless/00089_group_by_arrays_of_fixed.sql ch/tests/queries/0_stateless/01391_limit_overflow.sql ch/tests/queries/0_stateless/03164_analyzer_rewrite_aggregate_function_with_if.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_wide_vertical.sql ch/tests/queries/0_stateless/03129_low_cardinality_nullable_non_first_primary_key.sql ch/tests/queries/0_stateless/01418_query_scope_constants_and_remote.sql ch/tests/queries/0_stateless/01326_build_id.sql ch/tests/queries/0_stateless/01656_join_defaul_enum.sql ch/tests/queries/0_stateless/00426_nulls_sorting.sql ch/tests/queries/0_stateless/02988_join_using_prewhere_pushdown.sql ch/tests/queries/0_stateless/02578_ipv4_codec_t64.sql ch/tests/queries/0_stateless/01096_array_reduce_in_ranges.sql ch/tests/queries/0_stateless/00403_to_start_of_day.sql ch/tests/queries/0_stateless/02008_materialize_column.sql ch/tests/queries/0_stateless/00492_drop_temporary_table.sql ch/tests/queries/0_stateless/02541_tuple_element_with_null.sql ch/tests/queries/0_stateless/03000_virtual_columns_in_prewhere.sql ch/tests/queries/0_stateless/02387_parse_date_as_datetime.sql ch/tests/queries/0_stateless/03037_dot_product_overflow.sql ch/tests/queries/0_stateless/01482_move_to_prewhere_and_cast.sql ch/tests/queries/0_stateless/00677_shard_any_heavy_merge.sql ch/tests/queries/0_stateless/03289_tuple_element_to_subcolumn.sql ch/tests/queries/0_stateless/01621_bar_nan_arguments.sql ch/tests/queries/0_stateless/02176_toStartOfWeek_overflow_pruning.sql ch/tests/queries/0_stateless/02782_inconsistent_formatting_and_constant_folding.sql ch/tests/queries/0_stateless/02900_add_subtract_interval_with_string_date.sql ch/tests/queries/0_stateless/02783_parsedatetimebesteffort_syslog.sql ch/tests/queries/0_stateless/01280_unicode_whitespaces_lexer.sql ch/tests/queries/0_stateless/03150_dynamic_type_mv_insert.sql ch/tests/queries/0_stateless/03230_json_alias_new_old_types.sql ch/tests/queries/0_stateless/01852_multiple_joins_with_union_join.sql ch/tests/queries/0_stateless/01338_uuid_without_separator.sql ch/tests/queries/0_stateless/03018_analyzer_distributed_query_with_positional_arguments.sql ch/tests/queries/0_stateless/02432_s3_parallel_parts_cleanup.sql ch/tests/queries/0_stateless/03039_unknown_identifier_window_function.sql ch/tests/queries/0_stateless/03166_optimize_row_order_during_insert.sql ch/tests/queries/0_stateless/00098_1_union_all.sql ch/tests/queries/0_stateless/02494_query_cache_user_quotas_after_drop.sql ch/tests/queries/0_stateless/02668_logical_optimizer_removing_redundant_checks.sql ch/tests/queries/0_stateless/01070_modify_ttl.sql ch/tests/queries/0_stateless/00120_join_and_group_by.sql ch/tests/queries/0_stateless/01509_parallel_quorum_insert_no_replicas_long.sql ch/tests/queries/0_stateless/02792_alter_table_modify_comment.sql ch/tests/queries/0_stateless/03096_order_by_system_tables.sql ch/tests/queries/0_stateless/01853_s2_cells_intersect.sql ch/tests/queries/0_stateless/02791_final_block_structure_mismatch_bug.sql ch/tests/queries/0_stateless/01913_summing_mt_and_simple_agg_function_with_lc.sql ch/tests/queries/0_stateless/01836_date_time_keep_default_timezone_on_operations_den_crane.sql ch/tests/queries/0_stateless/03096_update_non_indexed_columns.sql ch/tests/queries/0_stateless/00552_logical_functions_ternary.sql ch/tests/queries/0_stateless/02384_nullable_low_cardinality_as_dict_in_arrow.sql ch/tests/queries/0_stateless/03008_deduplication_insert_into_partitioned_table.sql ch/tests/queries/0_stateless/02160_h3_cell_area_m2.sql ch/tests/queries/0_stateless/02430_initialize_aggregation_with_combinators.sql ch/tests/queries/0_stateless/02456_test_zero_copy_mutation.sql ch/tests/queries/0_stateless/01825_type_json_wide_parts_merge.sql ch/tests/queries/0_stateless/02710_topk_with_empty_array.sql ch/tests/queries/0_stateless/02565_analyzer_limit_settings.sql ch/tests/queries/0_stateless/02962_analyzer_const_in_count_distinct.sql ch/tests/queries/0_stateless/00326_long_function_multi_if.sql ch/tests/queries/0_stateless/00842_array_with_constant_overflow.sql ch/tests/queries/0_stateless/01721_join_implicit_cast_long.gen.sql ch/tests/queries/0_stateless/02863_decode_html_component.sql ch/tests/queries/0_stateless/03218_materialize_msan.sql ch/tests/queries/0_stateless/02495_s3_filter_by_file.sql ch/tests/queries/0_stateless/01294_system_distributed_on_cluster.sql ch/tests/queries/0_stateless/00358_from_string_complex_types.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_compact_merge_tree.sql ch/tests/queries/0_stateless/02355_column_type_name_lc.sql ch/tests/queries/0_stateless/00982_array_enumerate_uniq_ranked.sql ch/tests/queries/0_stateless/00612_http_max_query_size_for_distributed.sql ch/tests/queries/0_stateless/00700_decimal_bounds.sql ch/tests/queries/0_stateless/01099_operators_date_and_timestamp.sql ch/tests/queries/0_stateless/00239_type_conversion_in_in.sql ch/tests/queries/0_stateless/01706_optimize_normalize_count_variants.sql ch/tests/queries/0_stateless/01064_pm_all_join_const_and_nullable.sql ch/tests/queries/0_stateless/03154_recursive_cte_distributed.sql ch/tests/queries/0_stateless/01640_distributed_async_insert_compression.sql ch/tests/queries/0_stateless/01638_div_mod_ambiguities.sql ch/tests/queries/0_stateless/02867_create_user_ssh.sql ch/tests/queries/0_stateless/00568_empty_function_with_fixed_string.sql ch/tests/queries/0_stateless/01513_count_without_select_sequence_consistency_zookeeper_long.sql ch/tests/queries/0_stateless/00215_primary_key_order_zookeeper_long.sql ch/tests/queries/0_stateless/02983_empty_map.sql ch/tests/queries/0_stateless/01777_map_populate_series_ubsan.sql ch/tests/queries/0_stateless/02426_pod_array_overflow_2.sql ch/tests/queries/0_stateless/02975_intdiv_with_decimal.sql ch/tests/queries/0_stateless/00014_select_from_table_with_nested.sql ch/tests/queries/0_stateless/02998_analyzer_prewhere_report.sql ch/tests/queries/0_stateless/02154_default_keyword_insert.sql ch/tests/queries/0_stateless/03205_column_type_check.sql ch/tests/queries/0_stateless/02999_ulid_short_circuit.sql ch/tests/queries/0_stateless/00945_bloom_filter_index.sql ch/tests/queries/0_stateless/02943_order_by_all.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_horizontal_compact_merge_tree.sql ch/tests/queries/0_stateless/00915_tuple_orantius.sql ch/tests/queries/0_stateless/01497_alias_on_default_array.sql ch/tests/queries/0_stateless/02479_analyzer_aggregation_crash.sql ch/tests/queries/0_stateless/02189_join_type_conversion.sql ch/tests/queries/0_stateless/01236_graphite_mt.sql ch/tests/queries/0_stateless/02785_date_predicate_optimizations_ast_query_tree_rewrite.sql ch/tests/queries/0_stateless/03013_ignore_drop_queries_probability.sql ch/tests/queries/0_stateless/00642_cast.sql ch/tests/queries/0_stateless/02515_tuple_lambda_parsing.sql ch/tests/queries/0_stateless/02540_analyzer_matcher_alias_materialized_columns.sql ch/tests/queries/0_stateless/02459_group_by_all.sql ch/tests/queries/0_stateless/01455_nullable_type_with_if_agg_combinator.sql ch/tests/queries/0_stateless/02702_logical_optimizer_with_nulls.sql ch/tests/queries/0_stateless/03104_create_view_join.sql ch/tests/queries/0_stateless/02833_multiprewhere_extra_column.sql ch/tests/queries/0_stateless/00987_distributed_stack_overflow.sql ch/tests/queries/0_stateless/02184_nested_tuple.sql ch/tests/queries/0_stateless/02918_analyzer_to_ast_crash.sql ch/tests/queries/0_stateless/02481_low_cardinality_with_short_circuit_functins.sql ch/tests/queries/0_stateless/03148_query_log_used_dictionaries.sql ch/tests/queries/0_stateless/01930_optimize_skip_unused_shards_rewrite_in.sql ch/tests/queries/0_stateless/01283_strict_resize_bug.sql ch/tests/queries/0_stateless/02908_alter_column_alias.sql ch/tests/queries/0_stateless/02680_default_star.sql ch/tests/queries/0_stateless/00169_join_constant_keys.sql ch/tests/queries/0_stateless/02352_grouby_shadows_arg.sql ch/tests/queries/0_stateless/01312_comparison_with_constant_string_in_index_analysis.sql ch/tests/queries/0_stateless/02840_grace_hash_join_structure_mismatch.sql ch/tests/queries/0_stateless/00224_shard_distributed_aggregation_memory_efficient_and_overflows.sql ch/tests/queries/0_stateless/02803_remote_cannot_clone_block.sql ch/tests/queries/0_stateless/00453_top_k.sql ch/tests/queries/0_stateless/01430_modify_sample_by_zookeeper_long.sql ch/tests/queries/0_stateless/01650_expressions_merge_bug.sql ch/tests/queries/0_stateless/00520_tuple_values_interpreter.sql ch/tests/queries/0_stateless/00035_function_array_return_type.sql ch/tests/queries/0_stateless/01825_new_type_json_10.sql ch/tests/queries/0_stateless/00437_nulls_first_last.sql ch/tests/queries/0_stateless/00940_order_by_read_in_order_query_plan.sql ch/tests/queries/0_stateless/00760_insert_json_with_defaults.sql ch/tests/queries/0_stateless/00990_hasToken_and_tokenbf.sql ch/tests/queries/0_stateless/01947_mv_subquery.sql ch/tests/queries/0_stateless/00193_parallel_replicas.sql ch/tests/queries/0_stateless/02152_dictionary_date32_type.sql ch/tests/queries/0_stateless/01043_geo_distance.sql ch/tests/queries/0_stateless/02724_function_in_left_table_clause_asof_join.sql ch/tests/queries/0_stateless/01318_decrypt.sql ch/tests/queries/0_stateless/03199_queries_with_new_analyzer.sql ch/tests/queries/0_stateless/00582_not_aliasing_functions.sql ch/tests/queries/0_stateless/00453_cast_enum.sql ch/tests/queries/0_stateless/02906_flatten_only_true_nested.sql ch/tests/queries/0_stateless/00308_write_buffer_valid_utf8.sql ch/tests/queries/0_stateless/03228_virtual_column_merge_dist.sql ch/tests/queries/0_stateless/02323_null_modifier_in_table_function.sql ch/tests/queries/0_stateless/00661_array_has_silviucpp.sql ch/tests/queries/0_stateless/02336_sparse_columns_s3.sql ch/tests/queries/0_stateless/01164_alter_memory_database.sql ch/tests/queries/0_stateless/03215_analyzer_materialized_constants_bug.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_1_memory.sql ch/tests/queries/0_stateless/01145_with_fill_const.sql ch/tests/queries/0_stateless/02124_clickhouse_dictionary_with_predefined_configuration.sql ch/tests/queries/0_stateless/02669_alter_modify_to_nullable.sql ch/tests/queries/0_stateless/02569_order_by_aggregation_result.sql ch/tests/queries/0_stateless/00484_preferred_max_column_in_block_size_bytes.sql ch/tests/queries/0_stateless/03208_uniq_with_empty_tuple.sql ch/tests/queries/0_stateless/01013_repeat_function.sql ch/tests/queries/0_stateless/03157_negative_positional_arguments_ubsan.sql ch/tests/queries/0_stateless/00261_storage_aliases_and_array_join.sql ch/tests/queries/0_stateless/02518_rewrite_aggregate_function_with_if.sql ch/tests/queries/0_stateless/01349_mutation_datetime_key.sql ch/tests/queries/0_stateless/01458_count_digits.sql ch/tests/queries/0_stateless/02458_use_structure_from_insertion_table.sql ch/tests/queries/0_stateless/02482_insert_into_dist_race.sql ch/tests/queries/0_stateless/02428_combinators_with_over_statement.sql ch/tests/queries/0_stateless/01646_system_restart_replicas_smoke.sql ch/tests/queries/0_stateless/02913_sum_map_state.sql ch/tests/queries/0_stateless/00906_low_cardinality_rollup.sql ch/tests/queries/0_stateless/02576_predicate_push_down_sorting_fix.sql ch/tests/queries/0_stateless/01803_untuple_subquery.sql ch/tests/queries/0_stateless/02789_functions_after_sorting_and_columns_with_same_names_bug_2.sql ch/tests/queries/0_stateless/01359_codeql.sql ch/tests/queries/0_stateless/02100_now64_types_bug.sql ch/tests/queries/0_stateless/00066_group_by_in.sql ch/tests/queries/0_stateless/02319_lightweight_delete_on_merge_tree_compact_parts.sql ch/tests/queries/0_stateless/01768_array_product.sql ch/tests/queries/0_stateless/02865_array_join_with_max_block_size.sql ch/tests/queries/0_stateless/02990_rmt_replica_path_uuid.sql ch/tests/queries/0_stateless/02212_h3_point_dist.sql ch/tests/queries/0_stateless/00663_tiny_log_empty_insert.sql ch/tests/queries/0_stateless/02538_ngram_bf_index_with_null.sql ch/tests/queries/0_stateless/02355_control_block_size_in_array_join.sql ch/tests/queries/0_stateless/02920_rename_column_of_skip_indices.sql ch/tests/queries/0_stateless/02845_group_by_constant_keys.sql ch/tests/queries/0_stateless/00500_point_in_polygon_bug.sql ch/tests/queries/0_stateless/00462_json_true_false_literals.sql ch/tests/queries/0_stateless/01643_replicated_merge_tree_fsync_smoke.sql ch/tests/queries/0_stateless/02494_query_cache_query_log.sql ch/tests/queries/0_stateless/01276_alter_rename_column_materialized_expr.sql ch/tests/queries/0_stateless/01246_extractAllGroupsVertical.sql ch/tests/queries/0_stateless/02874_analysis_of_variance_overflow.sql ch/tests/queries/0_stateless/00140_parse_unix_timestamp_as_datetime.sql ch/tests/queries/0_stateless/02293_ilike_on_fixed_strings.sql ch/tests/queries/0_stateless/02701_invalid_having_NOT_AN_AGGREGATE.sql ch/tests/queries/0_stateless/01649_with_alias_key_condition.sql ch/tests/queries/0_stateless/02943_tokenbf_and_ngrambf_indexes_support_match_function.sql ch/tests/queries/0_stateless/02575_merge_prewhere_materialized.sql ch/tests/queries/0_stateless/01319_mv_constants_bug.sql ch/tests/queries/0_stateless/01867_support_datetime64_version_column.sql ch/tests/queries/0_stateless/01060_shutdown_table_after_detach.sql ch/tests/queries/0_stateless/02273_full_sort_join.gen.sql ch/tests/queries/0_stateless/00757_enum_defaults.sql ch/tests/queries/0_stateless/02554_rewrite_count_distinct_if_with_count_distinct_implementation.sql ch/tests/queries/0_stateless/01736_null_as_default.sql ch/tests/queries/0_stateless/02465_limit_trivial_max_rows_to_read.sql ch/tests/queries/0_stateless/02560_with_fill_int256_int.sql ch/tests/queries/0_stateless/02023_transform_or_to_in.sql ch/tests/queries/0_stateless/00553_invalid_nested_name.sql ch/tests/queries/0_stateless/00479_date_and_datetime_to_number.sql ch/tests/queries/0_stateless/00181_aggregate_functions_statistics_stable.sql ch/tests/queries/0_stateless/03005_input_function_in_join.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_3.gen.sql ch/tests/queries/0_stateless/03221_mutation_analyzer_skip_part.sql ch/tests/queries/0_stateless/02982_parallel_replicas_unexpected_cluster.sql ch/tests/queries/0_stateless/02517_uuid_parsing.sql ch/tests/queries/0_stateless/00621_regression_for_in_operator.sql ch/tests/queries/0_stateless/01755_shard_pruning_with_literal.sql ch/tests/queries/0_stateless/03215_analyzer_replace_with_dummy_tables.sql ch/tests/queries/0_stateless/02771_log_faminy_truncate_count.sql ch/tests/queries/0_stateless/00962_enumNotExect.sql ch/tests/queries/0_stateless/01019_Buffer_and_max_memory_usage.sql ch/tests/queries/0_stateless/00406_tuples_with_nulls.sql ch/tests/queries/0_stateless/01457_min_index_granularity_bytes_setting.sql ch/tests/queries/0_stateless/01119_optimize_trivial_insert_select.sql ch/tests/queries/0_stateless/02987_logical_optimizer_pass_lowcardinality.sql ch/tests/queries/0_stateless/02911_join_on_nullsafe_optimization.sql ch/tests/queries/0_stateless/02960_validate_database_engines.sql ch/tests/queries/0_stateless/01821_table_comment.sql ch/tests/queries/0_stateless/02315_replace_multiif_to_if.sql ch/tests/queries/0_stateless/00149_function_url_hash.sql ch/tests/queries/0_stateless/01778_where_with_column_name.sql ch/tests/queries/0_stateless/02812_large_varints.sql ch/tests/queries/0_stateless/02864_statistics_bugs.sql ch/tests/queries/0_stateless/02725_any_join_single_row.sql ch/tests/queries/0_stateless/00537_quarters.sql ch/tests/queries/0_stateless/02796_calculate_text_stack_trace.sql ch/tests/queries/0_stateless/02045_like_function.sql ch/tests/queries/0_stateless/01048_exists_query.sql ch/tests/queries/0_stateless/01079_alter_default_zookeeper_long.sql ch/tests/queries/0_stateless/00804_test_deflate_qpl_codec_compression.sql ch/tests/queries/0_stateless/02007_test_any_all_operators.sql ch/tests/queries/0_stateless/02126_identity_user_defined_function.sql ch/tests/queries/0_stateless/02389_analyzer_nested_lambda.sql ch/tests/queries/0_stateless/02842_mutations_replace_non_deterministic.sql ch/tests/queries/0_stateless/02113_untuple_func_alias.sql ch/tests/queries/0_stateless/01865_aggregator_overflow_row.sql ch/tests/queries/0_stateless/02891_array_shingles.sql ch/tests/queries/0_stateless/00571_non_exist_database_when_create_materializ_view.sql ch/tests/queries/0_stateless/01465_ttl_recompression.sql ch/tests/queries/0_stateless/01000_subquery_requires_alias.sql ch/tests/queries/0_stateless/01356_view_threads.sql ch/tests/queries/0_stateless/00467_qualified_names.sql ch/tests/queries/0_stateless/00502_custom_partitioning_local.sql ch/tests/queries/0_stateless/00723_remerge_sort.sql ch/tests/queries/0_stateless/02918_optimize_count_for_merge_tables.sql ch/tests/queries/0_stateless/02896_leading_zeroes_no_octal.sql ch/tests/queries/0_stateless/01710_projection_part_check.sql ch/tests/queries/0_stateless/01404_roundUpToPowerOfTwoOrZero_safety.sql ch/tests/queries/0_stateless/01049_join_low_card_bug_long.gen.sql ch/tests/queries/0_stateless/01262_fractional_timezone_near_start_of_epoch.sql ch/tests/queries/0_stateless/01546_log_queries_min_query_duration_ms.sql ch/tests/queries/0_stateless/02685_bson2.sql ch/tests/queries/0_stateless/02791_predicate_pushdown_different_types.sql ch/tests/queries/0_stateless/01073_crlf_end_of_line.sql ch/tests/queries/0_stateless/00667_compare_arrays_of_different_types.sql ch/tests/queries/0_stateless/02244_hdfs_cluster.sql ch/tests/queries/0_stateless/03063_analyzer_multi_join_wrong_table_specifier.sql ch/tests/queries/0_stateless/01017_uniqCombined_memory_usage.sql ch/tests/queries/0_stateless/01801_distinct_group_by_shard.sql ch/tests/queries/0_stateless/01277_buffer_column_order.sql ch/tests/queries/0_stateless/01602_temporary_table_in_system_tables.sql ch/tests/queries/0_stateless/03262_filter_push_down_view.sql ch/tests/queries/0_stateless/00964_os_thread_priority.sql ch/tests/queries/0_stateless/02244_make_datetime.sql ch/tests/queries/0_stateless/00805_round_down.sql ch/tests/queries/0_stateless/00999_nullable_nested_types_4877.sql ch/tests/queries/0_stateless/00294_shard_enums.sql ch/tests/queries/0_stateless/03157_dynamic_type_json.sql ch/tests/queries/0_stateless/03246_json_tuple_decompress_race.sql ch/tests/queries/0_stateless/02910_nullable_enum_cast.sql ch/tests/queries/0_stateless/02735_parquet_encoder.sql ch/tests/queries/0_stateless/01674_where_prewhere_array_crash.sql ch/tests/queries/0_stateless/00306_insert_values_and_expressions.sql ch/tests/queries/0_stateless/02177_sum_if_not_found.sql ch/tests/queries/0_stateless/01710_projection_fetch_long.sql ch/tests/queries/0_stateless/02448_clone_replica_lost_part.sql ch/tests/queries/0_stateless/02027_ngrams.sql ch/tests/queries/0_stateless/01037_zookeeper_check_table_empty_pk.sql ch/tests/queries/0_stateless/02514_analyzer_drop_join_on.sql ch/tests/queries/0_stateless/01200_mutations_memory_consumption.sql ch/tests/queries/0_stateless/02442_auxiliary_zookeeper_endpoint_id.sql ch/tests/queries/0_stateless/02160_monthname.sql ch/tests/queries/0_stateless/02377_fix_file_virtual_column.sql ch/tests/queries/0_stateless/00503_cast_const_nullable.sql ch/tests/queries/0_stateless/00270_views_query_processing_stage.sql ch/tests/queries/0_stateless/02935_ipv6_bit_operations.sql ch/tests/queries/0_stateless/01564_test_hint_woes.sql ch/tests/queries/0_stateless/02169_fix_view_offset_limit_setting.sql ch/tests/queries/0_stateless/02286_vertical_merges_missed_column.sql ch/tests/queries/0_stateless/03164_orc_signedness.sql ch/tests/queries/0_stateless/01070_h3_indexes_are_neighbors.sql ch/tests/queries/0_stateless/00647_select_numbers_with_offset.sql ch/tests/queries/0_stateless/02267_insert_empty_data.sql ch/tests/queries/0_stateless/02972_insert_deduplication_token_hierarchical_inserts.sql ch/tests/queries/0_stateless/03151_analyzer_view_read_only_necessary_columns.sql ch/tests/queries/0_stateless/02416_keeper_map.sql ch/tests/queries/0_stateless/03141_fetches_errors_stress.sql ch/tests/queries/0_stateless/00260_like_and_curly_braces.sql ch/tests/queries/0_stateless/00065_shard_float_literals_formatting.sql ch/tests/queries/0_stateless/01259_datetime64_ubsan.sql ch/tests/queries/0_stateless/00166_functions_of_aggregation_states.sql ch/tests/queries/0_stateless/00394_replaceall_vector_fixed.sql ch/tests/queries/0_stateless/02513_broken_datetime64_init_on_mac.sql ch/tests/queries/0_stateless/01441_array_combinator.sql ch/tests/queries/0_stateless/02575_merge_prewhere_ephemeral.sql ch/tests/queries/0_stateless/00132_sets.sql ch/tests/queries/0_stateless/01602_show_create_view.sql ch/tests/queries/0_stateless/01603_read_with_backoff_bug.sql ch/tests/queries/0_stateless/00921_datetime64_basic.sql ch/tests/queries/0_stateless/00030_alter_table.sql ch/tests/queries/0_stateless/03032_string_to_variant_cast.sql ch/tests/queries/0_stateless/01070_h3_to_parent.sql ch/tests/queries/0_stateless/03165_order_by_duplicate.sql ch/tests/queries/0_stateless/01763_max_distributed_depth.sql ch/tests/queries/0_stateless/01474_decimal_scale_bug.sql ch/tests/queries/0_stateless/02496_storage_s3_profile_events.sql ch/tests/queries/0_stateless/01852_cast_operator_3.sql ch/tests/queries/0_stateless/01300_read_wkt.sql ch/tests/queries/0_stateless/01340_datetime64_fpe.sql ch/tests/queries/0_stateless/02931_max_num_to_warn.sql ch/tests/queries/0_stateless/01670_sign_function.sql ch/tests/queries/0_stateless/03247_materialized_view_select_intersect.sql ch/tests/queries/0_stateless/03033_recursive_cte_basic.sql ch/tests/queries/0_stateless/01825_type_json_partitions.sql ch/tests/queries/0_stateless/01293_system_distribution_queue.sql ch/tests/queries/0_stateless/02741_hashed_dictionary_load_factor.gen.sql ch/tests/queries/0_stateless/01634_uuid_fuzz.sql ch/tests/queries/0_stateless/03125_analyzer_CTE_two_joins.sql ch/tests/queries/0_stateless/00688_low_cardinality_dictionary_deserialization.sql ch/tests/queries/0_stateless/01185_create_or_replace_table.sql ch/tests/queries/0_stateless/01652_ignore_and_low_cardinality.sql ch/tests/queries/0_stateless/02554_invalid_create_view_syntax.sql ch/tests/queries/0_stateless/02295_global_with_in_subquery.sql ch/tests/queries/0_stateless/01197_summing_enum.sql ch/tests/queries/0_stateless/00341_squashing_insert_select2.sql ch/tests/queries/0_stateless/00685_output_format_json_escape_forward_slashes.sql ch/tests/queries/0_stateless/03032_save_bad_json_escape_sequences.sql ch/tests/queries/0_stateless/03014_group_by_use_nulls_injective_functions_and_analyzer.sql ch/tests/queries/0_stateless/01087_index_set_ubsan.sql ch/tests/queries/0_stateless/03149_variant_pop_back_typo.sql ch/tests/queries/0_stateless/02456_datetime_schema_inference.sql ch/tests/queries/0_stateless/02051_read_settings.gen.sql ch/tests/queries/0_stateless/01253_subquery_in_aggregate_function_JustStranger.sql ch/tests/queries/0_stateless/02725_agg_projection_resprect_PK.sql ch/tests/queries/0_stateless/01324_insert_tsv_raw.sql ch/tests/queries/0_stateless/02899_indexing_by_space_filling_curves.sql ch/tests/queries/0_stateless/01293_create_role.sql ch/tests/queries/0_stateless/02369_analyzer_array_join_function.sql ch/tests/queries/0_stateless/00840_top_k_weighted.sql ch/tests/queries/0_stateless/02047_alias_for_table_and_database_name.sql ch/tests/queries/0_stateless/00544_insert_with_select.sql ch/tests/queries/0_stateless/01654_bar_nan.sql ch/tests/queries/0_stateless/00780_unaligned_array_join.sql ch/tests/queries/0_stateless/01070_mutations_with_dependencies.sql ch/tests/queries/0_stateless/01866_split_by_regexp.sql ch/tests/queries/0_stateless/01292_quantile_array_bug.sql ch/tests/queries/0_stateless/01062_pm_multiple_all_join_same_value.sql ch/tests/queries/0_stateless/03041_analyzer_gigachad_join.sql ch/tests/queries/0_stateless/03048_not_found_column_xxx_in_block.sql ch/tests/queries/0_stateless/02907_fromDaysSinceYearZero.sql ch/tests/queries/0_stateless/02480_parse_date_time_best_effort_math_overflow.sql ch/tests/queries/0_stateless/01069_database_memory.sql ch/tests/queries/0_stateless/00597_push_down_predicate_long.sql ch/tests/queries/0_stateless/02012_changed_enum_type_non_replicated.sql ch/tests/queries/0_stateless/02885_arg_min_max_combinator.sql ch/tests/queries/0_stateless/01846_null_as_default_for_insert_select.sql ch/tests/queries/0_stateless/02968_full_sorting_join_fuzz.sql ch/tests/queries/0_stateless/00555_hasSubstr.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_3.sql ch/tests/queries/0_stateless/03156_group_concat.sql ch/tests/queries/0_stateless/00944_minmax_null.sql ch/tests/queries/0_stateless/02021_h3_get_faces.sql ch/tests/queries/0_stateless/03036_reading_s3_archives.sql ch/tests/queries/0_stateless/02869_parallel_replicas_read_from_several.sql ch/tests/queries/0_stateless/02751_multiif_to_if_crash.sql ch/tests/queries/0_stateless/03049_unknown_identifier_materialized_column.sql ch/tests/queries/0_stateless/01504_rocksdb.sql ch/tests/queries/0_stateless/02490_replacing_merge_tree_is_deleted_column.sql ch/tests/queries/0_stateless/02164_materialized_view_support_virtual_column.sql ch/tests/queries/0_stateless/01781_token_extractor_buffer_overflow.sql ch/tests/queries/0_stateless/02538_analyzer_create_table_as_select.sql ch/tests/queries/0_stateless/02008_complex_key_range_hashed_dictionary.sql ch/tests/queries/0_stateless/01602_insert_into_table_function_cluster.sql ch/tests/queries/0_stateless/02861_replacing_merge_tree_with_cleanup.sql ch/tests/queries/0_stateless/02452_json_utf8_validation.sql ch/tests/queries/0_stateless/00758_array_reverse.sql ch/tests/queries/0_stateless/01632_nullable_string_type_convert_to_decimal_type.sql ch/tests/queries/0_stateless/02539_generate_random_ip.sql ch/tests/queries/0_stateless/02353_isnullable.sql ch/tests/queries/0_stateless/02806_system_parts_columns_modification_time.gen.sql ch/tests/queries/0_stateless/03236_squashing_high_memory.sql ch/tests/queries/0_stateless/03003_sql_json_nonsense.sql ch/tests/queries/0_stateless/03050_select_one_one_one.sql ch/tests/queries/0_stateless/01305_polygons_union.sql ch/tests/queries/0_stateless/02998_ipv6_hashing.sql ch/tests/queries/0_stateless/02371_analyzer_join_cross.sql ch/tests/queries/0_stateless/03215_varian_as_common_type_integers.sql ch/tests/queries/0_stateless/01117_chain_finalize_bug.sql ch/tests/queries/0_stateless/03209_functions_json_msan_fuzzer_issue.sql ch/tests/queries/0_stateless/01318_parallel_final_stuck.sql ch/tests/queries/0_stateless/02367_analyzer_table_alias_columns.sql ch/tests/queries/0_stateless/01642_if_nullable_regression.sql ch/tests/queries/0_stateless/01044_great_circle_angle.sql ch/tests/queries/0_stateless/00981_no_virtual_columns.sql ch/tests/queries/0_stateless/01144_join_rewrite_with_ambiguous_column_and_view.sql ch/tests/queries/0_stateless/00676_group_by_in.sql ch/tests/queries/0_stateless/03229_empty_tuple_in_array.sql ch/tests/queries/0_stateless/02809_has_subsequence.sql ch/tests/queries/0_stateless/02996_nullable_arrayReduce.sql ch/tests/queries/0_stateless/01125_generate_random_qoega.sql ch/tests/queries/0_stateless/01666_lcm_ubsan.sql ch/tests/queries/0_stateless/00800_low_cardinality_join.sql ch/tests/queries/0_stateless/00172_constexprs_in_set.sql ch/tests/queries/0_stateless/00205_emptyscalar_subquery_type_mismatch_bug.sql ch/tests/queries/0_stateless/01434_netloc_fuzz.sql ch/tests/queries/0_stateless/00460_vertical_and_totals_extremes.sql ch/tests/queries/0_stateless/01710_projection_array_join.sql ch/tests/queries/0_stateless/01471_calculate_ttl_during_merge.sql ch/tests/queries/0_stateless/02916_date_text_parsing.sql ch/tests/queries/0_stateless/01768_extended_range.sql ch/tests/queries/0_stateless/02737_session_timezone.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_wide_horizontal.sql ch/tests/queries/0_stateless/02725_sleep_max_time.sql ch/tests/queries/0_stateless/03195_group_concat_deserialization_fix.sql ch/tests/queries/0_stateless/02464_decimal_scale_buffer_overflow.sql ch/tests/queries/0_stateless/02378_analyzer_projection_names.sql ch/tests/queries/0_stateless/00055_join_two_numbers.sql ch/tests/queries/0_stateless/03237_get_subcolumn_low_cardinality_column.sql ch/tests/queries/0_stateless/03033_scalars_context_data_race.sql ch/tests/queries/0_stateless/00702_where_with_quailified_names.sql ch/tests/queries/0_stateless/00075_shard_formatting_negate_of_negative_literal.sql ch/tests/queries/0_stateless/03203_optimize_disjunctions_chain_to_in.sql ch/tests/queries/0_stateless/02863_ignore_foreign_keys_in_tables_definition.sql ch/tests/queries/0_stateless/01660_second_extremes_bug.sql ch/tests/queries/0_stateless/01942_snowflakeToDateTime.sql ch/tests/queries/0_stateless/01134_set_overflow_mode.sql ch/tests/queries/0_stateless/01683_flat_dictionary.sql ch/tests/queries/0_stateless/01825_new_type_json_missed_values.sql ch/tests/queries/0_stateless/01032_cityHash64_for_UUID.sql ch/tests/queries/0_stateless/02458_hdfs_cluster_schema_inference.sql ch/tests/queries/0_stateless/01866_datetime64_cmp_with_constant.sql ch/tests/queries/0_stateless/01246_extractAllGroupsHorizontal.sql ch/tests/queries/0_stateless/01475_mutation_with_if.sql ch/tests/queries/0_stateless/01046_trivial_count_query_distributed.sql ch/tests/queries/0_stateless/02366_explain_query_tree.sql ch/tests/queries/0_stateless/02366_window_function_order_by.sql ch/tests/queries/0_stateless/01213_alter_rename_compact_part.sql ch/tests/queries/0_stateless/02998_pretty_format_print_readable_number_on_single_value.sql ch/tests/queries/0_stateless/00150_with_totals_and_join.sql ch/tests/queries/0_stateless/03352_distinct_sorted_bug.sql ch/tests/queries/0_stateless/03072_analyzer_missing_columns_from_subquery.sql ch/tests/queries/0_stateless/01902_self_aliases_in_columns.sql ch/tests/queries/0_stateless/02715_bit_operations_float.sql ch/tests/queries/0_stateless/00161_rounding_functions.sql ch/tests/queries/0_stateless/03008_deduplication_cases_from_docs.sql ch/tests/queries/0_stateless/01592_window_functions.sql ch/tests/queries/0_stateless/02950_reading_array_tuple_subcolumns.sql ch/tests/queries/0_stateless/02903_parameterized_view_explain_ast.sql ch/tests/queries/0_stateless/01560_crash_in_agg_empty_arglist.sql ch/tests/queries/0_stateless/02493_max_streams_for_merge_tree_reading.sql ch/tests/queries/0_stateless/02370_analyzer_in_function.sql ch/tests/queries/0_stateless/00815_left_join_on_stepanel.sql ch/tests/queries/0_stateless/00960_eval_ml_method_const.sql ch/tests/queries/0_stateless/00142_parse_timestamp_as_datetime.sql ch/tests/queries/0_stateless/01710_projection_with_mixed_pipeline.sql ch/tests/queries/0_stateless/01670_test_repeat_mysql_dialect.sql ch/tests/queries/0_stateless/01414_low_cardinality_nullable.sql ch/tests/queries/0_stateless/00579_virtual_column_and_lazy.sql ch/tests/queries/0_stateless/02771_tsv_csv_custom_skip_trailing_empty_lines.sql ch/tests/queries/0_stateless/02579_fill_empty_chunk.sql ch/tests/queries/0_stateless/02771_resolve_compound_identifier.sql ch/tests/queries/0_stateless/02410_to_decimal_or_default.sql ch/tests/queries/0_stateless/01813_quantileBfloat16_nans.sql ch/tests/queries/0_stateless/02420_key_condition_actions_dag_bug_40599.sql ch/tests/queries/0_stateless/02963_single_value_destructor.sql ch/tests/queries/0_stateless/03131_deprecated_functions.sql ch/tests/queries/0_stateless/01300_group_by_other_keys.sql ch/tests/queries/0_stateless/00136_duplicate_order_by_elems.sql ch/tests/queries/0_stateless/02950_part_log_bytes_uncompressed.sql ch/tests/queries/0_stateless/02815_join_algorithm_setting.sql ch/tests/queries/0_stateless/00741_client_comment_multiline.sql ch/tests/queries/0_stateless/01147_partial_merge_full_join.sql ch/tests/queries/0_stateless/00171_shard_array_of_tuple_remote.sql ch/tests/queries/0_stateless/03209_parallel_replicas_order_by_all.sql ch/tests/queries/0_stateless/02813_float_parsing.sql ch/tests/queries/0_stateless/01910_view_dictionary_check_refresh.sql ch/tests/queries/0_stateless/00809_add_days_segfault.sql ch/tests/queries/0_stateless/01622_byte_size.sql ch/tests/queries/0_stateless/02314_csv_tsv_skip_first_lines.sql ch/tests/queries/0_stateless/01483_merge_table_join_and_group_by.sql ch/tests/queries/0_stateless/02427_column_nullable_ubsan.sql ch/tests/queries/0_stateless/03013_hop_infinite_loop.sql ch/tests/queries/0_stateless/02366_decimal_agg_state_conversion.sql ch/tests/queries/0_stateless/02184_ipv6_cast_test.sql ch/tests/queries/0_stateless/02969_analyzer_eliminate_injective_functions.sql ch/tests/queries/0_stateless/02313_cross_join_dup_col_names.sql ch/tests/queries/0_stateless/00938_test_retention_function.sql ch/tests/queries/0_stateless/02864_test_ipv4_type_mismatch.sql ch/tests/queries/0_stateless/02841_with_clause_resolve.sql ch/tests/queries/0_stateless/02212_h3_get_pentagon_indexes.sql ch/tests/queries/0_stateless/01516_date_time_output_format.sql ch/tests/queries/0_stateless/01352_add_datetime_bad_get.sql ch/tests/queries/0_stateless/01951_distributed_push_down_limit.sql ch/tests/queries/0_stateless/01283_max_threads_simple_query_optimization.sql ch/tests/queries/0_stateless/01521_alter_enum_and_reverse_read.sql ch/tests/queries/0_stateless/00536_int_exp.sql ch/tests/queries/0_stateless/00609_prewhere_and_default.sql ch/tests/queries/0_stateless/01710_projections_order_by_complete.sql ch/tests/queries/0_stateless/00547_named_tuples.sql ch/tests/queries/0_stateless/00692_if_exception_code.sql ch/tests/queries/0_stateless/00966_invalid_json_must_not_parse.sql ch/tests/queries/0_stateless/02874_infer_objects_as_named_tuples.sql ch/tests/queries/0_stateless/02030_quantiles_underflow.sql ch/tests/queries/0_stateless/00804_test_custom_compression_codes_log_storages.sql ch/tests/queries/0_stateless/02582_analyzer_join_subquery_empty_column_list.sql ch/tests/queries/0_stateless/00458_merge_type_cast.sql ch/tests/queries/0_stateless/03243_create_or_replace_view_dependency_check.sql ch/tests/queries/0_stateless/02972_insert_deduplication_token_hierarchical_inserts_views.sql ch/tests/queries/0_stateless/03033_parts_splitter_bug_and_index_loading.sql ch/tests/queries/0_stateless/00340_squashing_insert_select.sql ch/tests/queries/0_stateless/03144_alter_column_and_read.sql ch/tests/queries/0_stateless/02993_lazy_index_loading.sql ch/tests/queries/0_stateless/00137_in_constants.sql ch/tests/queries/0_stateless/01946_profile_sleep.sql ch/tests/queries/0_stateless/01537_fuzz_count_equal.sql ch/tests/queries/0_stateless/02480_max_map_null_totals.sql ch/tests/queries/0_stateless/02378_part_log_profile_events_replicated.sql ch/tests/queries/0_stateless/02428_index_analysis_with_null_literal.sql ch/tests/queries/0_stateless/00703_join_crash.sql ch/tests/queries/0_stateless/01514_parallel_formatting.sql ch/tests/queries/0_stateless/01326_fixed_string_comparison_denny_crane.sql ch/tests/queries/0_stateless/02124_empty_uuid.sql ch/tests/queries/0_stateless/00665_alter_nullable_string_to_nullable_uint8.sql ch/tests/queries/0_stateless/00711_array_enumerate_variants.sql ch/tests/queries/0_stateless/02207_subseconds_intervals.sql ch/tests/queries/0_stateless/00974_distributed_join_on.sql ch/tests/queries/0_stateless/02499_extract_key_value_pairs_multiple_input.sql ch/tests/queries/0_stateless/01067_join_null.sql ch/tests/queries/0_stateless/02416_row_policy_always_false_index.sql ch/tests/queries/0_stateless/03035_argMinMax_numeric_non_extreme_bug.sql ch/tests/queries/0_stateless/01016_null_part_minmax.sql ch/tests/queries/0_stateless/00023_agg_select_agg_subquery.sql ch/tests/queries/0_stateless/00401_merge_and_stripelog.sql ch/tests/queries/0_stateless/02367_join_pushdown_column_not_found.gen.sql ch/tests/queries/0_stateless/01503_fixed_string_primary_key.sql ch/tests/queries/0_stateless/02346_to_hour_monotonicity_fix.sql ch/tests/queries/0_stateless/01411_from_unixtime.sql ch/tests/queries/0_stateless/02515_generate_ulid.sql ch/tests/queries/0_stateless/00632_aggregation_window_funnel.sql ch/tests/queries/0_stateless/01778_test_LowCardinality_FixedString_pk.sql ch/tests/queries/0_stateless/02734_big_int_from_float_ubsan.sql ch/tests/queries/0_stateless/03203_multiif_and_where_2_conditions_old_analyzer_bug.sql ch/tests/queries/0_stateless/03081_analyzer_agg_func_CTE.sql ch/tests/queries/0_stateless/03070_analyzer_CTE_scalar_as_numbers.sql ch/tests/queries/0_stateless/01396_negative_datetime_saturate_to_zero.sql ch/tests/queries/0_stateless/03155_in_nested_subselects.sql ch/tests/queries/0_stateless/01015_array_split.sql ch/tests/queries/0_stateless/02518_qualified_asterisks_alias_table_name.sql ch/tests/queries/0_stateless/02002_global_subqueries_subquery_or_table_name.sql ch/tests/queries/0_stateless/01099_parallel_distributed_insert_select.sql ch/tests/queries/0_stateless/01016_index_tuple_field_type.sql ch/tests/queries/0_stateless/01915_json_extract_raw_string.sql ch/tests/queries/0_stateless/02193_async_insert_tcp_client_1.sql ch/tests/queries/0_stateless/02354_vector_search_legacy_index_compatibility.sql ch/tests/queries/0_stateless/03203_drop_detached_partition_all.sql ch/tests/queries/0_stateless/02179_map_cast_to_array.sql ch/tests/queries/0_stateless/01213_alter_rename_column.sql ch/tests/queries/0_stateless/01529_union_distinct_and_setting_union_default_mode.sql ch/tests/queries/0_stateless/01065_if_not_finite.sql ch/tests/queries/0_stateless/02497_schema_inference_nulls.sql ch/tests/queries/0_stateless/02473_extract_low_cardinality_from_json.sql ch/tests/queries/0_stateless/02382_analyzer_matcher_join_using.sql ch/tests/queries/0_stateless/03010_view_prewhere_in.sql ch/tests/queries/0_stateless/00500_point_in_polygon_nan.sql ch/tests/queries/0_stateless/01224_no_superfluous_dict_reload.sql ch/tests/queries/0_stateless/01006_ttl_with_default_2.sql ch/tests/queries/0_stateless/01266_default_prewhere_reqq.sql ch/tests/queries/0_stateless/02771_semi_join_use_nulls.gen.sql ch/tests/queries/0_stateless/02918_parallel_replicas_custom_key_unavailable_replica.sql ch/tests/queries/0_stateless/00980_merge_alter_settings.sql ch/tests/queries/0_stateless/01701_clear_projection_and_part_remove.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_vertical_compact_merge_tree.sql ch/tests/queries/0_stateless/02184_default_table_engine.sql ch/tests/queries/0_stateless/03305_fix_kafka_table_with_kw_arguments.sql ch/tests/queries/0_stateless/02457_morton_coding.sql ch/tests/queries/0_stateless/01260_ubsan_decimal_parse.sql ch/tests/queries/0_stateless/02177_issue_31009_pt2.gen.sql ch/tests/queries/0_stateless/01825_type_json_from_map.sql ch/tests/queries/0_stateless/02375_analyzer_union.sql ch/tests/queries/0_stateless/00309_formats_case_insensitive.sql ch/tests/queries/0_stateless/02736_bit_count_big_int.sql ch/tests/queries/0_stateless/03205_system_sync_replica_format.sql ch/tests/queries/0_stateless/03274_dynamic_column_sizes_vertical_merge.sql ch/tests/queries/0_stateless/02408_to_fixed_string_short_circuit.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_2.sql ch/tests/queries/0_stateless/03271_dynamic_variant_in_min_max.sql ch/tests/queries/0_stateless/01231_log_queries_min_type.sql ch/tests/queries/0_stateless/02918_join_pm_lc_crash.sql ch/tests/queries/0_stateless/02882_replicated_fetch_checksums_doesnt_match.sql ch/tests/queries/0_stateless/00284_external_aggregation.sql ch/tests/queries/0_stateless/00754_alter_modify_column_partitions.sql ch/tests/queries/0_stateless/02842_largestTriangleThreeBuckets_aggregate_function.sql ch/tests/queries/0_stateless/00614_array_nullable.sql ch/tests/queries/0_stateless/00236_replicated_drop_on_non_leader_zookeeper_long.sql ch/tests/queries/0_stateless/00431_if_nulls.sql ch/tests/queries/0_stateless/01552_impl_aggfunc_cloneresize.sql ch/tests/queries/0_stateless/01502_bar_overflow.sql ch/tests/queries/0_stateless/00560_float_leading_plus_in_exponent.sql ch/tests/queries/0_stateless/01213_alter_rename_nested.sql ch/tests/queries/0_stateless/02302_defaults_in_columnar_formats.sql ch/tests/queries/0_stateless/00189_time_zones_long.sql ch/tests/queries/0_stateless/02932_query_settings_max_size_drop.sql ch/tests/queries/0_stateless/00523_aggregate_functions_in_group_array.sql ch/tests/queries/0_stateless/00725_join_on_bug_4.sql ch/tests/queries/0_stateless/01306_polygons_intersection.sql ch/tests/queries/0_stateless/03216_arrayWithConstant_limits.sql ch/tests/queries/0_stateless/01714_alter_drop_version.sql ch/tests/queries/0_stateless/03127_window_functions_uint16.sql ch/tests/queries/0_stateless/01852_cast_operator_2.sql ch/tests/queries/0_stateless/01030_final_mark_empty_primary_key.sql ch/tests/queries/0_stateless/03305_compressed_memory_eng_crash_reading_subcolumn.sql ch/tests/queries/0_stateless/02668_ulid_decoding.sql ch/tests/queries/0_stateless/02910_replicated_merge_parameters_must_consistent.sql ch/tests/queries/0_stateless/00715_bounding_ratio.sql ch/tests/queries/0_stateless/02017_order_by_with_fill_redundant_functions.sql ch/tests/queries/0_stateless/01322_cast_keep_nullable.sql ch/tests/queries/0_stateless/01268_mv_scalars.sql ch/tests/queries/0_stateless/01092_memory_profiler.sql ch/tests/queries/0_stateless/01161_information_schema.sql ch/tests/queries/0_stateless/00688_aggregation_retention.sql ch/tests/queries/0_stateless/01412_optimize_deduplicate_bug.sql ch/tests/queries/0_stateless/01375_compact_parts_codecs.sql ch/tests/queries/0_stateless/00575_merge_and_index_with_function_in_in.sql ch/tests/queries/0_stateless/00926_multimatch.sql ch/tests/queries/0_stateless/00725_join_on_bug_2.sql ch/tests/queries/0_stateless/02260_alter_compact_part_drop_nested_column.gen.sql ch/tests/queries/0_stateless/00121_drop_column_zookeeper.sql ch/tests/queries/0_stateless/00062_replicated_merge_tree_alter_zookeeper_long.sql ch/tests/queries/0_stateless/02887_mutations_subcolumns.sql ch/tests/queries/0_stateless/01320_optimize_skip_unused_shards_no_non_deterministic.sql ch/tests/queries/0_stateless/02423_multidimensional_array_get_data_at.sql ch/tests/queries/0_stateless/02267_jsonlines_ndjson_format.sql ch/tests/queries/0_stateless/03230_subcolumns_mv.sql ch/tests/queries/0_stateless/01766_todatetime64_no_timezone_arg.sql ch/tests/queries/0_stateless/01051_random_printable_ascii.sql ch/tests/queries/0_stateless/01318_map_add_map_subtract_on_map_type.sql ch/tests/queries/0_stateless/02455_count_state_asterisk.sql ch/tests/queries/0_stateless/00213_multiple_global_in.sql ch/tests/queries/0_stateless/01651_lc_insert_tiny_log_3.sql ch/tests/queries/0_stateless/00498_bitwise_aggregate_functions.sql ch/tests/queries/0_stateless/01115_join_with_dictionary.sql ch/tests/queries/0_stateless/01633_limit_fuzz.sql ch/tests/queries/0_stateless/00980_full_join_crash_fancyqlx.sql ch/tests/queries/0_stateless/00800_low_cardinality_empty_array.sql ch/tests/queries/0_stateless/02715_or_null.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_2_wide_merge_tree.gen.sql ch/tests/queries/0_stateless/02943_use_full_text_skip_index_with_has_any.sql ch/tests/queries/0_stateless/01470_show_databases_like.sql ch/tests/queries/0_stateless/02295_GROUP_BY_AggregateFunction.sql ch/tests/queries/0_stateless/02985_dialects_with_distributed_tables.sql ch/tests/queries/0_stateless/01071_in_array.sql ch/tests/queries/0_stateless/02242_optimize_to_subcolumns_no_storage.sql ch/tests/queries/0_stateless/02302_join_auto_lc_nullable_bug.sql ch/tests/queries/0_stateless/01087_storage_generate.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_normalized_states.sql ch/tests/queries/0_stateless/03447_grouping_sets_analyzer_const_columns.sql ch/tests/queries/0_stateless/01137_order_by_func.sql ch/tests/queries/0_stateless/00098_3_union_all.sql ch/tests/queries/0_stateless/02416_grouping_function_compatibility.sql ch/tests/queries/0_stateless/01097_one_more_range_reader_test_wide_part.sql ch/tests/queries/0_stateless/00836_indices_alter_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/02398_subquery_where_pushdown_and_limit_offset.sql ch/tests/queries/0_stateless/02070_join_on_disk.sql ch/tests/queries/0_stateless/02235_check_table_sparse_serialization.sql ch/tests/queries/0_stateless/01774_tuple_null_in.sql ch/tests/queries/0_stateless/01073_bad_alter_partition.sql ch/tests/queries/0_stateless/00314_sample_factor_virtual_column.sql ch/tests/queries/0_stateless/02969_mysql_cast_type_aliases.sql ch/tests/queries/0_stateless/02096_sql_user_defined_function_alias.sql ch/tests/queries/0_stateless/02366_kql_operator_in_sql.sql ch/tests/queries/0_stateless/00803_xxhash.sql ch/tests/queries/0_stateless/02812_subquery_operators.sql ch/tests/queries/0_stateless/01350_intdiv_nontrivial_fpe.sql ch/tests/queries/0_stateless/02363_mapupdate_improve.sql ch/tests/queries/0_stateless/01559_misplaced_codec_diagnostics.sql ch/tests/queries/0_stateless/00011_array_join_alias.sql ch/tests/queries/0_stateless/01453_normalize_query_alias_uuid.sql ch/tests/queries/0_stateless/03124_analyzer_nested_CTE_dist_in.sql ch/tests/queries/0_stateless/00098_f_union_all.sql ch/tests/queries/0_stateless/00945_ml_test.sql ch/tests/queries/0_stateless/02905_system_logs_hostname.sql ch/tests/queries/0_stateless/01770_extended_range_3.sql ch/tests/queries/0_stateless/00168_buffer_defaults.sql ch/tests/queries/0_stateless/01178_int_field_to_decimal.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_memory.sql ch/tests/queries/0_stateless/02946_parallel_replicas_force_primary_key.sql ch/tests/queries/0_stateless/00108_shard_totals_after_having.sql ch/tests/queries/0_stateless/02304_orc_arrow_parquet_string_as_string.sql ch/tests/queries/0_stateless/01915_create_or_replace_dictionary.sql ch/tests/queries/0_stateless/03290_final_sample.sql ch/tests/queries/0_stateless/02725_alias_columns_should_not_allow_compression_codec.sql ch/tests/queries/0_stateless/03228_dynamic_serializations_uninitialized_value.sql ch/tests/queries/0_stateless/02834_alter_exception.sql ch/tests/queries/0_stateless/02154_bit_slice_for_string.sql ch/tests/queries/0_stateless/00633_func_or_in.sql ch/tests/queries/0_stateless/01378_alter_rename_with_ttl_zookeeper.sql ch/tests/queries/0_stateless/01182_materialized_view_different_structure.sql ch/tests/queries/0_stateless/01425_default_value_of_type_name.sql ch/tests/queries/0_stateless/01256_misspell_layout_name_podshumok.sql ch/tests/queries/0_stateless/02813_series_period_detect.sql ch/tests/queries/0_stateless/02968_url_args.sql ch/tests/queries/0_stateless/02428_batch_nullable_assert.sql ch/tests/queries/0_stateless/01746_convert_type_with_default.sql ch/tests/queries/0_stateless/03248_invalid_where.sql ch/tests/queries/0_stateless/00535_parse_float_scientific.sql ch/tests/queries/0_stateless/00031_parser_number.sql ch/tests/queries/0_stateless/02947_parallel_replicas_remote.sql ch/tests/queries/0_stateless/02227_union_match_by_name.sql ch/tests/queries/0_stateless/01271_optimize_arithmetic_operations_in_aggr_func_long.sql ch/tests/queries/0_stateless/02155_h3_to_center_child.sql ch/tests/queries/0_stateless/01271_optimize_arithmetic_operations_in_aggr_func_with_alias.sql ch/tests/queries/0_stateless/02981_vertical_merges_memory_usage.sql ch/tests/queries/0_stateless/02366_kql_func_datetime.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_distributed_query.sql ch/tests/queries/0_stateless/03246_range_literal_replacement_works.sql ch/tests/queries/0_stateless/01530_drop_database_atomic_sync.sql ch/tests/queries/0_stateless/02990_optimize_uniq_to_count_alias.sql ch/tests/queries/0_stateless/02501_limits_on_result_for_view.sql ch/tests/queries/0_stateless/02521_analyzer_aggregation_without_column.sql ch/tests/queries/0_stateless/03003_compatibility_setting_bad_value.sql ch/tests/queries/0_stateless/03075_analyzer_subquery_alias.sql ch/tests/queries/0_stateless/01461_alter_table_function.sql ch/tests/queries/0_stateless/02274_full_sort_join_nodistinct.gen.sql ch/tests/queries/0_stateless/01247_some_msan_crashs_from_22517.sql ch/tests/queries/0_stateless/02961_analyzer_low_cardinality_fuzzer.sql ch/tests/queries/0_stateless/01361_buffer_table_flush_with_materialized_view.sql ch/tests/queries/0_stateless/01304_polygons_sym_difference.sql ch/tests/queries/0_stateless/03200_memory_engine_alter_dynamic.sql ch/tests/queries/0_stateless/00613_shard_distributed_max_execution_time.sql ch/tests/queries/0_stateless/03208_buffer_over_distributed_type_mismatch.sql ch/tests/queries/0_stateless/00191_aggregating_merge_tree_and_final.sql ch/tests/queries/0_stateless/01018_empty_aggregation_filling.sql ch/tests/queries/0_stateless/00510_materizlized_view_and_deduplication_zookeeper.sql ch/tests/queries/0_stateless/01605_dictinct_two_level.sql ch/tests/queries/0_stateless/03144_asof_join_ddb_doubles.sql ch/tests/queries/0_stateless/01676_reinterpret_as.sql ch/tests/queries/0_stateless/01759_optimize_skip_unused_shards_zero_shards.sql ch/tests/queries/0_stateless/00232_format_readable_decimal_size.sql ch/tests/queries/0_stateless/01345_index_date_vs_datetime.sql ch/tests/queries/0_stateless/00610_materialized_view_forward_alter_partition_statements.sql ch/tests/queries/0_stateless/02354_numeric_literals_with_underscores.sql ch/tests/queries/0_stateless/02174_cte_scalar_cache.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_2.gen.sql ch/tests/queries/0_stateless/01345_array_join_LittleMaverick.sql ch/tests/queries/0_stateless/00566_enum_min_max.sql ch/tests/queries/0_stateless/00233_position_function_sql_comparibilty.sql ch/tests/queries/0_stateless/00538_datediff_plural_units.sql ch/tests/queries/0_stateless/03019_numbers_pretty.sql ch/tests/queries/0_stateless/03096_text_log_format_string_args_not_empty.sql ch/tests/queries/0_stateless/02725_url_support_virtual_column.sql ch/tests/queries/0_stateless/00700_to_decimal_or_something_1.gen.sql ch/tests/queries/0_stateless/02337_check_translate_qualified_names_matcher.sql ch/tests/queries/0_stateless/01070_h3_get_base_cell.sql ch/tests/queries/0_stateless/02096_join_unusual_identifier_begin.sql ch/tests/queries/0_stateless/01888_read_int_safe.sql ch/tests/queries/0_stateless/02890_describe_table_options.sql ch/tests/queries/0_stateless/02456_aggregate_state_conversion.sql ch/tests/queries/0_stateless/02009_decimal_no_trailing_zeros.sql ch/tests/queries/0_stateless/00271_agg_state_and_totals.sql ch/tests/queries/0_stateless/00211_shard_query_formatting_aliases.sql ch/tests/queries/0_stateless/00932_array_intersect_bug.sql ch/tests/queries/0_stateless/02352_lightweight_delete_on_replicated_merge_tree.sql ch/tests/queries/0_stateless/00395_nullable.sql ch/tests/queries/0_stateless/02681_group_array_too_large_size.sql ch/tests/queries/0_stateless/02814_create_index_uniq_noop.sql ch/tests/queries/0_stateless/02125_transform_decimal_bug.sql ch/tests/queries/0_stateless/00552_logical_functions_uint8_as_bool.sql ch/tests/queries/0_stateless/02552_sparse_columns_intersect.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_4.gen.sql ch/tests/queries/0_stateless/03271_decimal_monotonic_day_of_week.sql ch/tests/queries/0_stateless/00073_merge_sorting_empty_array_joined.sql ch/tests/queries/0_stateless/01825_new_type_json_parallel_insert.sql ch/tests/queries/0_stateless/01268_DateTime64_in_WHERE.sql ch/tests/queries/0_stateless/01527_dist_sharding_key_dictGet_reload.sql ch/tests/queries/0_stateless/02722_log_profile_events.sql ch/tests/queries/0_stateless/02967_index_hint_crash.sql ch/tests/queries/0_stateless/02006_use_constants_in_with_and_select.sql ch/tests/queries/0_stateless/01752_distributed_query_sigsegv.sql ch/tests/queries/0_stateless/02900_decimal_sort_with_multiple_columns.sql ch/tests/queries/0_stateless/03080_incorrect_join_with_merge.sql ch/tests/queries/0_stateless/02429_offset_pipeline_stuck_bug.sql ch/tests/queries/0_stateless/00148_summing_merge_tree_nested_map_multiple_values.sql ch/tests/queries/0_stateless/00931_low_cardinality_read_with_empty_array.sql ch/tests/queries/0_stateless/01084_defaults_on_aliases.sql ch/tests/queries/0_stateless/01684_geohash_ubsan.sql ch/tests/queries/0_stateless/02004_invalid_partition_mutation_stuck.sql ch/tests/queries/0_stateless/03062_analyzer_join_engine_missing_column.sql ch/tests/queries/0_stateless/01517_drop_mv_with_inner_table.sql ch/tests/queries/0_stateless/01112_check_table_with_index.sql ch/tests/queries/0_stateless/01549_low_cardinality_mv_fuzz.sql ch/tests/queries/0_stateless/00660_optimize_final_without_partition.sql ch/tests/queries/0_stateless/01499_json_named_tuples.sql ch/tests/queries/0_stateless/00858_issue_4756.sql ch/tests/queries/0_stateless/03040_recursive_cte_postgres_6.sql ch/tests/queries/0_stateless/02955_sparkBar_alias_sparkbar.sql ch/tests/queries/0_stateless/00200_shard_distinct_order_by_limit_distributed.sql ch/tests/queries/0_stateless/02675_sparse_columns_clear_column.sql ch/tests/queries/0_stateless/03033_dist_settings.optimize_skip_unused_shards_rewrite_in_composite_sharding_key.sql ch/tests/queries/0_stateless/02477_single_value_data_string_regression.sql ch/tests/queries/0_stateless/02180_insert_into_values_settings.sql ch/tests/queries/0_stateless/01307_polygon_perimeter.sql ch/tests/queries/0_stateless/01666_date_lut_buffer_overflow.sql ch/tests/queries/0_stateless/02919_ddsketch_quantile.sql ch/tests/queries/0_stateless/01746_executable_pool_dictionary.sql ch/tests/queries/0_stateless/00570_empty_array_is_const.sql ch/tests/queries/0_stateless/00802_system_parts_with_datetime_partition.sql ch/tests/queries/0_stateless/01319_query_formatting_in_server_log.sql ch/tests/queries/0_stateless/00061_merge_tree_alter.sql ch/tests/queries/0_stateless/01702_bitmap_native_integers.sql ch/tests/queries/0_stateless/03033_analyzer_resolve_from_parent_scope.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_5.sql ch/tests/queries/0_stateless/01940_totimezone_operator_monotonicity.sql ch/tests/queries/0_stateless/01030_storage_hdfs_syntax.sql ch/tests/queries/0_stateless/02990_variant_where_cond.sql ch/tests/queries/0_stateless/02497_source_part_is_intact_when_mutation.sql ch/tests/queries/0_stateless/03000_traverse_shadow_system_data_paths.sql ch/tests/queries/0_stateless/01020_function_array_compact.sql ch/tests/queries/0_stateless/00700_decimal_aggregates.sql ch/tests/queries/0_stateless/01122_totals_rollup_having_block_header.sql ch/tests/queries/0_stateless/01018_ip_dictionary_long.sql ch/tests/queries/0_stateless/01070_materialize_ttl.sql ch/tests/queries/0_stateless/00404_null_literal.sql ch/tests/queries/0_stateless/03003_arrayEnumerate_crash.sql ch/tests/queries/0_stateless/01535_decimal_round_scale_overflow_check.sql ch/tests/queries/0_stateless/02354_tuple_element_with_default.sql ch/tests/queries/0_stateless/02415_all_new_functions_must_be_documented.sql ch/tests/queries/0_stateless/02403_enable_extended_results_for_datetime_functions.gen.sql ch/tests/queries/0_stateless/02245_join_with_nullable_lowcardinality_crash.sql ch/tests/queries/0_stateless/00936_crc_functions.sql ch/tests/queries/0_stateless/00978_table_function_values_alias.sql ch/tests/queries/0_stateless/00816_join_column_names_sarg.sql ch/tests/queries/0_stateless/02514_bad_index_granularity.sql ch/tests/queries/0_stateless/02517_union_columns_order.sql ch/tests/queries/0_stateless/00135_duplicate_group_by_keys_segfault.sql ch/tests/queries/0_stateless/01373_summing_merge_tree_exclude_partition_key.sql ch/tests/queries/0_stateless/03040_alias_column_join.sql ch/tests/queries/0_stateless/01040_distributed_background_insert_batch_inserts.sql ch/tests/queries/0_stateless/00688_low_cardinality_serialization.sql ch/tests/queries/0_stateless/02802_with_cube_with_totals.sql ch/tests/queries/0_stateless/03082_analyzer_left_join_correct_column.sql ch/tests/queries/0_stateless/02224_parallel_distributed_insert_select_cluster.sql ch/tests/queries/0_stateless/02771_jit_functions_comparison_crash.sql ch/tests/queries/0_stateless/02097_remove_sample_by.sql ch/tests/queries/0_stateless/01556_accurate_cast_or_null.sql ch/tests/queries/0_stateless/02475_analysis_of_variance.sql ch/tests/queries/0_stateless/03205_parallel_window_finctions_and_column_sparse_bug.sql ch/tests/queries/0_stateless/02931_ubsan_error_arena_aligned_alloc.sql ch/tests/queries/0_stateless/02001_hostname_test.sql ch/tests/queries/0_stateless/01163_search_case_insensetive_utf8.sql ch/tests/queries/0_stateless/01922_array_join_with_index.sql ch/tests/queries/0_stateless/02833_sparse_columns_tuple_function.sql ch/tests/queries/0_stateless/02103_sql_user_defined_functions_composition.sql ch/tests/queries/0_stateless/01666_gcd_ubsan.sql ch/tests/queries/0_stateless/00194_identity.sql ch/tests/queries/0_stateless/02392_every_setting_must_have_documentation.sql ch/tests/queries/0_stateless/02998_system_dns_cache_table.sql ch/tests/queries/0_stateless/02553_new_type_json_attach_partition.sql ch/tests/queries/0_stateless/03068_analyzer_distributed_join.sql ch/tests/queries/0_stateless/02013_bloom_filter_hasAll.sql ch/tests/queries/0_stateless/00515_shard_desc_table_functions_and_subqueries.sql ch/tests/queries/0_stateless/03155_analyzer_interpolate.sql ch/tests/queries/0_stateless/02790_optimize_skip_unused_shards_join.sql ch/tests/queries/0_stateless/00717_low_cardinaliry_distributed_group_by.sql ch/tests/queries/0_stateless/03142_window_function_limit_by.sql ch/tests/queries/0_stateless/03107_ill_formed_select_in_materialized_view.sql ch/tests/queries/0_stateless/03169_modify_column_data_loss.sql ch/tests/queries/0_stateless/01746_test_for_tupleElement_must_be_constant_issue.sql ch/tests/queries/0_stateless/01655_agg_if_nullable.sql ch/tests/queries/0_stateless/02968_sumMap_with_nan.sql ch/tests/queries/0_stateless/02844_distributed_virtual_columns.sql ch/tests/queries/0_stateless/02507_to_unix_timestamp_overflow.sql ch/tests/queries/0_stateless/03090_analyzer_multiple_using_statements.sql ch/tests/queries/0_stateless/01056_create_table_as.sql ch/tests/queries/0_stateless/01801_dateDiff_DateTime64.sql ch/tests/queries/0_stateless/02732_transform_fuzz.sql ch/tests/queries/0_stateless/02015_column_default_dict_get_identifier.sql ch/tests/queries/0_stateless/01747_join_view_filter_dictionary.sql ch/tests/queries/0_stateless/00824_filesystem.sql ch/tests/queries/0_stateless/03129_cte_with_final.sql ch/tests/queries/0_stateless/02313_group_by_modifiers_with_non_default_types.sql ch/tests/queries/0_stateless/01152_cross_replication.sql ch/tests/queries/0_stateless/01548_with_totals_having.sql ch/tests/queries/0_stateless/01069_set_in_group_by.sql ch/tests/queries/0_stateless/00299_stripe_log_multiple_inserts.sql ch/tests/queries/0_stateless/02513_analyzer_sort_msan.sql ch/tests/queries/0_stateless/03015_aggregator_empty_data_multiple_blocks.sql ch/tests/queries/0_stateless/03152_trailing_comma_in_columns_list_in_insert.sql ch/tests/queries/0_stateless/02861_join_on_nullsafe_compare.gen.sql ch/tests/queries/0_stateless/02101_sql_user_defined_functions_create_or_replace.sql ch/tests/queries/0_stateless/02267_empty_arrays_read_reverse.sql ch/tests/queries/0_stateless/00605_intersections_aggregate_functions.sql ch/tests/queries/0_stateless/01817_storage_buffer_parameters.sql ch/tests/queries/0_stateless/02006_test_positional_arguments_on_cluster.sql ch/tests/queries/0_stateless/03128_merge_tree_index_lazy_load.sql ch/tests/queries/0_stateless/03203_function_printf.sql ch/tests/queries/0_stateless/02493_analyzer_table_functions_untuple.sql ch/tests/queries/0_stateless/01051_same_name_alias_with_joins.sql ch/tests/queries/0_stateless/01715_tuple_insert_null_as_default.sql ch/tests/queries/0_stateless/01117_greatest_least_case.sql ch/tests/queries/0_stateless/01017_bithamming_distance.sql ch/tests/queries/0_stateless/01710_normal_projection_fix1.sql ch/tests/queries/0_stateless/02477_fuse_quantiles.sql ch/tests/queries/0_stateless/02981_nested_bad_types.sql ch/tests/queries/0_stateless/01533_sum_if_nullable_bug.sql ch/tests/queries/0_stateless/01419_merge_tree_settings_sanity_check.sql ch/tests/queries/0_stateless/00532_topk_generic.sql ch/tests/queries/0_stateless/03205_json_cast_from_string.sql ch/tests/queries/0_stateless/02021_map_bloom_filter_index.sql ch/tests/queries/0_stateless/01747_transform_empty_arrays.sql ch/tests/queries/0_stateless/02780_final_streams_data_skipping_index.sql ch/tests/queries/0_stateless/00015_totals_having_constants.sql ch/tests/queries/0_stateless/03276_parquet_output_compression_level.sql ch/tests/queries/0_stateless/02183_array_tuple_literals_remote.sql ch/tests/queries/0_stateless/01744_tuple_cast_to_map_bugfix.sql ch/tests/queries/0_stateless/03110_unicode_alias.sql ch/tests/queries/0_stateless/01891_partition_hash_no_long_int.sql ch/tests/queries/0_stateless/00625_summing_merge_tree_merge.sql ch/tests/queries/0_stateless/02864_statistics_usage.sql ch/tests/queries/0_stateless/01825_type_json_bools.sql ch/tests/queries/0_stateless/00916_create_or_replace_view.sql ch/tests/queries/0_stateless/02102_sql_user_defined_functions_create_if_not_exists.sql ch/tests/queries/0_stateless/00819_full_join_wrong_columns_in_block.sql ch/tests/queries/0_stateless/02810_fix_remove_dedundant_distinct_view.sql ch/tests/queries/0_stateless/01747_executable_pool_dictionary_implicit_key.sql ch/tests/queries/0_stateless/03221_mutate_profile_events.sql ch/tests/queries/0_stateless/02478_projection_with_group_by_alter.sql ch/tests/queries/0_stateless/02096_date_time_1970_saturation2.sql ch/tests/queries/0_stateless/01710_query_log_with_projection_info.sql ch/tests/queries/0_stateless/00742_require_join_strictness.sql ch/tests/queries/0_stateless/02346_fulltext_index_bug52019.sql ch/tests/queries/0_stateless/01421_array_nullable_element_nullable_index.sql ch/tests/queries/0_stateless/00628_in_lambda_on_merge_table_bug.sql ch/tests/queries/0_stateless/01733_transform_ubsan.sql ch/tests/queries/0_stateless/01384_bloom_filter_bad_arguments.sql ch/tests/queries/0_stateless/01292_create_user.sql ch/tests/queries/0_stateless/01069_insert_float_as_nullable_unit8.sql ch/tests/queries/0_stateless/00069_date_arithmetic.sql ch/tests/queries/0_stateless/00804_rollup_with_having.sql ch/tests/queries/0_stateless/01155_rename_move_materialized_view.sql ch/tests/queries/0_stateless/02014_dict_get_nullable_key.sql ch/tests/queries/0_stateless/01078_bloom_filter_operator_not_has.sql ch/tests/queries/0_stateless/00971_merge_tree_uniform_read_distribution_and_max_rows_to_read.sql ch/tests/queries/0_stateless/00374_any_last_if_merge.sql ch/tests/queries/0_stateless/02191_parse_date_time_best_effort_more_cases.sql ch/tests/queries/0_stateless/03023_group_by_use_nulls_analyzer_crashes.sql ch/tests/queries/0_stateless/02670_constant_skip_index.sql ch/tests/queries/0_stateless/03261_sort_cursor_crash.sql ch/tests/queries/0_stateless/02903_bug_43644.sql ch/tests/queries/0_stateless/01904_dictionary_default_nullable_type.sql ch/tests/queries/0_stateless/01030_storage_url_syntax.sql ch/tests/queries/0_stateless/03024_total_rows_approx_is_set_for_system_zeros_and_generate_random.sql ch/tests/queries/0_stateless/01050_clickhouse_dict_source_with_subquery.sql ch/tests/queries/0_stateless/02734_sparse_columns_short_circuit.sql ch/tests/queries/0_stateless/03036_join_filter_push_down_equivalent_sets.sql ch/tests/queries/0_stateless/01016_simhash_minhash_ppc.sql ch/tests/queries/0_stateless/00255_array_concat_string.sql ch/tests/queries/0_stateless/01543_parse_datetime_besteffort_or_null_empty_string.sql ch/tests/queries/0_stateless/01081_demangle.sql ch/tests/queries/0_stateless/01669_columns_declaration_serde_long.sql ch/tests/queries/0_stateless/03052_query_hash_includes_aliases.sql ch/tests/queries/0_stateless/01293_show_settings.sql ch/tests/queries/0_stateless/01550_mutation_subquery.sql ch/tests/queries/0_stateless/00817_with_simple.sql ch/tests/queries/0_stateless/02461_join_lc_issue_42380.sql ch/tests/queries/0_stateless/01362_year_of_ISO8601_week_modificators_for_formatDateTime.sql ch/tests/queries/0_stateless/00118_storage_join.sql ch/tests/queries/0_stateless/03273_select_from_explain_ast_non_select.sql ch/tests/queries/0_stateless/00556_array_intersect.sql ch/tests/queries/0_stateless/01925_test_storage_merge_aliases_analyzer.sql ch/tests/queries/0_stateless/03078_analyzer_multi_scalar_subquery_aliases.sql ch/tests/queries/0_stateless/00822_array_insert_default.sql ch/tests/queries/0_stateless/02162_range_hashed_dictionary_ddl_expression.sql ch/tests/queries/0_stateless/02413_replace_partition_zero_copy.sql ch/tests/queries/0_stateless/01323_redundant_functions_in_order_by.sql ch/tests/queries/0_stateless/01735_to_datetime64.sql ch/tests/queries/0_stateless/01442_date_time_with_params.sql ch/tests/queries/0_stateless/01891_partition_by_uuid.sql ch/tests/queries/0_stateless/02841_not_ready_set_constraints.sql ch/tests/queries/0_stateless/00413_least_greatest_new_behavior.sql ch/tests/queries/0_stateless/03246_alter_update_dynamic_hung.sql ch/tests/queries/0_stateless/01055_prewhere_bugs.sql ch/tests/queries/0_stateless/01166_truncate_multiple_partitions.sql ch/tests/queries/0_stateless/03205_hashing_empty_tuples.sql ch/tests/queries/0_stateless/03034_recursive_cte_tree.sql ch/tests/queries/0_stateless/02961_drop_tables.sql ch/tests/queries/0_stateless/01870_modulo_partition_key.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_4.sql ch/tests/queries/0_stateless/00700_decimal_null.sql ch/tests/queries/0_stateless/01015_attach_part.sql ch/tests/queries/0_stateless/02982_create_mv_inner_extra.sql ch/tests/queries/0_stateless/01881_create_as_tuple.sql ch/tests/queries/0_stateless/02831_regexp_analyze_recursion.sql ch/tests/queries/0_stateless/01825_type_json_17.sql ch/tests/queries/0_stateless/02281_limit_by_distributed.sql ch/tests/queries/0_stateless/01774_ip_address_in_range.sql ch/tests/queries/0_stateless/02923_explain_expired_context.sql ch/tests/queries/0_stateless/01602_modified_julian_day_msan.sql ch/tests/queries/0_stateless/02845_prewhere_preserve_column.sql ch/tests/queries/0_stateless/02401_merge_tree_old_tmp_dirs_cleanup.sql ch/tests/queries/0_stateless/02517_executable_pool_bad_input_query.sql ch/tests/queries/0_stateless/02832_transform_fixed_string_no_default.sql ch/tests/queries/0_stateless/00811_garbage.sql ch/tests/queries/0_stateless/02053_INSERT_SELECT_MATERIALIZED.sql ch/tests/queries/0_stateless/00494_shard_alias_substitution_bug.sql ch/tests/queries/0_stateless/01837_database_memory_ddl_dictionaries.sql ch/tests/queries/0_stateless/02406_try_read_datetime64_bug.sql ch/tests/queries/0_stateless/02562_regexp_extract.sql ch/tests/queries/0_stateless/02994_cosineDistanceNullable.sql ch/tests/queries/0_stateless/02977_csv_format_support_tuple.sql ch/tests/queries/0_stateless/01359_geodistance_loop.sql ch/tests/queries/0_stateless/00927_asof_join_long.sql ch/tests/queries/0_stateless/02868_distinct_to_count_optimization.sql ch/tests/queries/0_stateless/01533_multiple_nested.sql ch/tests/queries/0_stateless/01548_lzy305.sql ch/tests/queries/0_stateless/02292_hash_array_tuples.sql ch/tests/queries/0_stateless/00668_compare_arrays_silviucpp.sql ch/tests/queries/0_stateless/02531_semi_join_null_const_bug.sql ch/tests/queries/0_stateless/00519_create_as_select_from_temporary_table.sql ch/tests/queries/0_stateless/01305_nullable-prewhere_bug.sql ch/tests/queries/0_stateless/03055_analyzer_subquery_group_array.sql ch/tests/queries/0_stateless/03059_analyzer_join_engine_missing_column.sql ch/tests/queries/0_stateless/01780_range_msan.sql ch/tests/queries/0_stateless/00995_order_by_with_fill.sql ch/tests/queries/0_stateless/00369_int_div_of_float.sql ch/tests/queries/0_stateless/02242_throw_if_constant_argument.sql ch/tests/queries/0_stateless/01385_not_function.sql ch/tests/queries/0_stateless/03247_object_column_copy.sql ch/tests/queries/0_stateless/00056_join_number_string.sql ch/tests/queries/0_stateless/01716_drop_rename_sign_column.sql ch/tests/queries/0_stateless/02807_lower_utf8_msan.sql ch/tests/queries/0_stateless/01616_untuple_access_field.sql ch/tests/queries/0_stateless/03213_distributed_analyzer.sql ch/tests/queries/0_stateless/02184_storage_add_support_ttl.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_small.gen.sql ch/tests/queries/0_stateless/02371_create_temporary_table_as_with_columns_list.sql ch/tests/queries/0_stateless/02375_double_escaping_json.sql ch/tests/queries/0_stateless/03150_trace_log_add_build_id.sql ch/tests/queries/0_stateless/02344_analyzer_multiple_aliases_for_expression.sql ch/tests/queries/0_stateless/02124_uncompressed_cache.sql ch/tests/queries/0_stateless/00052_all_left_join.sql ch/tests/queries/0_stateless/00980_skip_unused_shards_without_sharding_key.sql ch/tests/queries/0_stateless/00898_quantile_timing_parameter_check.sql ch/tests/queries/0_stateless/00877_memory_limit_for_new_delete.sql ch/tests/queries/0_stateless/02267_join_dup_columns_issue36199.sql ch/tests/queries/0_stateless/02816_has_token_empty.sql ch/tests/queries/0_stateless/02731_nothing_deserialization.sql ch/tests/queries/0_stateless/02997_insert_select_too_many_parts_multithread.sql ch/tests/queries/0_stateless/03013_addDays_with_timezone.sql ch/tests/queries/0_stateless/01412_row_from_totals.sql ch/tests/queries/0_stateless/00332_quantile_timing_memory_leak.sql ch/tests/queries/0_stateless/02515_distinct_zero_size_key_bug_44831.sql ch/tests/queries/0_stateless/02242_join_rocksdb.sql ch/tests/queries/0_stateless/02475_date_time_schema_inference_bug.sql ch/tests/queries/0_stateless/01698_map_populate_overflow.sql ch/tests/queries/0_stateless/01286_constraints_on_default.sql ch/tests/queries/0_stateless/00979_set_index_not.sql ch/tests/queries/0_stateless/02232_partition_pruner_single_point.sql ch/tests/queries/0_stateless/02725_object_column_alter.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/01915_merge_prewhere_virtual_column_rand_chao_wang.sql ch/tests/queries/0_stateless/02867_null_lc_in_bug.sql ch/tests/queries/0_stateless/02813_create_index_noop.sql ch/tests/queries/0_stateless/00228_shard_quantiles_deterministic_merge_overflow.sql ch/tests/queries/0_stateless/03164_early_constant_folding_analyzer.sql ch/tests/queries/0_stateless/02967_parallel_replicas_joins_and_analyzer.gen.sql ch/tests/queries/0_stateless/01923_ttl_with_modify_column.sql ch/tests/queries/0_stateless/02433_default_expression_operator_in.sql ch/tests/queries/0_stateless/02347_rank_corr_size_overflow.sql ch/tests/queries/0_stateless/02491_part_log_has_table_uuid.sql ch/tests/queries/0_stateless/00042_set.sql ch/tests/queries/0_stateless/02800_transform_alter.sql ch/tests/queries/0_stateless/02306_part_types_profile_events.sql ch/tests/queries/0_stateless/00936_substring_utf8_non_const.sql ch/tests/queries/0_stateless/02480_interval_casting_and_subquery.sql ch/tests/queries/0_stateless/02525_range_hashed_dictionary_update_field.sql ch/tests/queries/0_stateless/01071_force_optimize_skip_unused_shards.sql ch/tests/queries/0_stateless/00818_inner_join_bug_3567.sql ch/tests/queries/0_stateless/01018_ddl_dictionaries_select.sql ch/tests/queries/0_stateless/02241_array_first_last_or_null.sql ch/tests/queries/0_stateless/02243_make_date32_mysql.sql ch/tests/queries/0_stateless/02268_json_wrong_root_type_in_schema_inference.sql ch/tests/queries/0_stateless/01109_exchange_tables.sql ch/tests/queries/0_stateless/02346_additional_filters_index.sql ch/tests/queries/0_stateless/00930_arrayIntersect.sql ch/tests/queries/0_stateless/01038_array_of_unnamed_tuples.sql ch/tests/queries/0_stateless/01910_memory_tracking_topk.sql ch/tests/queries/0_stateless/01358_constexpr_constraint.sql ch/tests/queries/0_stateless/00087_math_functions.sql ch/tests/queries/0_stateless/00284_external_aggregation_2.sql ch/tests/queries/0_stateless/00438_bit_rotate.sql ch/tests/queries/0_stateless/02179_range_hashed_dictionary_invalid_interval.sql ch/tests/queries/0_stateless/01908_with_unknown_column.sql ch/tests/queries/0_stateless/00098_g_union_all.sql ch/tests/queries/0_stateless/02286_convert_decimal_type.sql ch/tests/queries/0_stateless/01509_output_format_pretty_row_numbers.sql ch/tests/queries/0_stateless/00327_summing_composite_nested.sql ch/tests/queries/0_stateless/01811_filter_by_null.sql ch/tests/queries/0_stateless/01753_direct_dictionary_simple_key.sql ch/tests/queries/0_stateless/03303_alias_inverse_order.sql ch/tests/queries/0_stateless/02112_with_fill_interval.sql ch/tests/queries/0_stateless/02461_mullable_pk_monotonicity_bug.sql ch/tests/queries/0_stateless/01288_shard_max_network_bandwidth.sql ch/tests/queries/0_stateless/02766_bitshift_with_const_arguments.sql ch/tests/queries/0_stateless/02992_analyzer_group_by_const.sql ch/tests/queries/0_stateless/03261_json_hints_types_check.sql ch/tests/queries/0_stateless/02286_tuple_numeric_identifier.sql ch/tests/queries/0_stateless/02890_untuple_column_names.sql ch/tests/queries/0_stateless/02998_attach_partition_not_allowed_if_structure_differs_due_to_materialized_column.sql ch/tests/queries/0_stateless/02385_profile_events_overflow.sql ch/tests/queries/0_stateless/01010_pmj_skip_blocks.sql ch/tests/queries/0_stateless/01064_incremental_streaming_from_2_src_with_feedback.sql ch/tests/queries/0_stateless/01718_subtract_seconds_date.sql ch/tests/queries/0_stateless/01338_sha256_fixedstring.sql ch/tests/queries/0_stateless/03173_check_cyclic_dependencies_on_create_and_rename.sql ch/tests/queries/0_stateless/01450_set_null_const.sql ch/tests/queries/0_stateless/02534_keyed_siphash.sql ch/tests/queries/0_stateless/02560_quantile_min_max.sql ch/tests/queries/0_stateless/03066_analyzer_global_with_statement.sql ch/tests/queries/0_stateless/03210_convert_outer_join_to_inner_join_any_join.sql ch/tests/queries/0_stateless/02293_compatibility_ignore_auto_increment_in_create_table.sql ch/tests/queries/0_stateless/01691_DateTime64_clamp.sql ch/tests/queries/0_stateless/02900_window_function_with_sparse_column.sql ch/tests/queries/0_stateless/00553_buff_exists_materlized_column.sql ch/tests/queries/0_stateless/00081_int_div_or_zero.sql ch/tests/queries/0_stateless/01088_array_slice_of_aggregate_functions.sql ch/tests/queries/0_stateless/01478_not_equi-join_on.sql ch/tests/queries/0_stateless/00567_parse_datetime_as_unix_timestamp.sql ch/tests/queries/0_stateless/00609_distributed_with_case_when_then.sql ch/tests/queries/0_stateless/00715_bounding_ratio_merge_empty.sql ch/tests/queries/0_stateless/02366_kql_native_interval_format.gen.sql ch/tests/queries/0_stateless/02576_rewrite_array_exists_to_has.sql ch/tests/queries/0_stateless/02932_group_by_null_fuzzer.sql ch/tests/queries/0_stateless/01231_operator_null_in.sql ch/tests/queries/0_stateless/00800_low_cardinality_distinct_numeric.sql ch/tests/queries/0_stateless/00845_join_on_aliases.sql ch/tests/queries/0_stateless/02944_variant_as_common_type_analyzer.sql ch/tests/queries/0_stateless/00059_shard_global_in_mergetree.sql ch/tests/queries/0_stateless/01275_extract_groups_check.sql ch/tests/queries/0_stateless/03009_consecutive_keys_nullable.sql ch/tests/queries/0_stateless/02454_json_object_each_row_column_for_object_name.sql ch/tests/queries/0_stateless/02321_nested_short_circuit_functions.sql ch/tests/queries/0_stateless/01615_two_args_function_index_fix.sql ch/tests/queries/0_stateless/02139_MV_with_scalar_subquery.sql ch/tests/queries/0_stateless/00903_array_with_constant_function.sql ch/tests/queries/0_stateless/00975_values_list.sql ch/tests/queries/0_stateless/01457_order_by_limit.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_2_wide_merge_tree.sql ch/tests/queries/0_stateless/02294_fp_seconds_profile.sql ch/tests/queries/0_stateless/02233_optimize_aggregation_in_order_prefix_with_merge.sql ch/tests/queries/0_stateless/01759_dictionary_unique_attribute_names.sql ch/tests/queries/0_stateless/00084_summing_merge_tree.sql ch/tests/queries/0_stateless/02969_functions_to_subcolumns_if_null.sql ch/tests/queries/0_stateless/02400_create_table_on_cluster_normalization.sql ch/tests/queries/0_stateless/01923_different_expression_name_alias.sql ch/tests/queries/0_stateless/01518_filtering_aliased_materialized_column.sql ch/tests/queries/0_stateless/02583_map_literal_cast.sql ch/tests/queries/0_stateless/01921_with_fill_with_totals.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_constant_query.sql ch/tests/queries/0_stateless/01901_test_attach_partition_from.sql ch/tests/queries/0_stateless/01072_nullable_jit.sql ch/tests/queries/0_stateless/02343_analyzer_lambdas_issue_28083.sql ch/tests/queries/0_stateless/02501_analyzer_expired_context_crash_fix.sql ch/tests/queries/0_stateless/02835_join_step_explain.sql ch/tests/queries/0_stateless/03143_cte_scope.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/02713_ip4_uint_compare.sql ch/tests/queries/0_stateless/01855_jit_comparison_constant_result.sql ch/tests/queries/0_stateless/01295_aggregation_bug_11413.sql ch/tests/queries/0_stateless/00579_merge_tree_partition_and_primary_keys_using_same_expression.sql ch/tests/queries/0_stateless/02709_storage_memory_compressed.sql ch/tests/queries/0_stateless/02676_trailing_commas.sql ch/tests/queries/0_stateless/02296_ttl_non_deterministic.sql ch/tests/queries/0_stateless/02481_aggregation_in_order_plan.sql ch/tests/queries/0_stateless/02954_analyzer_fuzz_i57086.sql ch/tests/queries/0_stateless/01686_rocksdb.sql 2025-10-03 17:39:19 [New Thread 0x7fbf09fff640 (LWP 971)] 2025-10-03 17:39:20 [New Thread 0x7fbf097fe640 (LWP 972)] 2025-10-03 17:39:20 [New Thread 0x7fbf08ffd640 (LWP 973)] 2025-10-03 17:39:21 [New Thread 0x7fbf087fc640 (LWP 974)] 2025-10-03 17:39:21 [New Thread 0x7fbf07ffb640 (LWP 975)] 2025-10-03 17:39:21 [New Thread 0x7fbf077fa640 (LWP 976)] 2025-10-03 17:39:21 [New Thread 0x7fbf06ff9640 (LWP 977)] 2025-10-03 17:44:59 [New Thread 0x7fbeacfff640 (LWP 978)] 2025-10-03 17:44:59 [New Thread 0x7fbeac7fe640 (LWP 979)] 2025-10-03 17:44:59 [New Thread 0x7fbeabffd640 (LWP 980)] 2025-10-03 17:44:59 [New Thread 0x7fbeab7fc640 (LWP 981)] 2025-10-03 17:44:59 [New Thread 0x7fbeaaffb640 (LWP 982)] 2025-10-03 17:44:59 [New Thread 0x7fbeaa7fa640 (LWP 983)] 2025-10-03 17:44:59 [New Thread 0x7fbea9ff9640 (LWP 984)] 2025-10-03 17:44:59 [New Thread 0x7fbea97f8640 (LWP 985)] 2025-10-03 17:44:59 [New Thread 0x7fbea8ff7640 (LWP 986)] 2025-10-03 17:44:59 [New Thread 0x7fbea87f6640 (LWP 987)] 2025-10-03 17:44:59 [New Thread 0x7fbea7ff5640 (LWP 988)] 2025-10-03 17:59:43 2025-10-03 17:59:43 Thread 716 "TCPHandler" received signal SIGABRT, Aborted. 2025-10-03 17:59:43 [Switching to Thread 0x7fc13cffe640 (LWP 176)] 2025-10-03 17:59:43 0x00007fc255bd39fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 17:59:43 #0 0x00007fc255bd39fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 17:59:43 No symbol table info available. 2025-10-03 17:59:43 #1 0x00007fc255b7f476 in raise () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 17:59:43 No symbol table info available. 2025-10-03 17:59:43 #2 0x00007fc255b657f3 in abort () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 17:59:43 No symbol table info available. 2025-10-03 17:59:43 #3 0x000000000c64f853 in DB::abortOnFailedAssertion (description=..., trace=, trace_offset=trace_offset@entry=0, trace_size=) at /build/src/Common/Exception.cpp:48 2025-10-03 17:59:43 logger = 2025-10-03 17:59:43 #4 0x000000000c650314 in DB::handle_error_code (msg=..., code=49, trace=..., remote=) at /build/src/Common/Exception.cpp:71 2025-10-03 17:59:43 No locals. 2025-10-03 17:59:43 #5 DB::Exception::Exception (this=0x7fbf3b8dca80, msg_masked=..., code=49, remote_=) at /build/src/Common/Exception.cpp:115 2025-10-03 17:59:43 No locals. 2025-10-03 17:59:43 #6 0x000000000700f16c in DB::Exception::Exception (this=0x7fbf3b8dca80, msg=..., code=49, remote_=false) at /build/src/Common/Exception.h:111 2025-10-03 17:59:43 No locals. 2025-10-03 17:59:43 #7 DB::Exception::Exception (this=0x7fbf3b8dca80, msg=..., code=49) at /build/src/Common/Exception.h:64 2025-10-03 17:59:43 No locals. 2025-10-03 17:59:43 #8 0x000000000b5a89eb in DB::Exception::Exception, std::__1::allocator >&, std::__1::basic_string, std::__1::allocator >&> (this=0x7fbf3b8dca80, code=49, fmt=..., args=..., args=...) at /build/src/Common/Exception.h:129 2025-10-03 17:59:44 No locals. 2025-10-03 17:59:44 #9 0x000000001191187d in DB::executeQueryImpl (begin=begin@entry=0x7fbfc5f56260 "EXPLAIN PIPELINE compact = true SELECT tupleElement(('a', 1, 10) AS x, 1), '85283473ffffff', 14 FROM system.numbers LIMIT 1024", end=0x7fbfc5f562e6 "", context=..., flags=..., stage=DB::QueryProcessingStage::Complete, istr=0x0) at /build/src/Interpreters/executeQuery.cpp:818 2025-10-03 17:59:44 ast2 = {__ptr_ = 0x7fbfc6299998, __cntrl_ = 0x7fbfc6299980} 2025-10-03 17:59:44 formatted2 = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc05132ca00 "EXPLAIN PIPELINE compact = true SELECT tuple(('a', 1, 10) AS x).1, '85283473ffffff', 14 FROM system.numbers LIMIT 1024", __size_ = 118, __cap_ = 128, __is_long_ = 1}, __s = {__data_ = "\000\3122Q\300\177\000\000v\000\000\000\000\000\000\000\200\000\000\000\000\000", __padding_ = 0x7fc13cfecce7 "\200", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140463972731392, 118, 9223372036854775936}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 17:59:44 new_max_query_size = 2025-10-03 17:59:44 e = 2025-10-03 17:59:44 parser = { = { = {_vptr$IParser = 0x18bb96f0 }, }, end = 0x7fbfc5f562e6 "", allow_settings_after_format_in_insert = false} 2025-10-03 17:59:44 formatted1 = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbf3d737600 "EXPLAIN PIPELINE compact = true SELECT (('a', 1, 10) AS x).1, '85283473ffffff', 14 FROM system.numbers LIMIT 1024", __size_ = 113, __cap_ = 128, __is_long_ = 1}, __s = {__data_ = "\000vs=\277\177\000\000q\000\000\000\000\000\000\000\200\000\000\000\000\000", __padding_ = 0x7fc13cfec507 "\200,\001", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140459346458112, 113, 9223372036854775936}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 17:59:44 query_end = 2025-10-03 17:59:44 is_create_parameterized_view = 2025-10-03 17:59:44 probably_has_params = 2025-10-03 17:59:44 query_span = {__ptr_ = 0x7fc051344918, __cntrl_ = 0x7fc051344900} 2025-10-03 17:59:44 query_start_time = {__d_ = {__rep_ = 1759507183529591}} 2025-10-03 17:59:44 ast = {__ptr_ = 0x7fbf3d6c3b18, __cntrl_ = 0x7fbf3d6c3b00} 2025-10-03 17:59:44 query = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13cfebf37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 17:59:44 query_for_logging = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13cfebef7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 17:59:44 process_list_entry = {__ptr_ = 0x7fbf3ca01400, __cntrl_ = 0x0} 2025-10-03 17:59:45 res = {process_list_entry = {__ptr_ = 0x0, __cntrl_ = 0x0}, pipeline = {resources = {interpreter_context = {__begin_ = 0x10200000101, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, storage_holders = {__begin_ = 0x186a0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x3f800000}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, table_locks = {__begin_ = 0x1, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, query_id_holders = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x1}, >, 1, true>> = { >> = { > >> = {}, }, }, }}}, progress_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\000 |=\277\177\000", __large = 0x0}, __invoker_ = {__call_ = 0xc840000 ::default_value(int const&)+96>}, __policy_ = 0x23c34600}}, quota = {__ptr_ = 0x0, __cntrl_ = 0x1}, update_profile_events = false, processors = {__ptr_ = 0x7fbf3d4ee300, __cntrl_ = 0x3e8}, input = 0x0, output = 0xf4240, totals = 0x0, extremes = 0x100000, process_list_element = {__ptr_ = 0x0, __cntrl_ = 0xf4240}, output_format = 0x0, num_threads = 2, concurrency_control = false}, finish_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\000B\017\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0x0}, __policy_ = 0x0}}, exception_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000zƿ\177\000\000\003\000\000\000\000\000\000", __large = 0x7fbfc67a0000}, __invoker_ = {__call_ = 0xc773800 ::ThreadFromGlobalPoolImpl(void (DB::CgroupsMemoryUsageObserver::*&&)(), DB::CgroupsMemoryUsageObserver*&&)+512>}, __policy_ = 0x18550000 }}, null_format = 117} 2025-10-03 17:59:45 implicit_txn_control = {__ptr_ = 0x7fc255783600, __cntrl_ = 0x0} 2025-10-03 17:59:45 query_database = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13cfebfb7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 17:59:45 query_table = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13cfebf97 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 17:59:45 execute_implicit_tcl_query = {implicit_txn_control = {__ptr_ = 0x7fc255783600, __cntrl_ = 0x1c9c380}} 2025-10-03 17:59:45 internal = false 2025-10-03 17:59:45 start_watch = {start_ns = 1660518223287, stop_ns = 0, clock_type = 1, is_running = true} 2025-10-03 17:59:46 client_info = @0x7fbfc5f9f608: {query_kind = DB::ClientInfo::QueryKind::INITIAL_QUERY, current_user = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 0, __cap_ = 504403158265495552, __is_long_ = 0}, __s = {__data_ = "default", '\000' , __padding_ = 0x7fbfc5f9f627 "\a\300\t\240<\277\177", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 0, 504403158265495552}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, current_query_id = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbf3ca009c0 "8964e4a5-a651-4f48-adf2-98956f7e6b11", __size_ = 36, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\300\t\240<\277\177\000\000$\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fbfc5f9f63f "\200\340\352\006ƿ\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140459332602304, 36, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, current_address = {static IPv4 = Poco::Net::AddressFamily::IPv4, static IPv6 = Poco::Net::AddressFamily::IPv6, static UNIX_LOCAL = Poco::Net::AddressFamily::UNIX_LOCAL, _pImpl = {_ptr = 0x7fbfc606eae0}}, initial_user = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 0, __cap_ = 504403158265495552, __is_long_ = 0}, __s = {__data_ = "default", '\000' , __padding_ = 0x7fbfc5f9f65f "\a\220\031\244<\277\177", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 0, 504403158265495552}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, initial_query_id = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbf3ca41990 "8964e4a5-a651-4f48-adf2-98956f7e6b11", __size_ = 36, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\220\031\244<\277\177\000\000$\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fbfc5f9f677 "\200`.m=\277\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140459332868496, 36, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, initial_address = {static IPv4 = Poco::Net::AddressFamily::IPv4, static IPv6 = Poco::Net::AddressFamily::IPv6, static UNIX_LOCAL = Poco::Net::AddressFamily::UNIX_LOCAL, _pImpl = {_ptr = 0x7fbf3d6d2e60}}, initial_query_start_time = 1759507183, initial_query_start_time_microseconds = {value = 1759507183529591}, client_trace_context = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f6bf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, interface = DB::ClientInfo::Interface::TCP, is_secure = false, certificate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f6e7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, os_user = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f6ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, client_hostname = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbf3ca01f80 "github-hetzner-runner-standby-1759505419372002", __size_ = 46, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\200\037\240<\277\177\000\000.\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fbfc5f9f717 "\200ClickHouse client", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140459332607872, 46, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, client_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x756f486b63696c43 , __size_ = 7954880231060301171, __cap_ = 1224979098644775028, __is_long_ = 0}, __s = {__data_ = "ClickHouse client\000\000\000\000\000", __padding_ = 0x7fbfc5f9f72f "\021\030", __size_ = 17 '\021', __is_long_ = 0 '\000'}, __r = {__words = {8462061850919005251, 7954880231060301171, 1224979098644775028}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, client_version_major = 24, client_version_minor = 8, client_version_patch = 14, client_tcp_protocol_version = 54472, connection_client_version_major = 24, connection_client_version_minor = 8, connection_client_version_patch = 0, connection_tcp_protocol_version = 54472, http_method = DB::ClientInfo::HTTPMethod::UNKNOWN, http_user_agent = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f787 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, http_referer = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f79f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, http_headers = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>*>, 1, true>> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>*>> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*> >, 1, true>> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*> >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, 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::basic_string, std::__1::allocator > >, 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::basic_string, std::__1::allocator > >, 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::basic_string, std::__1::allocator > >, 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>> = {}, }, }, }, }}}, connection_id = 0, forwarded_for = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f7e7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, quota_key = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f7ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, distributed_depth = 0, is_replicated_database_internal = false, collaborate_with_initiator = false, obsolete_count_participating_replicas = 0, number_of_current_replica = 0, background_operation_type = DB::ClientInfo::BackgroundOperationType::NOT_A_BACKGROUND_OPERATION} 2025-10-03 17:59:54 settings = @0x7fbfd0224000: {> = { = {dialect = {value = DB::Dialect::clickhouse, changed = false}, min_compress_block_size = {value = 65536, changed = false}, max_compress_block_size = {value = 1048576, changed = false}, max_block_size = {value = 65409, changed = false}, max_insert_block_size = {value = 1048449, changed = false}, min_insert_block_size_rows = {value = 1048449, changed = false}, min_insert_block_size_bytes = {value = 268402944, changed = false}, min_insert_block_size_rows_for_materialized_views = {value = 0, changed = false}, min_insert_block_size_bytes_for_materialized_views = {value = 0, changed = false}, min_external_table_block_size_rows = {value = 1048449, changed = false}, min_external_table_block_size_bytes = {value = 268402944, changed = false}, max_joined_block_size_rows = {value = 65409, changed = false}, max_insert_threads = {value = 0, changed = false}, max_insert_delayed_streams_for_parallel_write = {value = 0, changed = false}, max_final_threads = {is_auto = true, value = 16, changed = false}, max_threads_for_indexes = {value = 0, changed = false}, max_threads = {is_auto = true, value = 16, changed = false}, use_concurrency_control = {value = true, changed = false}, max_download_threads = {is_auto = false, value = 4, changed = false}, max_parsing_threads = {is_auto = true, value = 16, changed = false}, max_download_buffer_size = {value = 10485760, changed = false}, max_read_buffer_size = {value = 1048576, changed = false}, max_read_buffer_size_local_fs = {value = 131072, changed = false}, max_read_buffer_size_remote_fs = {value = 0, changed = false}, max_distributed_connections = {value = 1024, changed = false}, max_query_size = {value = 262144, changed = false}, interactive_delay = {value = 100000, changed = false}, connect_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 = false}, handshake_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 10000000}, changed = false}, connect_timeout_with_failover_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, changed = false}, connect_timeout_with_failover_secure_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, changed = false}, 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 = 10000000}, changed = true}, 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 = 300000000}, changed = false}, tcp_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 = 290000000}, changed = false}, hedged_connection_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 50000}, changed = false}, receive_data_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 10000000}, changed = true}, use_hedged_requests = {value = true, changed = false}, allow_changing_replica_until_first_data_packet = {value = false, changed = false}, queue_max_wait_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, connection_pool_max_wait_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, replace_running_query_max_wait_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 5000000}, changed = false}, kafka_max_wait_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 5000000}, changed = false}, rabbitmq_max_wait_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 5000000}, changed = false}, poll_interval = {value = 10, changed = false}, idle_connection_timeout = {value = 3600, changed = false}, distributed_connections_pool_size = {value = 1024, changed = false}, connections_with_failover_max_tries = {value = 3, changed = false}, s3_strict_upload_part_size = {value = 0, changed = false}, azure_strict_upload_part_size = {value = 0, changed = false}, azure_max_blocks_in_multipart_upload = {value = 50000, changed = false}, s3_min_upload_part_size = {value = 16777216, changed = false}, s3_max_upload_part_size = {value = 5368709120, changed = false}, azure_min_upload_part_size = {value = 16777216, changed = false}, azure_max_upload_part_size = {value = 5368709120, changed = false}, s3_upload_part_size_multiply_factor = {value = 2, changed = false}, s3_upload_part_size_multiply_parts_count_threshold = {value = 500, changed = false}, s3_max_part_number = {value = 10000, changed = false}, s3_max_single_operation_copy_size = {value = 33554432, changed = false}, azure_upload_part_size_multiply_factor = {value = 2, changed = false}, azure_upload_part_size_multiply_parts_count_threshold = {value = 500, changed = false}, s3_max_inflight_parts_for_one_file = {value = 20, changed = false}, azure_max_inflight_parts_for_one_file = {value = 20, changed = false}, s3_max_single_part_upload_size = {value = 33554432, changed = false}, azure_max_single_part_upload_size = {value = 104857600, changed = false}, azure_max_single_part_copy_size = {value = 268435456, changed = false}, s3_max_single_read_retries = {value = 4, changed = false}, azure_max_single_read_retries = {value = 4, changed = false}, azure_max_unexpected_write_error_retries = {value = 4, changed = false}, s3_max_unexpected_write_error_retries = {value = 4, changed = false}, s3_max_redirects = {value = 10, changed = false}, s3_max_connections = {value = 1024, changed = false}, s3_max_get_rps = {value = 0, changed = false}, s3_max_get_burst = {value = 0, changed = false}, s3_max_put_rps = {value = 0, changed = false}, s3_max_put_burst = {value = 0, changed = false}, s3_list_object_keys_size = {value = 1000, changed = false}, s3_use_adaptive_timeouts = {value = true, changed = false}, azure_list_object_keys_size = {value = 1000, changed = false}, s3_truncate_on_insert = {value = false, changed = false}, azure_truncate_on_insert = {value = false, changed = false}, s3_create_new_file_on_insert = {value = false, changed = false}, s3_skip_empty_files = {value = false, changed = false}, azure_create_new_file_on_insert = {value = false, changed = false}, s3_check_objects_after_upload = {value = false, changed = false}, s3_allow_parallel_part_upload = {value = true, changed = false}, azure_allow_parallel_part_upload = {value = true, changed = false}, s3_throw_on_zero_files_match = {value = false, changed = false}, hdfs_throw_on_zero_files_match = {value = false, changed = false}, azure_throw_on_zero_files_match = {value = false, changed = false}, s3_ignore_file_doesnt_exist = {value = false, changed = false}, hdfs_ignore_file_doesnt_exist = {value = false, changed = false}, azure_ignore_file_doesnt_exist = {value = false, changed = false}, azure_sdk_max_retries = {value = 10, changed = false}, azure_sdk_retry_initial_backoff_ms = {value = 10, changed = false}, azure_sdk_retry_max_backoff_ms = {value = 1000, changed = false}, s3_validate_request_settings = {value = true, changed = false}, s3_disable_checksum = {value = false, changed = false}, s3_retry_attempts = {value = 100, changed = false}, s3_request_timeout_ms = {value = 30000, changed = false}, s3_connect_timeout_ms = {value = 1000, changed = false}, enable_s3_requests_logging = {value = false, changed = false}, s3queue_default_zookeeper_path = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6f686b63696c632f , __size_ = 8462601744615306101, __cap_ = 1441151881553737061, __is_long_ = 0}, __s = {__data_ = "/clickhouse/s3queue/\000\000", __padding_ = 0x7fbfd022457f "\024", __size_ = 20 '\024', __is_long_ = 0 '\000'}, __r = {__words = {8027784410502554415, 8462601744615306101, 1441151881553737061}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, s3queue_enable_logging_to_s3queue_log = {value = false, changed = false}, hdfs_replication = {value = 0, changed = false}, hdfs_truncate_on_insert = {value = false, changed = false}, hdfs_create_new_file_on_insert = {value = false, changed = false}, hdfs_skip_empty_files = {value = false, changed = false}, azure_skip_empty_files = {value = false, changed = false}, hsts_max_age = {value = 0, changed = false}, extremes = {value = false, changed = false}, use_uncompressed_cache = {value = false, changed = false}, replace_running_query = {value = false, changed = false}, max_remote_read_network_bandwidth = {value = 0, changed = false}, max_remote_write_network_bandwidth = {value = 0, changed = false}, max_local_read_bandwidth = {value = 0, changed = false}, max_local_write_bandwidth = {value = 0, changed = false}, stream_like_engine_allow_direct_select = {value = false, changed = false}, stream_like_engine_insert_queue = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022461f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, dictionary_validate_primary_key_type = {value = false, changed = false}, distributed_insert_skip_read_only_replicas = {value = false, changed = false}, distributed_foreground_insert = {value = false, changed = false}, distributed_background_insert_timeout = {value = 0, changed = false}, distributed_background_insert_sleep_time_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 100000}, changed = false}, distributed_background_insert_max_sleep_time_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 30000000}, changed = false}, distributed_background_insert_batch = {value = false, changed = false}, distributed_background_insert_split_batch_on_failure = {value = false, changed = false}, optimize_move_to_prewhere = {value = true, changed = false}, optimize_move_to_prewhere_if_final = {value = false, changed = false}, move_all_conditions_to_prewhere = {value = true, changed = false}, enable_multiple_prewhere_read_steps = {value = true, changed = false}, move_primary_key_columns_to_end_of_prewhere = {value = true, changed = false}, allow_reorder_prewhere_conditions = {value = true, changed = false}, alter_sync = {value = 1, changed = false}, replication_wait_for_inactive_replica_timeout = {value = 120, changed = false}, alter_move_to_space_execute_async = {value = false, changed = false}, load_balancing = {value = DB::LoadBalancing::RANDOM, changed = false}, load_balancing_first_offset = {value = 0, changed = false}, totals_mode = {value = DB::TotalsMode::AFTER_HAVING_EXCLUSIVE, changed = false}, totals_auto_threshold = {value = 0.5, changed = false}, allow_suspicious_low_cardinality_types = {value = true, changed = true}, allow_suspicious_fixed_string_types = {value = false, changed = false}, allow_suspicious_indices = {value = false, changed = false}, allow_suspicious_ttl_expressions = {value = false, changed = false}, allow_suspicious_variant_types = {value = false, changed = false}, allow_suspicious_primary_key = {value = false, changed = false}, compile_expressions = {value = false, changed = false}, min_count_to_compile_expression = {value = 3, changed = false}, compile_aggregate_expressions = {value = true, changed = false}, min_count_to_compile_aggregate_expression = {value = 3, changed = false}, compile_sort_description = {value = true, changed = false}, min_count_to_compile_sort_description = {value = 3, changed = false}, group_by_two_level_threshold = {value = 100000, changed = false}, group_by_two_level_threshold_bytes = {value = 50000000, changed = false}, distributed_aggregation_memory_efficient = {value = true, changed = false}, aggregation_memory_efficient_merge_threads = {value = 0, changed = false}, enable_memory_bound_merging_of_aggregation_results = {value = true, changed = false}, enable_positional_arguments = {value = true, changed = false}, enable_extended_results_for_datetime_functions = {value = false, changed = false}, allow_nonconst_timezone_arguments = {value = false, changed = false}, function_locate_has_mysql_compatible_argument_order = {value = true, changed = false}, group_by_use_nulls = {value = false, changed = false}, max_parallel_replicas = {> = {value = 1, changed = false}, }, parallel_replicas_mode = {value = DB::ParallelReplicasMode::READ_TASKS, changed = false}, skip_unavailable_shards = {value = false, changed = false}, parallel_distributed_insert_select = {value = 0, changed = false}, distributed_group_by_no_merge = {value = 0, changed = false}, distributed_push_down_limit = {value = 1, changed = false}, optimize_distributed_group_by_sharding_key = {value = true, changed = false}, optimize_skip_unused_shards_limit = {value = 1000, changed = false}, optimize_skip_unused_shards = {value = false, changed = false}, optimize_skip_unused_shards_rewrite_in = {value = true, changed = false}, allow_nondeterministic_optimize_skip_unused_shards = {value = false, changed = false}, force_optimize_skip_unused_shards = {value = 0, changed = false}, optimize_skip_unused_shards_nesting = {value = 0, changed = false}, force_optimize_skip_unused_shards_nesting = {value = 0, changed = false}, input_format_parallel_parsing = {value = true, changed = false}, min_chunk_bytes_for_parallel_parsing = {value = 10485760, changed = false}, output_format_parallel_formatting = {value = true, changed = false}, output_format_compression_level = {value = 3, changed = false}, output_format_compression_zstd_window_log = {value = 0, changed = false}, merge_tree_min_rows_for_concurrent_read = {value = 163840, changed = false}, merge_tree_min_bytes_for_concurrent_read = {value = 251658240, changed = false}, merge_tree_min_rows_for_seek = {value = 0, changed = false}, merge_tree_min_bytes_for_seek = {value = 0, changed = false}, merge_tree_coarse_index_granularity = {value = 8, changed = false}, merge_tree_max_rows_to_use_cache = {value = 1048576, changed = false}, merge_tree_max_bytes_to_use_cache = {value = 2013265920, changed = false}, do_not_merge_across_partitions_select_final = {value = false, changed = false}, split_parts_ranges_into_intersecting_and_non_intersecting_final = {value = true, changed = false}, split_intersecting_parts_ranges_into_layers_final = {value = true, changed = false}, mysql_max_rows_to_insert = {value = 65536, changed = false}, mysql_map_string_to_text_in_show_columns = {value = true, changed = false}, mysql_map_fixed_string_to_text_in_show_columns = {value = true, changed = false}, optimize_min_equality_disjunction_chain_length = {value = 3, changed = false}, optimize_min_inequality_conjunction_chain_length = {value = 3, changed = false}, min_bytes_to_use_direct_io = {value = 0, changed = false}, min_bytes_to_use_mmap_io = {value = 0, changed = false}, checksum_on_read = {value = true, changed = false}, force_index_by_date = {value = false, changed = false}, force_primary_key = {value = false, changed = false}, use_skip_indexes = {value = true, changed = false}, use_skip_indexes_if_final = {value = false, changed = false}, materialize_skip_indexes_on_insert = {value = true, changed = false}, materialize_statistics_on_insert = {value = true, changed = false}, ignore_data_skipping_indices = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022491f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, force_data_skipping_indices = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022493f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, max_streams_to_max_threads_ratio = {value = 1, changed = false}, max_streams_multiplier_for_merge_tables = {value = 5, changed = false}, network_compression_method = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x345a4c "\002", __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "LZ4", '\000' , __padding_ = 0x7fbfd022496f "\003", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {3430988, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, network_zstd_compression_level = {value = 1, changed = false}, zstd_window_log_max = {value = 0, changed = false}, priority = {value = 0, changed = false}, os_thread_priority = {value = 0, changed = false}, log_queries = {value = true, changed = true}, log_formatted_queries = {value = false, changed = false}, log_queries_min_type = {value = DB::QUERY_FINISH, changed = true}, log_queries_min_query_duration_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, log_queries_cut_to_length = {value = 100000, changed = false}, log_queries_probability = {value = 1, changed = false}, log_processors_profiles = {value = true, changed = false}, distributed_product_mode = {value = DB::DistributedProductMode::DENY, changed = false}, max_concurrent_queries_for_all_users = {value = 0, changed = false}, max_concurrent_queries_for_user = {value = 0, changed = false}, insert_deduplicate = {value = true, changed = false}, async_insert_deduplicate = {value = false, changed = false}, insert_quorum = {static keyword = , base = {value = 0, changed = false}, is_auto = false, changed = false}, insert_quorum_timeout = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 600000000}, changed = false}, insert_quorum_parallel = {value = true, changed = false}, select_sequential_consistency = {value = 0, changed = false}, table_function_remote_max_addresses = {value = 200, changed = true}, read_backoff_min_latency_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, changed = false}, read_backoff_max_throughput = {value = 1048576, changed = false}, read_backoff_min_interval_between_events_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, changed = false}, read_backoff_min_events = {value = 2, changed = false}, read_backoff_min_concurrency = {value = 1, changed = false}, memory_tracker_fault_probability = {value = 0, changed = false}, merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability = {value = 0, changed = false}, enable_http_compression = {value = false, changed = false}, http_zlib_compression_level = {value = 3, changed = false}, http_native_compression_disable_checksumming_on_decompress = {value = false, changed = false}, count_distinct_implementation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6361784571696e75 , __size_ = 116, __cap_ = 648518346341351424, __is_long_ = 0}, __s = {__data_ = "uniqExact", '\000' , __padding_ = 0x7fbfd0224aff "\t", __size_ = 9 '\t', __is_long_ = 0 '\000'}, __r = {__words = {7161137122146610805, 116, 648518346341351424}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, add_http_cors_header = {value = false, changed = false}, max_http_get_redirects = {value = 0, changed = false}, use_client_time_zone = {value = false, changed = false}, send_progress_in_http_headers = {value = false, changed = false}, http_headers_progress_interval_ms = {value = 100, changed = false}, http_wait_end_of_query = {value = false, changed = false}, http_write_exception_in_output_format = {value = true, changed = false}, http_response_buffer_size = {value = 0, changed = false}, fsync_metadata = {value = true, changed = false}, join_use_nulls = {value = false, changed = false}, join_default_strictness = {value = DB::JoinStrictness::All, changed = false}, any_join_distinct_right_table_keys = {value = false, changed = false}, single_join_prefer_left_table = {value = true, changed = false}, preferred_block_size_bytes = {value = 1000000, changed = false}, max_replica_delay_for_distributed_queries = {value = 300, changed = false}, fallback_to_stale_replicas_for_distributed_queries = {value = true, changed = false}, preferred_max_column_in_block_size_bytes = {value = 0, changed = false}, parts_to_delay_insert = {value = 0, changed = false}, parts_to_throw_insert = {value = 0, changed = false}, number_of_mutations_to_delay = {value = 0, changed = false}, number_of_mutations_to_throw = {value = 0, changed = false}, distributed_ddl_task_timeout = {value = 180, changed = false}, stream_flush_interval_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 7500000}, changed = false}, stream_poll_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 500000}, changed = false}, final = {value = false, changed = false}, partial_result_on_first_cancel = {value = false, changed = false}, ignore_on_cluster_for_replicated_udf_queries = {value = false, changed = false}, ignore_on_cluster_for_replicated_access_entities_queries = {value = false, changed = false}, ignore_on_cluster_for_replicated_named_collections_queries = {value = false, changed = false}, sleep_in_send_tables_status_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, sleep_in_send_data_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, sleep_after_receiving_query_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, unknown_packet_in_send_data = {value = 0, changed = false}, insert_allow_materialized_columns = {value = false, changed = false}, 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 = 1000000}, changed = false}, 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 = 30000000}, changed = false}, 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 = 30000000}, changed = false}, http_max_uri_size = {value = 1048576, changed = false}, http_max_fields = {value = 1000000, changed = false}, http_max_field_name_size = {value = 131072, changed = false}, http_max_field_value_size = {value = 131072, changed = false}, http_skip_not_found_url_for_globs = {value = true, changed = false}, http_make_head_request = {value = true, changed = false}, optimize_throw_if_noop = {value = false, changed = false}, use_index_for_in_with_subqueries = {value = true, changed = false}, use_index_for_in_with_subqueries_max_values = {value = 0, changed = false}, analyze_index_with_space_filling_curves = {value = true, changed = false}, joined_subquery_requires_alias = {value = true, changed = false}, empty_result_for_aggregation_by_empty_set = {value = false, changed = false}, empty_result_for_aggregation_by_constant_keys_on_empty_set = {value = true, changed = false}, allow_distributed_ddl = {value = true, changed = false}, allow_suspicious_codecs = {value = false, changed = false}, enable_deflate_qpl_codec = {value = false, changed = false}, enable_zstd_qat_codec = {value = false, changed = false}, query_profiler_real_time_period_ns = {value = 1000000000, changed = false}, query_profiler_cpu_time_period_ns = {value = 1000000000, changed = false}, metrics_perf_events_enabled = {value = false, changed = false}, metrics_perf_events_list = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0224d37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, opentelemetry_start_trace_probability = {value = 0, changed = false}, opentelemetry_trace_processors = {value = false, changed = false}, prefer_column_name_to_alias = {value = false, changed = false}, prefer_global_in_and_join = {value = false, changed = false}, enable_vertical_final = {value = true, changed = false}, max_rows_to_read = {value = 0, changed = false}, max_bytes_to_read = {value = 0, changed = false}, read_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_rows_to_read_leaf = {value = 0, changed = false}, max_bytes_to_read_leaf = {value = 0, changed = false}, read_overflow_mode_leaf = {value = DB::OverflowMode::THROW, changed = false}, max_rows_to_group_by = {value = 0, changed = false}, group_by_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_bytes_before_external_group_by = {value = 0, changed = false}, max_rows_to_sort = {value = 0, changed = false}, max_bytes_to_sort = {value = 0, changed = false}, sort_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, prefer_external_sort_block_bytes = {value = 16744704, changed = false}, max_bytes_before_external_sort = {value = 0, changed = false}, max_bytes_before_remerge_sort = {value = 1000000000, changed = false}, remerge_sort_lowered_memory_bytes_ratio = {value = 2, changed = false}, max_result_rows = {value = 0, changed = false}, max_result_bytes = {value = 0, changed = false}, result_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_execution_time = {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}, timeout_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_execution_time_leaf = {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}, timeout_overflow_mode_leaf = {value = DB::OverflowMode::THROW, changed = false}, min_execution_speed = {value = 0, changed = false}, max_execution_speed = {value = 0, changed = false}, min_execution_speed_bytes = {value = 0, changed = false}, max_execution_speed_bytes = {value = 0, changed = false}, timeout_before_checking_execution_speed = {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 = false}, max_estimated_execution_time = {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}, max_columns_to_read = {value = 0, changed = false}, max_temporary_columns = {value = 0, changed = false}, max_temporary_non_const_columns = {value = 0, changed = false}, max_sessions_for_user = {value = 0, changed = false}, max_subquery_depth = {value = 100, changed = false}, max_analyze_depth = {value = 5000, changed = false}, max_ast_depth = {value = 1000, changed = false}, max_ast_elements = {value = 50000, changed = false}, max_expanded_ast_elements = {value = 500000, changed = false}, readonly = {value = 0, changed = false}, max_rows_in_set = {value = 0, changed = false}, max_bytes_in_set = {value = 0, changed = false}, set_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_rows_in_join = {value = 0, changed = false}, max_bytes_in_join = {value = 0, changed = false}, join_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, join_any_take_last_row = {value = false, changed = false}, join_algorithm = {value = {__begin_ = 0x7fbff7220348, __end_ = 0x7fbff7220349, __end_cap_ = {> = {__value_ = 0x7fbff7220349}, , 1, true>> = {> = { >> = {}, }, }, }}, changed = false}, cross_join_min_rows_to_compress = {value = 10000000, changed = false}, cross_join_min_bytes_to_compress = {value = 1073741824, changed = false}, default_max_bytes_in_join = {value = 1000000000, changed = false}, partial_merge_join_left_table_buffer_bytes = {value = 0, changed = false}, partial_merge_join_rows_in_right_blocks = {value = 65536, changed = false}, join_on_disk_max_files_to_merge = {value = 64, changed = false}, max_rows_in_set_to_optimize_join = {value = 0, changed = false}, compatibility_ignore_collation_in_create_table = {value = true, changed = false}, temporary_files_codec = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x345a4c "\002", __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "LZ4", '\000' , __padding_ = 0x7fbfd022507f "\003", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {3430988, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, max_rows_to_transfer = {value = 0, changed = false}, max_bytes_to_transfer = {value = 0, changed = false}, transfer_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_rows_in_distinct = {value = 0, changed = false}, max_bytes_in_distinct = {value = 0, changed = false}, distinct_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_memory_usage = {value = 10000000000, changed = true}, memory_overcommit_ratio_denominator = {value = 1073741824, changed = false}, max_memory_usage_for_user = {value = 0, changed = false}, memory_overcommit_ratio_denominator_for_user = {value = 1073741824, changed = false}, max_untracked_memory = {value = 4194304, changed = false}, memory_profiler_step = {value = 4194304, changed = false}, memory_profiler_sample_probability = {value = 0, changed = false}, memory_profiler_sample_min_allocation_size = {value = 0, changed = false}, memory_profiler_sample_max_allocation_size = {value = 0, changed = false}, trace_profile_events = {value = false, changed = false}, memory_usage_overcommit_max_wait_microseconds = {value = 5000000, changed = false}, max_network_bandwidth = {value = 0, changed = false}, max_network_bytes = {value = 0, changed = false}, max_network_bandwidth_for_user = {value = 0, changed = false}, max_network_bandwidth_for_all_users = {value = 0, changed = false}, max_temporary_data_on_disk_size_for_user = {value = 0, changed = false}, max_temporary_data_on_disk_size_for_query = {value = 0, changed = false}, backup_restore_keeper_max_retries = {value = 20, changed = false}, backup_restore_keeper_retry_initial_backoff_ms = {value = 100, changed = false}, backup_restore_keeper_retry_max_backoff_ms = {value = 5000, changed = false}, backup_restore_keeper_fault_injection_probability = {value = 0, changed = false}, backup_restore_keeper_fault_injection_seed = {value = 0, changed = false}, backup_restore_keeper_value_max_size = {value = 1048576, changed = false}, backup_restore_batch_size_for_keeper_multiread = {value = 10000, changed = false}, backup_restore_batch_size_for_keeper_multi = {value = 1000, changed = false}, backup_restore_s3_retry_attempts = {value = 1000, changed = false}, max_backup_bandwidth = {value = 0, changed = false}, log_profile_events = {value = true, changed = false}, log_query_settings = {value = true, changed = false}, log_query_threads = {value = false, changed = true}, log_query_views = {value = true, changed = true}, log_comment = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbf3d2580f0 "/workspace/ch/tests/queries/0_stateless/01079_bit_operations_using_bitset.sql", __size_ = 77, __cap_ = 80, __is_long_ = 1}, __s = {__data_ = "\360\200%=\277\177\000\000M\000\000\000\000\000\000\000P\000\000\000\000\000", __padding_ = 0x7fbfd022528f "\200\001\245\245\245\245\245\245\245\001\001\245\245\245\245\245\245", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140459341349104, 77, 9223372036854775888}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = true}, send_logs_level = {value = DB::LogsLevel::fatal, changed = true}, send_logs_source_regexp = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02252b7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, enable_optimize_predicate_expression = {value = true, changed = false}, enable_optimize_predicate_expression_to_final_subquery = {value = true, changed = false}, allow_push_predicate_when_subquery_contains_with = {value = true, changed = false}, low_cardinality_max_dictionary_size = {value = 8192, changed = false}, low_cardinality_use_single_dictionary_for_part = {value = false, changed = false}, decimal_check_overflow = {value = true, changed = false}, allow_custom_error_code_in_throwif = {value = false, changed = false}, prefer_localhost_replica = {value = true, changed = false}, max_fetch_partition_retries_count = {value = 5, changed = false}, http_max_multipart_form_data_size = {value = 1073741824, changed = false}, calculate_text_stack_trace = {value = true, changed = false}, enable_job_stack_trace = {value = false, changed = false}, allow_ddl = {value = true, changed = false}, parallel_view_processing = {value = false, changed = true}, enable_unaligned_array_join = {value = false, changed = false}, optimize_read_in_order = {value = true, changed = false}, optimize_read_in_window_order = {value = true, changed = false}, optimize_aggregation_in_order = {value = false, changed = false}, read_in_order_use_buffering = {value = true, changed = false}, aggregation_in_order_max_block_bytes = {value = 50000000, changed = false}, read_in_order_two_level_merge_threshold = {value = 100, changed = false}, low_cardinality_allow_in_native_format = {value = true, changed = false}, cancel_http_readonly_queries_on_client_close = {value = false, changed = false}, external_table_functions_use_nulls = {value = true, changed = false}, external_table_strict_query = {value = false, changed = false}, allow_hyperscan = {value = true, changed = false}, max_hyperscan_regexp_length = {value = 0, changed = false}, max_hyperscan_regexp_total_length = {value = 0, changed = false}, reject_expensive_hyperscan_regexps = {value = true, changed = false}, allow_simdjson = {value = true, changed = false}, allow_introspection_functions = {value = true, changed = true}, splitby_max_substrings_includes_remaining_string = {value = false, changed = false}, allow_execute_multiif_columnar = {value = true, changed = false}, formatdatetime_f_prints_single_zero = {value = false, changed = false}, formatdatetime_parsedatetime_m_is_month_name = {value = true, changed = false}, parsedatetime_parse_without_leading_zeros = {value = true, changed = false}, formatdatetime_format_without_leading_zeros = {value = false, changed = false}, max_partitions_per_insert_block = {value = 100, changed = false}, throw_on_max_partitions_per_insert_block = {value = true, changed = false}, max_partitions_to_read = {value = -1, changed = false}, check_query_single_value_result = {value = true, changed = false}, allow_drop_detached = {value = false, changed = false}, max_table_size_to_drop = {value = 50000000000, changed = false}, max_partition_size_to_drop = {value = 50000000000, changed = false}, postgresql_connection_pool_size = {value = 16, changed = false}, postgresql_connection_attempt_timeout = {value = 2, changed = false}, postgresql_connection_pool_wait_timeout = {value = 5000, changed = false}, postgresql_connection_pool_retries = {value = 2, changed = false}, postgresql_connection_pool_auto_close_connection = {value = false, changed = false}, glob_expansion_max_elements = {value = 1000, changed = false}, odbc_bridge_connection_pool_size = {value = 16, changed = false}, odbc_bridge_use_connection_pooling = {value = true, changed = false}, distributed_replica_error_half_life = {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 = 60000000}, changed = false}, distributed_replica_error_cap = {value = 1000, changed = false}, distributed_replica_max_ignored_errors = {value = 0, changed = false}, min_free_disk_space_for_temporary_data = {value = 0, changed = false}, default_temporary_table_engine = {value = DB::DefaultTableEngine::Memory, changed = false}, default_table_engine = {value = DB::DefaultTableEngine::MergeTree, changed = false}, show_table_uuid_in_table_create_query_if_not_nil = {value = false, changed = false}, database_atomic_wait_for_drop_and_detach_synchronously = {value = false, changed = false}, enable_scalar_subquery_optimization = {value = true, changed = false}, optimize_trivial_count_query = {value = true, changed = false}, optimize_trivial_approximate_count_query = {value = false, changed = false}, optimize_count_from_files = {value = true, changed = false}, use_cache_for_count_from_files = {value = true, changed = false}, optimize_respect_aliases = {value = true, changed = false}, mutations_sync = {value = 0, changed = false}, enable_lightweight_delete = {value = true, changed = false}, lightweight_deletes_sync = {value = 2, changed = false}, lightweight_mutation_projection_mode = {value = DB::LightweightMutationProjectionMode::THROW, changed = false}, apply_deleted_mask = {value = true, changed = false}, optimize_normalize_count_variants = {value = true, changed = false}, optimize_injective_functions_inside_uniq = {value = true, changed = false}, rewrite_count_distinct_if_with_count_distinct_implementation = {value = false, changed = false}, convert_query_to_cnf = {value = false, changed = false}, optimize_or_like_chain = {value = false, changed = false}, optimize_arithmetic_operations_in_aggregate_functions = {value = true, changed = false}, optimize_redundant_functions_in_order_by = {value = true, changed = false}, optimize_if_chain_to_multiif = {value = false, changed = false}, optimize_multiif_to_if = {value = true, changed = false}, optimize_if_transform_strings_to_enum = {value = false, changed = false}, optimize_functions_to_subcolumns = {value = true, changed = false}, optimize_using_constraints = {value = false, changed = false}, optimize_substitute_columns = {value = false, changed = false}, optimize_append_index = {value = false, changed = false}, optimize_time_filter_with_preimage = {value = true, changed = false}, normalize_function_names = {value = true, changed = false}, enable_early_constant_folding = {value = true, changed = false}, deduplicate_blocks_in_dependent_materialized_views = {value = false, changed = false}, throw_if_deduplication_in_dependent_materialized_views_enabled_with_async_insert = {value = true, changed = false}, materialized_views_ignore_errors = {value = false, changed = false}, ignore_materialized_views_with_dropped_target_table = {value = false, changed = false}, use_compact_format_in_distributed_parts_names = {value = true, changed = false}, validate_polygons = {value = true, changed = false}, max_parser_depth = {value = 1000, changed = false}, max_parser_backtracks = {value = 1000000, changed = false}, max_recursive_cte_evaluation_depth = {value = 1000, changed = false}, allow_settings_after_format_in_insert = {value = false, changed = false}, periodic_live_view_refresh = {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 = 60000000}, changed = false}, transform_null_in = {value = false, changed = false}, allow_nondeterministic_mutations = {value = false, changed = false}, lock_acquire_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 = 120000000}, changed = false}, materialize_ttl_after_modify = {value = true, changed = false}, function_implementation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225577 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, data_type_default_nullable = {value = false, changed = false}, cast_keep_nullable = {value = false, changed = false}, cast_ipv4_ipv6_default_on_conversion_error = {value = false, changed = false}, alter_partition_verbose_result = {value = false, changed = false}, system_events_show_zero_values = {value = false, changed = false}, mysql_datatypes_support_level = {value = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, changed = false}, optimize_trivial_insert_select = {value = false, changed = false}, allow_non_metadata_alters = {value = true, changed = false}, enable_global_with_statement = {value = true, changed = false}, aggregate_functions_null_for_empty = {value = false, changed = false}, optimize_syntax_fuse_functions = {value = false, changed = false}, flatten_nested = {value = true, changed = false}, asterisk_include_materialized_columns = {value = false, changed = false}, asterisk_include_alias_columns = {value = false, changed = false}, optimize_skip_merged_partitions = {value = false, changed = false}, optimize_on_insert = {value = true, changed = false}, optimize_use_projections = {value = true, changed = false}, optimize_use_implicit_projections = {value = true, changed = false}, force_optimize_projection = {value = false, changed = false}, force_optimize_projection_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02255e7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, preferred_optimize_projection_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225607 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, async_socket_for_remote = {value = true, changed = false}, async_query_sending_for_remote = {value = true, changed = false}, insert_null_as_default = {value = true, changed = false}, describe_extend_object_types = {value = false, changed = false}, describe_include_subcolumns = {value = false, changed = false}, describe_include_virtual_columns = {value = false, changed = false}, describe_compact_output = {value = false, changed = false}, apply_mutations_on_fly = {value = false, changed = false}, mutations_execute_nondeterministic_on_initiator = {value = false, changed = false}, mutations_execute_subqueries_on_initiator = {value = false, changed = false}, mutations_max_literal_size_to_replace = {value = 16384, changed = false}, create_replicated_merge_tree_fault_injection_probability = {value = 0, changed = false}, use_query_cache = {value = false, changed = false}, enable_writes_to_query_cache = {value = true, changed = false}, enable_reads_from_query_cache = {value = true, changed = false}, query_cache_nondeterministic_function_handling = {value = DB::QueryCacheNondeterministicFunctionHandling::Throw, changed = false}, query_cache_system_table_handling = {value = DB::QueryCacheSystemTableHandling::Throw, changed = false}, query_cache_max_size_in_bytes = {value = 0, changed = false}, query_cache_max_entries = {value = 0, changed = false}, query_cache_min_query_runs = {value = 0, changed = false}, query_cache_min_query_duration = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, query_cache_compress_entries = {value = true, changed = false}, query_cache_squash_partial_results = {value = true, changed = false}, query_cache_ttl = {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 = 60000000}, changed = false}, query_cache_share_between_users = {value = false, changed = false}, query_cache_tag = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02256c7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, enable_sharing_sets_for_mutations = {value = true, changed = false}, optimize_rewrite_sum_if_to_count_if = {value = true, changed = false}, optimize_rewrite_aggregate_function_with_if = {value = true, changed = false}, optimize_rewrite_array_exists_to_has = {value = false, changed = false}, insert_shard_id = {value = 0, changed = false}, collect_hash_table_stats_during_aggregation = {value = true, changed = false}, max_size_to_preallocate_for_aggregation = {value = 100000000, changed = false}, collect_hash_table_stats_during_joins = {value = true, changed = false}, max_size_to_preallocate_for_joins = {value = 100000000, changed = false}, kafka_disable_num_consumers_limit = {value = false, changed = false}, allow_experimental_kafka_offsets_storage_in_keeper = {value = false, changed = false}, enable_software_prefetch_in_aggregation = {value = true, changed = false}, allow_aggregate_partitions_independently = {value = false, changed = false}, force_aggregate_partitions_independently = {value = false, changed = false}, max_number_of_partitions_for_independent_aggregation = {value = 128, changed = false}, min_hit_rate_to_use_consecutive_keys_optimization = {value = 0.5, changed = false}, engine_file_empty_if_not_exists = {value = false, changed = false}, engine_file_truncate_on_insert = {value = false, changed = false}, engine_file_allow_create_multiple_files = {value = false, changed = false}, engine_file_skip_empty_files = {value = false, changed = false}, engine_url_skip_empty_files = {value = false, changed = false}, enable_url_encoding = {value = true, changed = false}, database_replicated_initial_query_timeout_sec = {value = 300, changed = false}, database_replicated_enforce_synchronous_settings = {value = false, changed = false}, max_distributed_depth = {value = 5, changed = false}, database_replicated_always_detach_permanently = {value = false, changed = false}, database_replicated_allow_only_replicated_engine = {value = false, changed = false}, database_replicated_allow_replicated_engine_arguments = {value = true, changed = false}, database_replicated_allow_heavy_create = {value = false, changed = false}, cloud_mode = {value = false, changed = false}, cloud_mode_engine = {value = 1, changed = false}, distributed_ddl_output_mode = {value = DB::DistributedDDLOutputMode::THROW, changed = false}, distributed_ddl_entry_format_version = {value = 5, changed = false}, external_storage_max_read_rows = {value = 0, changed = false}, external_storage_max_read_bytes = {value = 0, changed = false}, external_storage_connect_timeout_sec = {value = 10, changed = false}, external_storage_rw_timeout_sec = {value = 300, changed = false}, union_default_mode = {value = DB::SetOperationMode::Unspecified, changed = false}, intersect_default_mode = {value = DB::SetOperationMode::ALL, changed = false}, except_default_mode = {value = DB::SetOperationMode::ALL, changed = false}, optimize_aggregators_of_group_by_keys = {value = true, changed = false}, optimize_injective_functions_in_group_by = {value = true, changed = false}, optimize_group_by_function_keys = {value = true, changed = false}, optimize_group_by_constant_keys = {value = true, changed = false}, legacy_column_name_of_tuple_literal = {value = false, changed = false}, enable_named_columns_in_function_tuple = {value = false, changed = false}, query_plan_enable_optimizations = {value = true, changed = false}, query_plan_max_optimizations_to_apply = {value = 10000, changed = false}, query_plan_lift_up_array_join = {value = true, changed = false}, query_plan_push_down_limit = {value = true, changed = false}, query_plan_split_filter = {value = true, changed = false}, query_plan_merge_expressions = {value = true, changed = false}, query_plan_merge_filters = {value = true, changed = false}, query_plan_filter_push_down = {value = true, changed = false}, query_plan_convert_outer_join_to_inner_join = {value = true, changed = false}, query_plan_optimize_prewhere = {value = true, changed = false}, query_plan_execute_functions_after_sorting = {value = true, changed = false}, query_plan_reuse_storage_ordering_for_window_functions = {value = true, changed = false}, query_plan_lift_up_union = {value = true, changed = false}, query_plan_read_in_order = {value = true, changed = false}, query_plan_aggregation_in_order = {value = true, changed = false}, query_plan_remove_redundant_sorting = {value = true, changed = false}, query_plan_remove_redundant_distinct = {value = true, changed = false}, query_plan_enable_multithreading_after_window_functions = {value = true, changed = false}, regexp_max_matches_per_row = {value = 1000, changed = false}, limit = {value = 0, changed = false}, offset = {value = 0, changed = false}, function_range_max_elements_in_block = {value = 500000000, changed = false}, function_sleep_max_microseconds_per_block = {value = 3000000, changed = false}, function_visible_width_behavior = {value = 1, changed = false}, short_circuit_function_evaluation = {value = DB::ShortCircuitFunctionEvaluation::ENABLE, changed = false}, storage_file_read_method = {value = DB::LocalFSReadMethod::pread, changed = false}, local_filesystem_read_method = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x68745f6461657270 , __size_ = 7813586407022224754, __cap_ = 1152921504606846976, __is_long_ = 0}, __s = {__data_ = "pread_threadpool\000\000\000\000\000\000", __padding_ = 0x7fbfd02258b7 "\020", __size_ = 16 '\020', __is_long_ = 0 '\000'}, __r = {__words = {7526745761978348144, 7813586407022224754, 1152921504606846976}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, remote_filesystem_read_method = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6f70646165726874 , __size_ = 27759, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "threadpool", '\000' , __padding_ = 0x7fbfd02258d7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8030028505078196340, 27759, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, local_filesystem_read_prefetch = {value = false, changed = false}, remote_filesystem_read_prefetch = {value = true, changed = false}, read_priority = {value = 0, changed = false}, merge_tree_min_rows_for_concurrent_read_for_remote_filesystem = {value = 163840, changed = false}, merge_tree_min_bytes_for_concurrent_read_for_remote_filesystem = {value = 251658240, changed = false}, remote_read_min_bytes_for_seek = {value = 4194304, changed = false}, merge_tree_min_bytes_per_task_for_remote_reading = {value = 2097152, changed = false}, merge_tree_use_const_size_tasks_for_remote_reading = {value = true, changed = false}, merge_tree_determine_task_size_by_prewhere_columns = {value = true, changed = false}, merge_tree_compact_parts_min_granules_to_multibuffer_read = {value = 16, changed = false}, async_insert = {value = false, changed = false}, wait_for_async_insert = {value = true, changed = false}, wait_for_async_insert_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 = 120000000}, changed = false}, async_insert_max_data_size = {value = 10485760, changed = false}, async_insert_max_query_number = {value = 450, changed = false}, async_insert_poll_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 10000}, changed = false}, async_insert_use_adaptive_busy_timeout = {value = true, changed = false}, async_insert_busy_timeout_min_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 50000}, changed = false}, async_insert_busy_timeout_max_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 200000}, changed = false}, async_insert_busy_timeout_increase_rate = {value = 0.20000000000000001, changed = false}, async_insert_busy_timeout_decrease_rate = {value = 0.20000000000000001, changed = false}, remote_fs_read_max_backoff_ms = {value = 10000, changed = false}, remote_fs_read_backoff_max_tries = {value = 5, changed = false}, enable_filesystem_cache = {value = true, changed = false}, enable_filesystem_cache_on_write_operations = {value = false, changed = false}, enable_filesystem_cache_log = {value = false, changed = false}, read_from_filesystem_cache_if_exists_otherwise_bypass_cache = {value = false, changed = false}, skip_download_if_exceeds_query_cache = {value = true, changed = false}, filesystem_cache_max_download_size = {value = 137438953472, changed = false}, throw_on_error_from_cache_on_write_operations = {value = false, changed = false}, filesystem_cache_segments_batch_size = {value = 20, changed = false}, filesystem_cache_reserve_space_wait_lock_timeout_milliseconds = {value = 1000, changed = false}, temporary_data_in_cache_reserve_space_wait_lock_timeout_milliseconds = {value = 600000, changed = false}, use_page_cache_for_disks_without_file_cache = {value = false, changed = false}, read_from_page_cache_if_exists_otherwise_bypass_cache = {value = false, changed = false}, page_cache_inject_eviction = {value = false, changed = false}, load_marks_asynchronously = {value = false, changed = false}, enable_filesystem_read_prefetches_log = {value = false, changed = false}, allow_prefetched_read_pool_for_remote_filesystem = {value = true, changed = false}, allow_prefetched_read_pool_for_local_filesystem = {value = false, changed = false}, prefetch_buffer_size = {value = 1048576, changed = false}, filesystem_prefetch_step_bytes = {value = 0, changed = false}, filesystem_prefetch_step_marks = {value = 0, changed = false}, filesystem_prefetch_max_memory_usage = {value = 1073741824, changed = false}, filesystem_prefetches_limit = {value = 200, changed = false}, use_structure_from_insertion_table_in_table_functions = {value = 2, changed = false}, http_max_tries = {value = 10, changed = false}, http_retry_initial_backoff_ms = {value = 100, changed = false}, http_retry_max_backoff_ms = {value = 10000, changed = false}, force_remove_data_recursively_on_drop = {value = false, changed = false}, check_table_dependencies = {value = true, changed = false}, check_referential_table_dependencies = {value = false, changed = false}, use_local_cache_for_remote_storage = {value = true, changed = false}, allow_unrestricted_reads_from_keeper = {value = false, changed = false}, allow_deprecated_database_ordinary = {value = false, changed = false}, allow_deprecated_syntax_for_merge_tree = {value = false, changed = false}, allow_asynchronous_read_from_io_pool_for_merge_tree = {value = false, changed = false}, max_streams_for_merge_tree_reading = {value = 0, changed = false}, force_grouping_standard_compatibility = {value = true, changed = false}, schema_inference_use_cache_for_file = {value = true, changed = false}, schema_inference_use_cache_for_s3 = {value = true, changed = false}, schema_inference_use_cache_for_azure = {value = true, changed = false}, schema_inference_use_cache_for_hdfs = {value = true, changed = false}, schema_inference_use_cache_for_url = {value = true, changed = false}, schema_inference_cache_require_modification_time_for_url = {value = true, changed = false}, compatibility = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225b3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, additional_table_filters = {value = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }, changed = false}, additional_result_filter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225b7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, workload = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 0, __cap_ = 504403158265495552, __is_long_ = 0}, __s = {__data_ = "default", '\000' , __padding_ = 0x7fbfd0225b9f "\a", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 0, 504403158265495552}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, storage_system_stack_trace_pipe_read_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 100000}, changed = false}, rename_files_after_processing = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225bcf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, parallelize_output_from_storages = {value = true, changed = false}, insert_deduplication_token = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225bf7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, count_distinct_optimization = {value = false, changed = false}, throw_if_no_data_to_insert = {value = true, changed = false}, compatibility_ignore_auto_increment_in_create_table = {value = false, changed = false}, multiple_joins_try_to_keep_original_names = {value = false, changed = false}, optimize_sorting_by_input_stream_properties = {value = true, changed = false}, keeper_max_retries = {value = 10, changed = false}, keeper_retry_initial_backoff_ms = {value = 100, changed = false}, keeper_retry_max_backoff_ms = {value = 5000, changed = false}, insert_keeper_max_retries = {value = 20, changed = false}, insert_keeper_retry_initial_backoff_ms = {value = 100, changed = false}, insert_keeper_retry_max_backoff_ms = {value = 10000, changed = false}, insert_keeper_fault_injection_probability = {value = 0, changed = false}, insert_keeper_fault_injection_seed = {value = 0, changed = false}, force_aggregation_in_order = {value = false, changed = false}, http_max_request_param_data_size = {value = 10485760, changed = false}, function_json_value_return_type_allow_nullable = {value = false, changed = false}, function_json_value_return_type_allow_complex = {value = false, changed = false}, use_with_fill_by_sorting_prefix = {value = true, changed = false}, optimize_uniq_to_count = {value = true, changed = false}, use_variant_as_common_type = {value = false, changed = false}, enable_order_by_all = {value = true, changed = false}, ignore_drop_queries_probability = {value = 0, changed = false}, traverse_shadow_remote_data_paths = {value = false, changed = false}, geo_distance_returns_float64_on_float64_arguments = {value = true, changed = false}, allow_get_client_http_header = {value = false, changed = false}, cast_string_to_dynamic_use_inference = {value = false, changed = false}, enable_blob_storage_log = {value = true, changed = false}, use_json_alias_for_old_object_type = {value = false, changed = false}, allow_create_index_without_type = {value = false, changed = false}, create_index_ignore_unique = {value = false, changed = false}, print_pretty_type_names = {value = true, changed = false}, create_table_empty_primary_key_by_default = {value = false, changed = false}, allow_named_collection_override_by_default = {value = true, changed = false}, default_normal_view_sql_security = {value = SQLSecurityType::INVOKER, changed = false}, default_materialized_view_sql_security = {value = SQLSecurityType::DEFINER, changed = false}, default_view_definer = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x5f544e4552525543 , __size_ = 1380275029, __cap_ = 864691128455135232, __is_long_ = 0}, __s = {__data_ = "CURRENT_USER\000\000\000\000\000\000\000\000\000\000", __padding_ = 0x7fbfd0225ce7 "\f", __size_ = 12 '\f', __is_long_ = 0 '\000'}, __r = {__words = {6869201391287686467, 1380275029, 864691128455135232}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, cache_warmer_threads = {value = 4, changed = false}, ignore_cold_parts_seconds = {value = 0, changed = false}, prefer_warmed_unmerged_parts_seconds = {value = 0, changed = false}, iceberg_engine_ignore_schema_evolution = {value = false, changed = false}, allow_deprecated_error_prone_window_functions = {value = false, changed = false}, allow_deprecated_snowflake_conversion_functions = {value = false, changed = false}, optimize_distinct_in_order = {value = true, changed = false}, keeper_map_strict_mode = {value = false, changed = false}, extract_key_value_pairs_max_pairs_per_row = {value = 1000, changed = false}, restore_replace_external_engines_to_null = {value = false, changed = false}, restore_replace_external_table_functions_to_null = {value = false, changed = false}, push_external_roles_in_interserver_queries = {value = true, changed = false}, allow_experimental_materialized_postgresql_table = {value = false, changed = false}, allow_experimental_funnel_functions = {value = false, changed = false}, allow_experimental_nlp_functions = {value = false, changed = false}, allow_experimental_hash_functions = {value = false, changed = false}, allow_experimental_object_type = {value = false, changed = false}, allow_experimental_time_series_table = {value = false, changed = false}, allow_experimental_vector_similarity_index = {value = false, changed = false}, allow_experimental_variant_type = {value = false, changed = false}, allow_experimental_dynamic_type = {value = false, changed = false}, allow_experimental_json_type = {value = false, changed = false}, allow_experimental_codecs = {value = false, changed = false}, max_limit_for_ann_queries = {value = 1000000, changed = false}, throw_on_unsupported_query_inside_transaction = {value = true, changed = false}, wait_changes_become_visible_after_commit_mode = {value = DB::TransactionsWaitCSNMode::WAIT_UNKNOWN, changed = false}, implicit_transaction = {value = false, changed = false}, grace_hash_join_initial_buckets = {value = 1, changed = false}, grace_hash_join_max_buckets = {value = 1024, changed = false}, session_timezone = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225daf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, use_hive_partitioning = {value = false, changed = false}, allow_statistics_optimize = {value = false, changed = false}, allow_experimental_statistics = {value = false, changed = false}, parallel_replicas_count = {value = 0, changed = false}, parallel_replica_offset = {value = 0, changed = false}, parallel_replicas_custom_key = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225df7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, parallel_replicas_custom_key_range_lower = {value = 0, changed = false}, parallel_replicas_custom_key_range_upper = {value = 0, changed = false}, cluster_for_parallel_replicas = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, allow_experimental_parallel_reading_from_replicas = {value = 0, changed = false}, parallel_replicas_allow_in_with_subquery = {value = true, changed = false}, parallel_replicas_single_task_marks_count_multiplier = {value = 2, changed = false}, parallel_replicas_for_non_replicated_merge_tree = {value = false, changed = false}, parallel_replicas_min_number_of_rows_per_replica = {value = 0, changed = false}, parallel_replicas_prefer_local_join = {value = true, changed = false}, parallel_replicas_mark_segment_size = {value = 0, changed = false}, allow_archive_path_syntax = {value = true, changed = false}, parallel_replicas_local_plan = {value = false, changed = false}, allow_experimental_inverted_index = {value = false, changed = false}, allow_experimental_full_text_index = {value = false, changed = false}, allow_experimental_join_condition = {value = false, changed = false}, allow_experimental_analyzer = {value = true, changed = false}, analyzer_compatibility_join_using_top_level_identifier = {value = false, changed = false}, allow_experimental_live_view = {value = false, changed = false}, live_view_heartbeat_interval = {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 = 15000000}, changed = false}, max_live_view_insert_blocks_before_refresh = {value = 64, changed = false}, allow_experimental_window_view = {value = false, changed = false}, window_view_clean_interval = {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 = 60000000}, changed = false}, window_view_heartbeat_interval = {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 = 15000000}, changed = false}, wait_for_window_view_fire_signal_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 = false}, allow_experimental_refreshable_materialized_view = {value = false, changed = false}, stop_refreshable_materialized_views_on_startup = {value = false, changed = false}, allow_experimental_database_materialized_mysql = {value = false, changed = false}, allow_experimental_database_materialized_postgresql = {value = false, changed = false}, allow_experimental_query_deduplication = {value = false, changed = false}, update_insert_deduplication_token_in_dependent_materialized_views = {value = false, changed = false}, max_memory_usage_for_all_queries = {value = 0, changed = false}, multiple_joins_rewriter_version = {value = 0, changed = false}, enable_debug_queries = {value = false, changed = false}, allow_experimental_database_atomic = {value = true, changed = false}, allow_experimental_bigint_types = {value = true, changed = false}, allow_experimental_window_functions = {value = true, changed = false}, allow_experimental_geo_types = {value = true, changed = false}, allow_experimental_query_cache = {value = true, changed = false}, allow_experimental_alter_materialized_view_structure = {value = true, changed = false}, allow_experimental_shared_merge_tree = {value = true, changed = false}, allow_experimental_database_replicated = {value = true, changed = false}, async_insert_stale_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, handle_kafka_error_mode = {value = DB::StreamingHandleErrorMode::DEFAULT, changed = false}, database_replicated_ddl_output = {value = true, changed = false}, replication_alter_columns_timeout = {value = 60, changed = false}, odbc_max_field_size = {value = 0, changed = false}, allow_experimental_map_type = {value = true, changed = false}, merge_tree_clear_old_temporary_directories_interval_seconds = {value = 60, changed = false}, merge_tree_clear_old_parts_interval_seconds = {value = 1, changed = false}, partial_merge_join_optimizations = {value = 0, changed = false}, max_alter_threads = {is_auto = true, value = 16, changed = false}, use_mysql_types_in_show_columns = {value = false, changed = false}, s3queue_allow_experimental_sharded_mode = {value = false, changed = false}, background_buffer_flush_schedule_pool_size = {value = 16, changed = false}, background_pool_size = {value = 16, changed = false}, background_merges_mutations_concurrency_ratio = {value = 2, changed = false}, background_move_pool_size = {value = 8, changed = false}, background_fetches_pool_size = {value = 8, changed = false}, background_common_pool_size = {value = 8, changed = false}, background_schedule_pool_size = {value = 128, changed = false}, background_message_broker_schedule_pool_size = {value = 16, changed = false}, background_distributed_schedule_pool_size = {value = 16, changed = false}, max_remote_read_network_bandwidth_for_server = {value = 0, changed = false}, max_remote_write_network_bandwidth_for_server = {value = 0, changed = false}, async_insert_threads = {value = 16, 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_entries_for_hash_table_stats = {value = 10000, changed = false}, default_database_engine = {value = DB::DefaultDatabaseEngine::Atomic, changed = false}, max_pipeline_depth = {value = 0, changed = false}, temporary_live_view_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 = 1000000}, changed = false}, async_insert_cleanup_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, changed = false}, optimize_fuse_sum_count_avg = {value = false, changed = false}, drain_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 = 3000000}, changed = false}, backup_threads = {value = 16, changed = false}, restore_threads = {value = 16, changed = false}, optimize_duplicate_order_by_and_distinct = {value = false, changed = false}, parallel_replicas_min_number_of_granules_to_enable = {value = 0, changed = false}, parallel_replicas_custom_key_filter_type = {value = DB::ParallelReplicasCustomKeyFilterType::DEFAULT, changed = false}, query_plan_optimize_projection = {value = true, changed = false}, query_cache_store_results_of_queries_with_nondeterministic_functions = {value = false, changed = false}, allow_experimental_annoy_index = {value = false, changed = false}, max_threads_for_annoy_index_creation = {value = 4, changed = false}, annoy_index_search_k_nodes = {value = -1, changed = false}, allow_experimental_usearch_index = {value = false, changed = false}, optimize_move_functions_out_of_any = {value = false, changed = false}, allow_experimental_undrop_table_query = {value = true, changed = false}, allow_experimental_s3queue = {value = true, changed = false}, query_plan_optimize_primary_key = {value = true, changed = false}, optimize_monotonous_functions_in_order_by = {value = false, changed = false}, http_max_chunk_size = {value = 107374182400, changed = false}, format_csv_delimiter = {value = 44 ',', changed = false}, format_csv_allow_single_quotes = {value = false, changed = false}, format_csv_allow_double_quotes = {value = true, changed = false}, output_format_csv_serialize_tuple_into_separate_columns = {value = true, changed = false}, input_format_csv_deserialize_separate_columns_into_tuple = {value = true, changed = false}, output_format_csv_crlf_end_of_line = {value = false, changed = false}, input_format_csv_allow_cr_end_of_line = {value = false, changed = false}, input_format_csv_enum_as_number = {value = false, changed = false}, input_format_csv_arrays_as_nested_csv = {value = false, changed = false}, input_format_skip_unknown_fields = {value = true, changed = false}, input_format_with_names_use_header = {value = true, changed = false}, input_format_with_types_use_header = {value = true, changed = false}, input_format_import_nested_json = {value = false, changed = false}, input_format_defaults_for_omitted_fields = {value = true, changed = false}, input_format_csv_empty_as_default = {value = true, changed = false}, input_format_tsv_empty_as_default = {value = false, changed = false}, input_format_tsv_enum_as_number = {value = false, changed = false}, input_format_null_as_default = {value = true, changed = false}, input_format_force_null_for_omitted_fields = {value = false, changed = false}, input_format_arrow_case_insensitive_column_matching = {value = false, changed = false}, input_format_orc_row_batch_size = {value = 100000, changed = false}, input_format_orc_case_insensitive_column_matching = {value = false, changed = false}, input_format_parquet_case_insensitive_column_matching = {value = false, changed = false}, input_format_parquet_preserve_order = {value = false, changed = false}, input_format_parquet_filter_push_down = {value = true, changed = false}, input_format_parquet_use_native_reader = {value = false, changed = false}, input_format_parquet_bloom_filter_push_down = {value = true, changed = false}, input_format_allow_seeks = {value = true, changed = false}, input_format_orc_allow_missing_columns = {value = true, changed = false}, input_format_orc_use_fast_decoder = {value = true, changed = false}, input_format_orc_filter_push_down = {value = true, changed = false}, input_format_orc_reader_time_zone_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x544d47 "", __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "GMT", '\000' , __padding_ = 0x7fbfd02261e7 "\003", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {5524807, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, input_format_parquet_allow_missing_columns = {value = true, changed = false}, input_format_parquet_local_file_min_bytes_for_seek = {value = 8192, changed = false}, input_format_arrow_allow_missing_columns = {value = true, changed = false}, input_format_hive_text_fields_delimiter = {value = 1 '\001', changed = false}, input_format_hive_text_collection_items_delimiter = {value = 2 '\002', changed = false}, input_format_hive_text_map_keys_delimiter = {value = 3 '\003', changed = false}, input_format_hive_text_allow_variable_number_of_columns = {value = true, changed = false}, input_format_msgpack_number_of_columns = {value = 0, changed = false}, output_format_msgpack_uuid_representation = {value = DB::FormatSettings::MsgPackUUIDRepresentation::EXT, changed = false}, input_format_max_rows_to_read_for_schema_inference = {value = 25000, changed = false}, input_format_max_bytes_to_read_for_schema_inference = {value = 33554432, changed = false}, input_format_csv_use_best_effort_in_schema_inference = {value = true, changed = false}, input_format_csv_try_infer_numbers_from_strings = {value = false, changed = false}, input_format_csv_try_infer_strings_from_quoted_tuples = {value = true, changed = false}, input_format_tsv_use_best_effort_in_schema_inference = {value = true, changed = false}, input_format_csv_detect_header = {value = true, changed = false}, input_format_csv_allow_whitespace_or_tab_as_delimiter = {value = false, changed = false}, input_format_csv_trim_whitespaces = {value = true, changed = false}, input_format_csv_use_default_on_bad_values = {value = false, changed = false}, input_format_csv_allow_variable_number_of_columns = {value = false, changed = false}, input_format_tsv_allow_variable_number_of_columns = {value = false, changed = false}, input_format_custom_allow_variable_number_of_columns = {value = false, changed = false}, input_format_json_compact_allow_variable_number_of_columns = {value = false, changed = false}, input_format_tsv_detect_header = {value = true, changed = false}, input_format_custom_detect_header = {value = true, changed = false}, input_format_parquet_skip_columns_with_unsupported_types_in_schema_inference = {value = false, changed = false}, input_format_parquet_max_block_size = {value = 65409, changed = false}, input_format_parquet_prefer_block_bytes = {value = 16744704, changed = false}, input_format_protobuf_skip_fields_with_unsupported_types_in_schema_inference = {value = false, changed = false}, input_format_capn_proto_skip_fields_with_unsupported_types_in_schema_inference = {value = false, changed = false}, input_format_orc_skip_columns_with_unsupported_types_in_schema_inference = {value = false, changed = false}, input_format_arrow_skip_columns_with_unsupported_types_in_schema_inference = {value = false, changed = false}, column_names_for_schema_inference = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02262af "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, schema_inference_hints = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02262cf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, schema_inference_mode = {value = DB::SchemaInferenceMode::DEFAULT, changed = false}, schema_inference_make_columns_nullable = {static keyword = , base = {value = 1, changed = false}, is_auto = false, changed = false}, input_format_json_read_bools_as_numbers = {value = true, changed = false}, input_format_json_read_bools_as_strings = {value = true, changed = false}, input_format_json_try_infer_numbers_from_strings = {value = true, changed = true}, input_format_json_validate_types_from_metadata = {value = true, changed = false}, input_format_json_read_numbers_as_strings = {value = true, changed = false}, input_format_json_read_objects_as_strings = {value = true, changed = false}, input_format_json_read_arrays_as_strings = {value = true, changed = false}, input_format_json_try_infer_named_tuples_from_objects = {value = true, changed = false}, input_format_json_use_string_type_for_ambiguous_paths_in_named_tuples_inference_from_objects = {value = false, changed = false}, input_format_json_infer_incomplete_types_as_strings = {value = true, changed = false}, input_format_json_named_tuples_as_objects = {value = true, changed = false}, input_format_json_ignore_unknown_keys_in_named_tuple = {value = true, changed = false}, input_format_json_defaults_for_missing_elements_in_named_tuple = {value = true, changed = false}, input_format_json_throw_on_bad_escape_sequence = {value = true, changed = false}, input_format_json_ignore_unnecessary_fields = {value = true, changed = false}, type_json_skip_duplicated_paths = {value = false, changed = false}, input_format_json_max_depth = {value = 1000, changed = false}, input_format_try_infer_integers = {value = true, changed = false}, input_format_try_infer_dates = {value = true, changed = false}, input_format_try_infer_datetimes = {value = true, changed = false}, input_format_try_infer_datetimes_only_datetime64 = {value = false, changed = false}, input_format_try_infer_exponent_floats = {value = false, changed = false}, output_format_markdown_escape_special_characters = {value = false, changed = false}, input_format_protobuf_flatten_google_wrappers = {value = false, changed = false}, output_format_protobuf_nullables_with_google_wrappers = {value = false, changed = false}, input_format_csv_skip_first_lines = {value = 0, changed = false}, input_format_tsv_skip_first_lines = {value = 0, changed = false}, input_format_csv_skip_trailing_empty_lines = {value = false, changed = false}, input_format_tsv_skip_trailing_empty_lines = {value = false, changed = false}, input_format_custom_skip_trailing_empty_lines = {value = false, changed = false}, input_format_tsv_crlf_end_of_line = {value = false, changed = false}, input_format_native_allow_types_conversion = {value = true, changed = false}, input_format_native_decode_types_in_binary_format = {value = false, changed = false}, output_format_native_encode_types_in_binary_format = {value = false, changed = false}, date_time_input_format = {value = DB::FormatSettings::DateTimeInputFormat::Basic, changed = false}, date_time_output_format = {value = DB::FormatSettings::DateTimeOutputFormat::Simple, changed = false}, interval_output_format = {value = DB::FormatSettings::IntervalOutputFormat::Numeric, changed = false}, input_format_ipv4_default_on_conversion_error = {value = false, changed = false}, input_format_ipv6_default_on_conversion_error = {value = false, changed = false}, bool_true_representation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x65757274 , __size_ = 0, __cap_ = 288230376151711744, __is_long_ = 0}, __s = {__data_ = "true", '\000' , __padding_ = 0x7fbfd0226387 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {1702195828, 0, 288230376151711744}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, bool_false_representation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x65736c6166 , __size_ = 0, __cap_ = 360287970189639680, __is_long_ = 0}, __s = {__data_ = "false", '\000' , __padding_ = 0x7fbfd02263a7 "\005", __size_ = 5 '\005', __is_long_ = 0 '\000'}, __r = {__words = {435728179558, 0, 360287970189639680}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, input_format_values_interpret_expressions = {value = true, changed = false}, input_format_values_deduce_templates_of_expressions = {value = true, changed = false}, input_format_values_accurate_types_of_literals = {value = true, changed = false}, input_format_avro_allow_missing_fields = {value = false, changed = false}, input_format_avro_null_as_default = {value = false, changed = false}, format_binary_max_string_size = {value = 1073741824, changed = false}, format_binary_max_array_size = {value = 1073741824, changed = false}, input_format_binary_decode_types_in_binary_format = {value = false, changed = false}, output_format_binary_encode_types_in_binary_format = {value = false, changed = false}, format_avro_schema_registry_url = {value = {static RESERVED_PATH = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x233f , __size_ = 0, __cap_ = 144115188075855872, __is_long_ = 0}, __s = {__data_ = "?#", '\000' , __padding_ = 0x1922ffaf "\002?#/:;+@", __size_ = 2 '\002', __is_long_ = 0 '\000'}, __r = {__words = {9023, 0, 144115188075855872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, static RESERVED_QUERY = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x402b3b3a2f233f , __size_ = 0, __cap_ = 504403158265495552, __is_long_ = 0}, __s = {__data_ = "?#/:;+@", '\000' , __padding_ = 0x1922ffc7 "\a?#/:;+@&=", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {18061931888714559, 0, 504403158265495552}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, static RESERVED_QUERY_PARAM = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x26402b3b3a2f233f , __size_ = 61, __cap_ = 648518346341351424, __is_long_ = 0}, __s = {__data_ = "?#/:;+@&=", '\000' , __padding_ = 0x1922ffdf "\t", __size_ = 9 '\t', __is_long_ = 0 '\000'}, __r = {__words = {2756250505329976127, 61, 648518346341351424}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, static RESERVED_FRAGMENT = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x1922fff7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, static ILLEGAL = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x225c7c7d7b3e3c25 , __size_ = 2605658008086208606, __cap_ = 1369094286726748972, __is_long_ = 0}, __s = {__data_ = "%<>{}|\\\"^`!*'()$,[]\000\000\000", __padding_ = 0x1923000f "\023P\206\342\030", __size_ = 19 '\023', __is_long_ = 0 '\000'}, __r = {__words = {2475990773527362597, 2605658008086208606, 1369094286726748972}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _scheme = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02263ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _userInfo = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226417 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _host = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022642f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _port = 0, _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_ = 0x7fbfd022644f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _query = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226467 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _fragment = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022647f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _enable_url_encoding = true}, changed = false}, output_format_json_quote_64bit_integers = {value = true, changed = false}, output_format_json_quote_denormals = {value = false, changed = false}, output_format_json_quote_decimals = {value = false, changed = false}, output_format_json_quote_64bit_floats = {value = false, changed = false}, output_format_json_escape_forward_slashes = {value = true, changed = false}, output_format_json_named_tuples_as_objects = {value = true, changed = false}, output_format_json_skip_null_value_in_named_tuples = {value = false, changed = false}, output_format_json_array_of_rows = {value = false, changed = false}, output_format_json_validate_utf8 = {value = false, changed = false}, format_json_object_each_row_column_for_object_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02264bf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_pretty_max_rows = {value = 10000, changed = false}, output_format_pretty_max_column_pad_width = {value = 250, changed = false}, output_format_pretty_max_value_width = {value = 10000, changed = false}, output_format_pretty_max_value_width_apply_for_single_value = {value = 0, changed = false}, output_format_pretty_color = {static keyword = , base = {value = 0, changed = false}, is_auto = true, changed = false}, output_format_pretty_grid_charset = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x382d465455 , __size_ = 0, __cap_ = 360287970189639680, __is_long_ = 0}, __s = {__data_ = "UTF-8", '\000' , __padding_ = 0x7fbfd0226537 "\005", __size_ = 5 '\005', __is_long_ = 0 '\000'}, __r = {__words = {241277752405, 0, 360287970189639680}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_pretty_display_footer_column_names = {value = 1, changed = false}, output_format_pretty_display_footer_column_names_min_rows = {value = 50, changed = false}, output_format_parquet_row_group_size = {value = 1000000, changed = false}, output_format_parquet_row_group_size_bytes = {value = 536870912, changed = false}, output_format_parquet_string_as_string = {value = true, changed = false}, output_format_parquet_fixed_string_as_fixed_byte_array = {value = true, changed = false}, output_format_parquet_version = {value = DB::FormatSettings::ParquetVersion::V2_LATEST, changed = false}, output_format_parquet_compression_method = {value = DB::FormatSettings::ParquetCompression::ZSTD, changed = false}, output_format_parquet_compliant_nested_types = {value = true, changed = false}, output_format_parquet_use_custom_encoder = {value = true, changed = false}, output_format_parquet_parallel_encoding = {value = true, changed = false}, output_format_parquet_data_page_size = {value = 1048576, changed = false}, output_format_parquet_batch_size = {value = 1024, changed = false}, output_format_parquet_write_page_index = {value = true, changed = false}, output_format_avro_codec = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02265cf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_avro_sync_interval = {value = 16384, changed = false}, output_format_avro_string_column_pattern = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02265ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_avro_rows_in_file = {value = 1, changed = false}, output_format_tsv_crlf_end_of_line = {value = false, changed = false}, format_csv_null_representation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x4e5c , __size_ = 0, __cap_ = 144115188075855872, __is_long_ = 0}, __s = {__data_ = "\\N", '\000' , __padding_ = 0x7fbfd0226637 "\002", __size_ = 2 '\002', __is_long_ = 0 '\000'}, __r = {__words = {20060, 0, 144115188075855872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_tsv_null_representation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x4e5c , __size_ = 0, __cap_ = 144115188075855872, __is_long_ = 0}, __s = {__data_ = "\\N", '\000' , __padding_ = 0x7fbfd0226657 "\002", __size_ = 2 '\002', __is_long_ = 0 '\000'}, __r = {__words = {20060, 0, 144115188075855872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_decimal_trailing_zeros = {value = false, changed = false}, input_format_allow_errors_num = {value = 0, changed = false}, input_format_allow_errors_ratio = {value = 0, changed = false}, input_format_record_errors_file_path = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226697 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, errors_output_format = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x565343 "\026\333\016", __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "CSV", '\000' , __padding_ = 0x7fbfd02266b7 "\003", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {5657411, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_schema = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02266d7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_template_resultset = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02266f7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_template_row = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_template_row_format = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226737 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_template_resultset_format = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226757 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_template_rows_between_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0xa , __size_ = 0, __cap_ = 72057594037927936, __is_long_ = 0}, __s = {__data_ = "\n", '\000' , __padding_ = 0x7fbfd0226777 "\001", __size_ = 1 '\001', __is_long_ = 0 '\000'}, __r = {__words = {10, 0, 72057594037927936}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_escaping_rule = {value = DB::FormatSettings::EscapingRule::Escaped, changed = false}, format_custom_field_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x9 , __size_ = 0, __cap_ = 72057594037927936, __is_long_ = 0}, __s = {__data_ = "\t", '\000' , __padding_ = 0x7fbfd022679f "\001", __size_ = 1 '\001', __is_long_ = 0 '\000'}, __r = {__words = {9, 0, 72057594037927936}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_row_before_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02267bf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_row_after_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0xa , __size_ = 0, __cap_ = 72057594037927936, __is_long_ = 0}, __s = {__data_ = "\n", '\000' , __padding_ = 0x7fbfd02267df "\001", __size_ = 1 '\001', __is_long_ = 0 '\000'}, __r = {__words = {10, 0, 72057594037927936}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_row_between_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02267ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_result_before_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022681f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_result_after_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022683f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_regexp = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022685f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_regexp_escaping_rule = {value = DB::FormatSettings::EscapingRule::Raw, changed = false}, format_regexp_skip_unmatched = {value = false, changed = false}, output_format_enable_streaming = {value = false, changed = false}, output_format_write_statistics = {value = true, changed = false}, output_format_pretty_row_numbers = {value = true, changed = false}, output_format_pretty_highlight_digit_groups = {value = true, changed = false}, output_format_pretty_single_large_number_tip_threshold = {value = 1000000, changed = false}, insert_distributed_one_random_shard = {value = false, changed = false}, exact_rows_before_limit = {value = false, changed = false}, rows_before_aggregation = {value = false, changed = false}, cross_to_inner_join_rewrite = {value = 1, changed = false}, output_format_arrow_low_cardinality_as_dictionary = {value = false, changed = false}, output_format_arrow_use_signed_indexes_for_dictionary = {value = true, changed = false}, output_format_arrow_use_64_bit_indexes_for_dictionary = {value = false, changed = false}, output_format_arrow_string_as_string = {value = true, changed = false}, output_format_arrow_fixed_string_as_fixed_byte_array = {value = true, changed = false}, output_format_arrow_compression_method = {value = DB::FormatSettings::ArrowCompression::LZ4_FRAME, changed = false}, output_format_orc_string_as_string = {value = true, changed = false}, output_format_orc_compression_method = {value = DB::FormatSettings::ORCCompression::ZSTD, changed = false}, output_format_orc_row_index_stride = {value = 10000, changed = false}, format_capn_proto_enum_comparising_mode = {value = DB::FormatSettings::CapnProtoEnumComparingMode::BY_VALUES, changed = false}, format_capn_proto_use_autogenerated_schema = {value = true, changed = false}, format_protobuf_use_autogenerated_schema = {value = true, changed = false}, output_format_schema = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02268df "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, input_format_mysql_dump_table_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02268ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, input_format_mysql_dump_map_column_names = {value = true, changed = false}, output_format_sql_insert_max_batch_size = {value = 65409, changed = false}, output_format_sql_insert_table_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x656c626174 , __size_ = 0, __cap_ = 360287970189639680, __is_long_ = 0}, __s = {__data_ = "table", '\000' , __padding_ = 0x7fbfd0226937 "\005", __size_ = 5 '\005', __is_long_ = 0 '\000'}, __r = {__words = {435610083700, 0, 360287970189639680}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_sql_insert_include_column_names = {value = true, changed = false}, output_format_sql_insert_use_replace = {value = false, changed = false}, output_format_sql_insert_quote_names = {value = true, changed = false}, output_format_values_escape_quote_with_quote = {value = false, changed = false}, output_format_bson_string_as_string = {value = false, changed = false}, input_format_bson_skip_fields_with_unsupported_types_in_schema_inference = {value = false, changed = false}, format_display_secrets_in_show_and_select = {value = false, changed = false}, regexp_dict_allow_hyperscan = {value = true, changed = false}, regexp_dict_flag_case_insensitive = {value = false, changed = false}, regexp_dict_flag_dotall = {value = false, changed = false}, dictionary_use_async_executor = {value = false, changed = false}, precise_float_parsing = {value = false, changed = false}, date_time_overflow_behavior = {value = DB::FormatSettings::DateTimeOverflowBehavior::Ignore, changed = false}, validate_experimental_and_suspicious_types_inside_nested_types = {value = true, changed = false}, input_format_arrow_import_nested = {value = false, changed = false}, input_format_parquet_import_nested = {value = false, changed = false}, input_format_orc_import_nested = {value = false, changed = false}}, _vptr$BaseSettings = 0x18b05568 , custom_settings_map = {__table_ = {__bucket_list_ = {__ptr_ = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>**, 0, false>> = {__value_ = 0x0}, >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>*>, 1, true>> = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>*>> = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*> >, 1, true>> = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*> >> = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, >, std::__1::__hash_value_type >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, std::__1::hash > >, std::__1::equal_to > >, true>, 1, true>> = { >, std::__1::__hash_value_type >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, std::__1::hash > >, std::__1::equal_to > >, true>> = { > >> = { >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, >, std::__1::__hash_value_type >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, std::__1::equal_to > >, std::__1::hash > >, true>, 1, true>> = { >, std::__1::__hash_value_type >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, std::__1::equal_to > >, std::__1::hash > >, true>> = { > >> = { >, std::__1::basic_string_view >, bool>> = {}, }, }, }, }}}}, > = {_vptr$IHints = 0x18b05598 , prompter = {}}, settings_changed_by_compatibility_setting = {__table_ = {__bucket_list_ = {__ptr_ = { >, void*>*>**, 0, false>> = {__value_ = 0x0}, >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, >, void*>*>*>, 1, true>> = { >, void*>*>*>> = { >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = { >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, >, void*> >, 1, true>> = { >, void*> >> = { >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, > >, 1, true>> = { > >> = { >, unsigned long>> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, > >, 1, true>> = { > >> = { >, std::__1::basic_string_view >, bool>> = {}, }, }, }}}} 2025-10-03 17:59:54 max_query_size = 262144 2025-10-03 17:59:54 log_queries_cut_to_length = 100000 2025-10-03 17:59:54 #10 0x000000001190c49d in DB::executeQuery (query=..., context=..., flags=flags@entry=..., stage=DB::QueryProcessingStage::Complete) at /build/src/Interpreters/executeQuery.cpp:1397 2025-10-03 17:59:54 ast = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 17:59:54 res = {process_list_entry = {__ptr_ = 0x0, __cntrl_ = 0x0}, pipeline = {resources = {interpreter_context = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, storage_holders = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, table_locks = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, query_id_holders = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}}, progress_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\0309\377<\301\177\000\0000\020\334\b\300\177\000", __large = 0x7fc13cff3918}, __invoker_ = {__call_ = 0xc8425a0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::Progress const&)>}, __policy_ = 0x185596e0 }}, quota = {__ptr_ = 0x0, __cntrl_ = 0x0}, update_profile_events = true, processors = {__ptr_ = 0x7fbf3d4f04a8, __cntrl_ = 0x7fbf3d4f0490}, input = 0x0, output = 0x0, totals = 0x0, extremes = 0x0, process_list_element = {__ptr_ = 0x0, __cntrl_ = 0x0}, output_format = 0x0, num_threads = 0, concurrency_control = false}, finish_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000 \"\r=\301\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x10bd5c60 ::__call_empty(std::__1::__function::__policy_storage const*, DB::QueryPipeline&)>}, __policy_ = 0x185596e0 }}, exception_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000R\"п\177\000\000\0209\377<\301\177\000", __large = 0x7fbfd0225200}, __invoker_ = {__call_ = 0xc773820 ::__call_empty(std::__1::__function::__policy_storage const*, bool)>}, __policy_ = 0x185596e0 }}, null_format = false} 2025-10-03 17:59:54 #11 0x0000000012cb585b in DB::TCPHandler::runImpl (this=0x7fc09c2b0000) at /build/src/Server/TCPHandler.cpp:569 2025-10-03 17:59:54 client_logs_level = 2025-10-03 17:59:54 finish_or_cancel = 2025-10-03 17:59:54 query_scope = {> = {> = {> = {> = {> = {> = {{__null_state_ = 1 '\001', __val_ = { = { = {}, }, log_peak_memory_usage_in_destructor = true}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 17:59:54 exception = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }} 2025-10-03 17:59:54 thread_trace_context = {__ptr_ = {> = {__value_ = 0x7fbf3d7aba00}, , 1, true>> = {> = {}, }, }} 2025-10-03 17:59:54 query_duration_already_logged = false 2025-10-03 17:59:54 network_error = false 2025-10-03 17:59:54 e = 2025-10-03 17:59:54 e = 2025-10-03 17:59:54 e = 2025-10-03 17:59:54 e = 2025-10-03 17:59:54 e = 2025-10-03 17:59:54 log_query_duration = {this = 0x7fc09c2b0000, query_duration_already_logged = @0x7fc13cff0e7f} 2025-10-03 17:59:54 user_expired = false 2025-10-03 17:59:54 e = 2025-10-03 17:59:54 #12 0x0000000012ccc019 in DB::TCPHandler::run (this=0xa9) at /build/src/Server/TCPHandler.cpp:2515 2025-10-03 17:59:54 e = 2025-10-03 17:59:54 #13 0x0000000016529047 in Poco::Net::TCPServerConnection::start (this=0xa9) at /build/base/poco/Net/src/TCPServerConnection.cpp:43 2025-10-03 17:59:54 exc = 2025-10-03 17:59:54 exc = 2025-10-03 17:59:54 #14 0x000000001652951e in Poco::Net::TCPServerDispatcher::run (this=0x7fbfe4d93200) at /build/base/poco/Net/src/TCPServerDispatcher.cpp:115 2025-10-03 17:59:54 pConnection = 2025-10-03 17:59:54 pCNf = 2025-10-03 17:59:54 pNf = {_ptr = 0x7fc0a564e680} 2025-10-03 17:59:54 lock = {_mutex = @0x7fbfe4d932d0} 2025-10-03 17:59:54 exc = 2025-10-03 17:59:54 exc = 2025-10-03 17:59:54 guard = {_ptr = 0x7fbfe4d93200} 2025-10-03 17:59:54 idleTime = 2025-10-03 17:59:54 #15 0x00000000164d5d32 in Poco::PooledThread::run (this=0x7fc25389ee00) at /build/base/poco/Foundation/src/ThreadPool.cpp:205 2025-10-03 18:01:58 lock = {_mutex = @0x0} 2025-10-03 18:01:58 pTarget = 0x7fbfe4d93200 2025-10-03 18:01:58 exc = 2025-10-03 18:01:58 exc = 2025-10-03 18:02:27 thread_status = { = { = {}, }, thread_id = 176, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c200000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c200000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x7fbf3d9c0660}, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc13cff19b8, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x7fbf3d9c0680}, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 99936, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 40}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 518}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 40}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 518}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x7fbf3d9c0618, __cntrl_ = 0x7fbf3d9c0600}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x7fbfc5f9f600, __cntrl_ = 0x7fc254551580}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000+\234\300\177\000\000ed\000\234\300\177\000", __large = 0x7fc09c2b0000}, __invoker_ = {__call_ = 0x12ccc840 ::__call_impl >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b68180 >(std::__1::integral_constant)::__policy_>}}, local_data = {profile_queue_ptr = {__ptr_ = 0x7fbfc6054cb8, __cntrl_ = 0x7fbfc6054ca0}, logs_queue_ptr = {__ptr_ = 0x7fbfc6a89618, __cntrl_ = 0x7fbfc6a89600}, client_logs_level = DB::LogsLevel::fatal, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13cff1b97 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\006\234=\277\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbf3d9c0618}, __invoker_ = {__call_ = 0x11861080 ::__call_impl, std::__1::function)::$_0, bool ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f100 , 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_ = 0x7fbfc68a04f0 "8964e4a5-a651-4f48-adf2-98956f7e6b11", __size_ = 36, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\360\004\212ƿ\177\000\000$\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fc13cff1bdf "\200Xn\2470C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140461646415088, 36, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507183529560}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x7fc09c08be20}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x7fc255722c00}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c20f000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfd01ee180}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239668463782, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 213983782, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\250\031\377<\301\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc13cff19a8}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:27 #16 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:02:27 sset = {__val = {20484, 0 }} 2025-10-03 18:02:27 pThreadImpl = 2025-10-03 18:02:27 pData = {_ptr = 0x7fc2538bf480} 2025-10-03 18:02:27 exc = 2025-10-03 18:02:27 exc = 2025-10-03 18:02:27 #17 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #18 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 740 (Thread 0x7fbea7ff5640 (LWP 988) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2557ff560) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\030:Q\300\177\000\000\250}/\254\300\177\000", __large = 0x7fc0513a1800}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbea7fe8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660080805013, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbea7fe8b16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 81180929}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbea7fe8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbea7fe8b17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2557ff580}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 739 (Thread 0x7fbea87f6640 (LWP 987) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0a49f5d00) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\030:Q\300\177\000\000\230\303\340a\300\177\000", __large = 0x7fc0513a1800}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbea87e9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660039968173, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbea87e9b16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 40278529}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbea87e9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbea87e9b17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49f5d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 738 (Thread 0x7fbea8ff7640 (LWP 986) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0a49f5c40) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\033:Q\300\177\000\0000\a3ؿ\177\000", __large = 0x7fc0513a1b00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbea8feac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660047941296, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbea8feab16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 48326401}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbea8feacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbea8feab17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49f5c60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 737 (Thread 0x7fbea97f8640 (LWP 985) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d80, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d80, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0a49f5ba0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\202\262=\277\177\000\000\320\002\"п\177\000", __large = 0x7fbf3db28200}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbea97ebc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659987200246, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbea97ebb16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 987455489}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbea97ebcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbea97ebb17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49f5bc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 736 (Thread 0x7fbea9ff9640 (LWP 984) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0a49f5ac0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\215@=\277\177\000\000\250\021\334\b\300\177\000", __large = 0x7fbf3d408d00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbea9fecc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660052710802, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbea9fecb16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 53123329}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbea9feccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbea9fecb17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49f5ae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 735 (Thread 0x7fbeaa7fa640 (LWP 983) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0a49f5960) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\236\222ƿ\177\000\000@\000\244\346\277\177\000", __large = 0x7fbfc6929e00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeaa7edc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660084227983, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbeaa7edb16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 84548097}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeaa7edcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbeaa7edb17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49f5980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 734 (Thread 0x7fbeaaffb640 (LWP 982) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d80, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d80, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0a49f5860) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\212@=\277\177\000\000\3104ј\300\177\000", __large = 0x7fbf3d408a00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeaafeec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659969440999, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbeaafeeb16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 969741313}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeaafeecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbeaafeeb17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49f5880}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 733 (Thread 0x7fbeab7fc640 (LWP 981) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0a49f5760) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\030\225ƿ\177\000\000(\033\334\b\300\177\000", __large = 0x7fbfc6951800}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeab7efc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660066064807, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbeab7efb16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 66510593}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeab7efcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbeab7efb17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49f5780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 732 (Thread 0x7fbeabffd640 (LWP 980) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d80, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d80, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0a49f56a0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\217\262=\277\177\000\000@:]\245\300\177\000", __large = 0x7fbf3db28f00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeabff0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659979991927, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbeabff0b16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 980346625}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeabff0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbeabff0b17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49f56c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 731 (Thread 0x7fbeac7fe640 (LWP 979) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0a49f5620) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\035:Q\300\177\000\000\310\0033ؿ\177\000", __large = 0x7fc0513a1d00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeac7f1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660051002578, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbeac7f1b16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 51280129}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeac7f1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbeac7f1b17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49f5640}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 730 (Thread 0x7fbeacfff640 (LWP 978) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d80, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d80, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0a49f55a0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\216\262=\277\177\000\00084ј\300\177\000", __large = 0x7fbf3db28e00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeacff2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659966624717, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbeacff2b16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 967059713}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbeacff2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbeacff2b17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49f55c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 729 (Thread 0x7fbf06ff9640 (LWP 977) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc134e1ca00) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\027\225ƿ\177\000\000@\033\334\b\300\177\000", __large = 0x7fbfc6951700}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf06fecc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660068205763, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbf06fecb16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 68390913}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf06feccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbf06fecb17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc134fff7e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 728 (Thread 0x7fbf077fa640 (LWP 976) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc086792f80) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\217\262=\277\177\000\0008\332\376\231\300\177\000", __large = 0x7fbf3db28f00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf077edc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660043374411, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbf077edb16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 43686657}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf077edcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbf077edb17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc086792fa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 727 (Thread 0x7fbf07ffb640 (LWP 975) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d80, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d80, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc022ccf740) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\212\262=\277\177\000\000\000y/\254\300\177\000", __large = 0x7fbf3db28a00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf07feec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659963253694, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbf07feeb16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 963632641}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf07feecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbf07feeb17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1322d0d40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 726 (Thread 0x7fbf087fc640 (LWP 974) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc086792ea0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000ҍƿ\177\000\000\260;]\245\300\177\000", __large = 0x7fbfc68dd200}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf087efc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660059157232, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbf087efb16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 59543297}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf087efcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbf087efb17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc086792ee0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 725 (Thread 0x7fbf08ffd640 (LWP 973) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13ac1b0c0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\212\214ƿ\177\000\000\360x/\254\300\177\000", __large = 0x7fbfc68c8a00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf08ff0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660061012622, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbf08ff0b16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 61288193}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf08ff0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbf08ff0b17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545beb80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 724 (Thread 0x7fbf097fe640 (LWP 972) "ThreadPool"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:27 ec = 2025-10-03 18:02:27 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0d60d05c0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:02:27 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:02:27 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\216@=\277\177\000\000\b\r\"п\177\000", __large = 0x7fbf3d408e00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf097f1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660099559277, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbf097f1b16}} 2025-10-03 18:02:27 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 99859969}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf097f1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:27 _allocations_flag_prev_val759 = 2025-10-03 18:02:27 _allocations_flag_prev_val659 = false 2025-10-03 18:02:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbf097f1b17}} 2025-10-03 18:02:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:27 job_is_done = 2025-10-03 18:02:27 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0a49c0940}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:27 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 2025-10-03 18:02:27 Thread 723 (Thread 0x7fbf09fff640 (LWP 971) "TCPHandler"): 2025-10-03 18:02:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:27 No symbol table info available. 2025-10-03 18:02:27 #2 0x0000000016483642 in Poco::EventImpl::waitImpl (this=0x7fbfc0976388) at /build/base/poco/Foundation/src/Event_POSIX.cpp:94 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #3 0x00000000164d5cf8 in Poco::Event::wait (this=0x7fbfc0976388) at /build/base/poco/Foundation/include/Poco/Event.h:92 2025-10-03 18:02:27 No locals. 2025-10-03 18:02:27 #4 Poco::PooledThread::run (this=0x7fbfc0976280) at /build/base/poco/Foundation/src/ThreadPool.cpp:197 2025-10-03 18:02:30 thread_status = { = { = {}, }, thread_id = 971, os_thread_priority = 0, performance_counters = {counters = 0x7fbfbfeac000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbfbfeac000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbf09ff29b8, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -2140894, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000ۨ\277\277\177\000\000ed\000ƿ\177\000", __large = 0x7fbfbfa8db00}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbf09ff2b97 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\344 ѿ\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfd120e418}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfd1307be0 "", __size_ = 0, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\340{0ѿ\177\000\000\000\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fbf09ff2bdf "\200\215\254\317\347B@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140461825096672, 0, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759505961430157}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc022db5d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfe5359300}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 436628009706, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\250)\377\t\277\177\000\000\000\000\000\000\000\000\000", __large = 0x7fbf09ff29a8}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:30 #5 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:02:30 sset = {__val = {20484, 0 }} 2025-10-03 18:02:30 pThreadImpl = 2025-10-03 18:02:30 pData = {_ptr = 0x7fbfd5528a00} 2025-10-03 18:02:30 exc = 2025-10-03 18:02:30 exc = 2025-10-03 18:02:30 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 2025-10-03 18:02:30 Thread 722 (Thread 0x7fc2543ff640 (LWP 170) "clickhouse-serv"): 2025-10-03 18:02:30 #0 0x00007fc255c5181c in read () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 #1 0x000000000c6ae484 in DB::ReadBufferFromFileDescriptor::readImpl (this=0x7fc2543f2720, to=0x7fc2543f2a50 "", min_bytes=min_bytes@entry=1, max_bytes=536, offset=0) at /build/src/IO/ReadBufferFromFileDescriptor.cpp:75 2025-10-03 18:02:30 metric_increment = {what = , amount = 1} 2025-10-03 18:02:30 watch = {start_ns = 239547066872, stop_ns = 0, clock_type = 1, is_running = true} 2025-10-03 18:02:30 res = 0 2025-10-03 18:02:30 to_read = 536 2025-10-03 18:02:30 bytes_read = 0 2025-10-03 18:02:30 #2 0x000000000c6ae742 in DB::ReadBufferFromFileDescriptor::nextImpl (this=0x7) at /build/src/IO/ReadBufferFromFileDescriptor.cpp:124 2025-10-03 18:02:30 bytes_read = 2025-10-03 18:02:30 #3 0x00000000073acc3b in DB::ReadBuffer::next (this=0x7fc2543f2720) at /build/src/IO/ReadBuffer.h:70 2025-10-03 18:02:30 res = 2025-10-03 18:02:30 #4 0x000000000c8d24bf in DB::ReadBuffer::eof (this=0x7fc2543f2720) at /build/src/IO/ReadBuffer.h:106 2025-10-03 18:02:30 No locals. 2025-10-03 18:02:30 #5 SignalListener::run (this=0x7fc25444eb60) at /build/src/Common/SignalHandlers.cpp:273 2025-10-03 18:02:30 buf = '\000' , "\363\340\274U\302\177", '\000' , "\211\001\000\000\254x\201U\302\177\000\000\030,?T\302\177", '\000' , "y\201U\302\177\000\000\244x\201U\302\177\000\000\233\016\275U\302\177\000\000\001", '\000' , "\001\000\000\000\200x\201U\302\177\000\000\000y\201U\302\177\000\000\224x\201U\302\177\000\000"... 2025-10-03 18:02:30 in = { = {> = { = { = { = {pos = 0x7fc2543f2a50 "", bytes = 0, working_buffer = {begin_pos = 0x7fc2543f2a50 "", end_pos = 0x7fc2543f2a50 ""}, internal_buffer = {begin_pos = 0x7fc2543f2a50 "", end_pos = 0x7fc2543f2c68 "@EQT\302\177"}, padded = false}, _vptr$ReadBuffer = 0x1870f640 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 0, m_size = 0, m_data = 0x0, alignment = 0}}, = {_vptr$WithFileName = 0x1870f6f0 }, = {_vptr$WithFileSize = 0x1870f718 }, file_size = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = 0}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "q\217\330U\302\177\000\000\005\000\000\000\000\000\000", __large = 0x7fc255d88f71}, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, 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 18:02:30 signal_pipe = 2025-10-03 18:02:30 #6 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:02:30 sset = {__val = {20484, 0 , 140472613860928, 140472613860928}} 2025-10-03 18:02:30 pThreadImpl = 2025-10-03 18:02:30 pData = {_ptr = 0x7fc254514540} 2025-10-03 18:02:30 exc = 2025-10-03 18:02:30 exc = 2025-10-03 18:02:30 #7 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 #8 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 2025-10-03 18:02:30 Thread 721 (Thread 0x7fc2551ff640 (LWP 171) "clickhouse-serv"): 2025-10-03 18:02:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 #2 0x0000000017e29b85 in background_thread_sleep (tsdn=0x7fc2551f45c8, info=0x7fc255817500, interval=962500000) at /build/contrib/jemalloc/src/background_thread.c:159 2025-10-03 18:02:30 next_wakeup = {ns = 1661224571685, magic = 3098136119} 2025-10-03 18:02:30 ts_wakeup = {ns = 1759507184235940000, magic = 3098136119} 2025-10-03 18:02:30 ts = {tv_sec = 1759507184, tv_nsec = 235940000} 2025-10-03 18:02:30 tv = {tv_sec = 1759507183, tv_usec = 273440} 2025-10-03 18:02:30 before_sleep = {ns = 1759507183273440000, magic = 3098136119} 2025-10-03 18:02:30 ret = 2025-10-03 18:02:30 next_wakeup = 2025-10-03 18:02:30 ts_wakeup = 2025-10-03 18:02:30 ts = 2025-10-03 18:02:30 after_sleep = 2025-10-03 18:02:30 #3 background_work_sleep_once (tsdn=tsdn@entry=0x7fc2551f45c8, info=0x7fc255817500, ind=ind@entry=0) at /build/contrib/jemalloc/src/background_thread.c:229 2025-10-03 18:02:30 ns_until_deferred = 2025-10-03 18:02:30 narenas = 2025-10-03 18:02:30 sleep_ns = 962500000 2025-10-03 18:02:30 slept_indefinitely = 2025-10-03 18:02:30 #4 0x0000000017e2961d in background_thread0_work (tsd=tsd@entry=0x7fc2551f45c8) at /build/contrib/jemalloc/src/background_thread.c:374 2025-10-03 18:02:30 __vla_expr0 = 2025-10-03 18:02:30 i = 2025-10-03 18:02:30 n_created = 4 2025-10-03 18:02:30 created_threads = 2025-10-03 18:02:30 #5 0x0000000017e292f7 in background_work (tsd=0x7fc2551f45c8, ind=0) at /build/contrib/jemalloc/src/background_thread.c:412 2025-10-03 18:02:30 info = 2025-10-03 18:02:30 #6 background_thread_entry (ind_arg=0x0) at /build/contrib/jemalloc/src/background_thread.c:444 2025-10-03 18:02:30 thread_ind = 0 2025-10-03 18:02:30 #7 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 #8 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 2025-10-03 18:02:30 Thread 720 (Thread 0x7fc13f9ff640 (LWP 172) "clickhouse-serv"): 2025-10-03 18:02:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 #2 0x0000000017e29b85 in background_thread_sleep (tsdn=0x7fc13f9f45c8, info=0x7fc255817878, interval=5000000000) at /build/contrib/jemalloc/src/background_thread.c:159 2025-10-03 18:02:30 next_wakeup = {ns = 1662705786460, magic = 3098136119} 2025-10-03 18:02:30 ts_wakeup = {ns = 1759507185717155000, magic = 3098136119} 2025-10-03 18:02:30 ts = {tv_sec = 1759507185, tv_nsec = 717155000} 2025-10-03 18:02:30 tv = {tv_sec = 1759507180, tv_usec = 717155} 2025-10-03 18:02:30 before_sleep = {ns = 1759507180717155000, magic = 3098136119} 2025-10-03 18:02:30 ret = 2025-10-03 18:02:30 next_wakeup = 2025-10-03 18:02:30 ts_wakeup = 2025-10-03 18:02:30 ts = 2025-10-03 18:02:30 after_sleep = 2025-10-03 18:02:30 #3 background_work_sleep_once (tsdn=tsdn@entry=0x7fc13f9f45c8, info=info@entry=0x7fc255817878, ind=ind@entry=3) at /build/contrib/jemalloc/src/background_thread.c:229 2025-10-03 18:02:30 ns_until_deferred = 2025-10-03 18:02:30 narenas = 2025-10-03 18:02:30 sleep_ns = 5000000000 2025-10-03 18:02:30 slept_indefinitely = 2025-10-03 18:02:30 #4 0x0000000017e292a5 in background_work (tsd=0x7fc13f9f45c8, ind=3) at /build/contrib/jemalloc/src/background_thread.c:419 2025-10-03 18:02:30 info = 0x7fc255817878 2025-10-03 18:02:30 #5 background_thread_entry (ind_arg=0x3) at /build/contrib/jemalloc/src/background_thread.c:444 2025-10-03 18:02:30 thread_ind = 3 2025-10-03 18:02:30 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 2025-10-03 18:02:30 Thread 719 (Thread 0x7fc13f1fe640 (LWP 173) "TraceCollector"): 2025-10-03 18:02:30 #0 0x00007fc255c5181c in read () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:30 No symbol table info available. 2025-10-03 18:02:30 #1 0x000000000c6ae484 in DB::ReadBufferFromFileDescriptor::readImpl (this=0x7fc13f1f1708, to=0x7fc13dc1c180 "", min_bytes=min_bytes@entry=1, max_bytes=1048576, offset=8158511) at /build/src/IO/ReadBufferFromFileDescriptor.cpp:75 2025-10-03 18:02:30 metric_increment = {what = , amount = 1} 2025-10-03 18:02:30 watch = {start_ns = 1660169848473, stop_ns = 0, clock_type = 1, is_running = true} 2025-10-03 18:02:30 res = 0 2025-10-03 18:02:30 to_read = 1048576 2025-10-03 18:02:30 bytes_read = 0 2025-10-03 18:02:30 #2 0x000000000c6ae742 in DB::ReadBufferFromFileDescriptor::nextImpl (this=0x6) at /build/src/IO/ReadBufferFromFileDescriptor.cpp:124 2025-10-03 18:02:30 bytes_read = 2025-10-03 18:02:30 #3 0x00000000073acc3b in DB::ReadBuffer::next (this=0x7fc13f1f1708) at /build/src/IO/ReadBuffer.h:70 2025-10-03 18:02:30 res = 2025-10-03 18:02:30 #4 0x0000000011861855 in DB::ReadBuffer::eof (this=0x7fc13f1f1708) at /build/src/IO/ReadBuffer.h:106 2025-10-03 18:02:30 No locals. 2025-10-03 18:02:30 #5 DB::readChar (buf=..., x=) at /build/src/IO/ReadHelpers.h:105 2025-10-03 18:02:30 No locals. 2025-10-03 18:02:30 #6 DB::TraceCollector::run (this=this@entry=0x7fc2544bdd60) at /build/src/Interpreters/TraceCollector.cpp:102 2025-10-03 18:02:30 trace_size = 24 '\030' 2025-10-03 18:02:30 size = 0 2025-10-03 18:02:30 event = {t = 710} 2025-10-03 18:02:30 increment = 0 2025-10-03 18:02:30 query_id_size = 36 '$' 2025-10-03 18:02:30 trace = { >> = {__begin_ = 0x7fc05120d000, __end_ = 0x7fc05120d000, __end_cap_ = {> = {__value_ = 0x7fc05120d540}, , 1, true>> = {> = {}, }, }}, } 2025-10-03 18:02:30 trace_type = DB::TraceType::Real 2025-10-03 18:02:30 thread_id = 176 2025-10-03 18:02:30 ptr = 0 2025-10-03 18:02:30 query_id = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc13dc10030 'Z' , "\340\342\260\030", __size_ = 36, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "0\000\301=\301\177\000\000$\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fc13f1f1597 "\200", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140467941474352, 36, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:02:30 is_last = 2025-10-03 18:02:30 in = { = {> = { = { = { = {pos = 0x7fc13dc1c290 "", bytes = 8158511, working_buffer = {begin_pos = 0x7fc13dc1c180 "", end_pos = 0x7fc13dc1c290 ""}, internal_buffer = {begin_pos = 0x7fc13dc1c180 "", end_pos = 0x7fc13dd1c180 '\245' ...}, padded = true}, _vptr$ReadBuffer = 0x1870f640 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 1048639, m_size = 1048576, m_data = 0x7fc13dc1c180 "", alignment = 0}}, = {_vptr$WithFileName = 0x1870f6f0 }, = {_vptr$WithFileSize = 0x1870f718 }, file_size = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = 0}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\000\000\000\000`d\037?\301\177\000", __large = 0xffffffff}, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, clock_type = 0}, required_alignment = 0, use_pread = false, file_offset_of_buffer_end = 8158511, fd = 6, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}} 2025-10-03 18:02:30 #7 0x0000000011862dc2 in std::__1::__invoke[abi:v15007](void (DB::TraceCollector::*&)(), DB::TraceCollector*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:30 No locals. 2025-10-03 18:02:30 #8 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::TraceCollector::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:30 No locals. 2025-10-03 18:02:30 #9 std::__1::apply[abi:v15007]&>(void (DB::TraceCollector::*&)(), std::__1::tuple&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:30 No locals. 2025-10-03 18:02:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::TraceCollector::*&&)(), DB::TraceCollector*&&)::{lambda()#1}::operator()() (this=0x7fc2545a5a40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:30 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc2545a5a40}} 2025-10-03 18:02:30 thread_status = { = { = {}, }, thread_id = 173, os_thread_priority = 0, performance_counters = {counters = 0x7fc13dc01000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13dc01000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc13f1f1838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 29364320}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 29364320}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 1301408, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:02:30 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:02:30 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13f1f1a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13f1f1a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13dc10000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239668463782, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:30 function = 2025-10-03 18:02:30 arguments = 2025-10-03 18:02:30 #11 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc13f1f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:30 No locals. 2025-10-03 18:02:30 #12 std::__1::function::operator() (this=0x7fc13f1f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:30 No locals. 2025-10-03 18:02:30 #13 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545a4040) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ZZT\302\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc2545a5a40}, __invoker_ = {__call_ = 0x11862d40 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::TraceCollector::*&&)(), DB::TraceCollector*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f160 ::ThreadFromGlobalPoolImpl(void (DB::TraceCollector::*&&)(), DB::TraceCollector*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13f1f1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239256077217, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc13f1f1b16}} 2025-10-03 18:02: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_ = 0x7fc13f1f1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:30 _allocations_flag_prev_val759 = 2025-10-03 18:02:30 _allocations_flag_prev_val659 = false 2025-10-03 18:02:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc13f1f1b17}} 2025-10-03 18:02:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:30 job_is_done = 2025-10-03 18:02:30 #14 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:30 No locals. 2025-10-03 18:02:31 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #16 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545a4080}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:31 #17 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #18 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 2025-10-03 18:02:31 Thread 718 (Thread 0x7fc13e9fd640 (LWP 174) "KeeperHandler"): 2025-10-03 18:02:31 #0 __syscall () at /build/base/glibc-compatibility/musl/x86_64/syscall.s:14 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #1 0x000000001854b192 in epoll_pwait (fd=47, ev=0x7fc13e9f0480, cnt=2, to=30000, sigs=0x0) at /build/base/glibc-compatibility/musl/epoll.c:27 2025-10-03 18:02:31 r = 2025-10-03 18:02:31 #2 epoll_wait (fd=47, ev=0x7fc13e9f0480, cnt=2, to=30000) at /build/base/glibc-compatibility/musl/epoll.c:36 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #3 0x0000000012c6d5c1 in DB::SocketInterruptablePollWrapper::poll (this=this@entry=0x7fbff70cb000, remaining_time=..., in=...) at /build/src/Server/KeeperTCPHandler.cpp:140 2025-10-03 18:02:31 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507178843491} 2025-10-03 18:02:31 evout = {{events = 1, data = {ptr = 0xf70c6000ffffffff, fd = -1, u32 = 4294967295, u64 = 17801708984499961855}}, {events = 32703, data = {ptr = 0x7fbfffffffff, fd = -1, u32 = 4294967295, u64 = 140462610448383}}} 2025-10-03 18:02:31 socket_ready = false 2025-10-03 18:02:31 fd_ready = false 2025-10-03 18:02:31 rc = 2025-10-03 18:02:31 result = 2025-10-03 18:02:31 #4 0x0000000012c65b70 in DB::KeeperTCPHandler::runImpl (this=0x7fbff70c6000) at /build/src/Server/KeeperTCPHandler.cpp:435 2025-10-03 18:02:31 result = 2025-10-03 18:02:31 use_compression = true 2025-10-03 18:02:31 header = 45 2025-10-03 18:02:31 response_callback = {my_responses = {__ptr_ = 0x7fbff7211000, __cntrl_ = 0x7fc13d01a040}, response_fd = 46} 2025-10-03 18:02:31 logging_stopwatch = {start_ns = 1655418983499, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:02:31 operation_max_ms = {value = 1000, changed = false} 2025-10-03 18:02:31 log_long_operation = {logging_stopwatch = @0x7fc13e9f05b0, operation_max_ms = @0x7fc13e9f0860, this = 0x7fbff70c6000} 2025-10-03 18:02:31 four_letter_cmd = 2025-10-03 18:02:31 response_fd = 2025-10-03 18:02:31 close_received = false 2025-10-03 18:02:31 e = 2025-10-03 18:02:31 e = 2025-10-03 18:02:31 ex = 2025-10-03 18:02:31 #5 0x0000000016529047 in Poco::Net::TCPServerConnection::start (this=0x2f) at /build/base/poco/Net/src/TCPServerConnection.cpp:43 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 #6 0x000000001652951e in Poco::Net::TCPServerDispatcher::run (this=0x7fc018589800) at /build/base/poco/Net/src/TCPServerDispatcher.cpp:115 2025-10-03 18:02:31 pConnection = 2025-10-03 18:02:31 pCNf = 2025-10-03 18:02:31 pNf = {_ptr = 0x7fc0a5635980} 2025-10-03 18:02:31 lock = {_mutex = @0x16483642} 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 guard = {_ptr = 0x7fc018589800} 2025-10-03 18:02:31 idleTime = 2025-10-03 18:02:31 #7 0x00000000164d5d32 in Poco::PooledThread::run (this=0x7fc25389e680) at /build/base/poco/Foundation/src/ThreadPool.cpp:205 2025-10-03 18:02:31 lock = {_mutex = @0x0} 2025-10-03 18:02:31 pTarget = 0x7fc018589800 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 thread_status = { = { = {}, }, thread_id = 174, os_thread_priority = 0, performance_counters = {counters = 0x7fc13cfff000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13cfff000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc13e9f09b8, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 4208404}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 4208404}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -238, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, 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_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13e9f0b97 "", __size_ = 0 '\000', __is_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_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13e9f0bdf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d00e000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239668463782, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:31 #8 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:02:31 sset = {__val = {20484, 0 }} 2025-10-03 18:02:31 pThreadImpl = 2025-10-03 18:02:31 pData = {_ptr = 0x7fc2538bf3c0} 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 2025-10-03 18:02:31 Thread 717 (Thread 0x7fc13d9ff640 (LWP 175) "clickhouse-serv"): 2025-10-03 18:02:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #2 0x0000000017e29b85 in background_thread_sleep (tsdn=0x7fc13d9f45c8, info=0x7fc255817628, interval=1587500000) at /build/contrib/jemalloc/src/background_thread.c:159 2025-10-03 18:02:31 next_wakeup = {ns = 1661601982700, magic = 3098136119} 2025-10-03 18:02:31 ts_wakeup = {ns = 1759507184613351000, magic = 3098136119} 2025-10-03 18:02:31 ts = {tv_sec = 1759507184, tv_nsec = 613351000} 2025-10-03 18:02:31 tv = {tv_sec = 1759507183, tv_usec = 25851} 2025-10-03 18:02:31 before_sleep = {ns = 1759507183025851000, magic = 3098136119} 2025-10-03 18:02:31 ret = 2025-10-03 18:02:31 next_wakeup = 2025-10-03 18:02:31 ts_wakeup = 2025-10-03 18:02:31 ts = 2025-10-03 18:02:31 after_sleep = 2025-10-03 18:02:31 #3 background_work_sleep_once (tsdn=tsdn@entry=0x7fc13d9f45c8, info=info@entry=0x7fc255817628, ind=ind@entry=1) at /build/contrib/jemalloc/src/background_thread.c:229 2025-10-03 18:02:31 ns_until_deferred = 2025-10-03 18:02:31 narenas = 2025-10-03 18:02:31 sleep_ns = 1587500000 2025-10-03 18:02:31 slept_indefinitely = 2025-10-03 18:02:31 #4 0x0000000017e292a5 in background_work (tsd=0x7fc13d9f45c8, ind=1) at /build/contrib/jemalloc/src/background_thread.c:419 2025-10-03 18:02:31 info = 0x7fc255817628 2025-10-03 18:02:31 #5 background_thread_entry (ind_arg=0x1) at /build/contrib/jemalloc/src/background_thread.c:444 2025-10-03 18:02:31 thread_ind = 1 2025-10-03 18:02:31 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 2025-10-03 18:02:31 Thread 716 (Thread 0x7fc13cffe640 (LWP 176) "TCPHandler"): 2025-10-03 18:02:31 #0 0x00007fc255bd39fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #1 0x00007fc255b7f476 in raise () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #2 0x00007fc255b657f3 in abort () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #3 0x000000000c64f853 in DB::abortOnFailedAssertion (description=..., trace=, trace_offset=trace_offset@entry=0, trace_size=) at /build/src/Common/Exception.cpp:48 2025-10-03 18:02:31 logger = 2025-10-03 18:02:31 #4 0x000000000c650314 in DB::handle_error_code (msg=..., code=49, trace=..., remote=) at /build/src/Common/Exception.cpp:71 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #5 DB::Exception::Exception (this=0x7fbf3b8dca80, msg_masked=..., code=49, remote_=) at /build/src/Common/Exception.cpp:115 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #6 0x000000000700f16c in DB::Exception::Exception (this=0x7fbf3b8dca80, msg=..., code=49, remote_=false) at /build/src/Common/Exception.h:111 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #7 DB::Exception::Exception (this=0x7fbf3b8dca80, msg=..., code=49) at /build/src/Common/Exception.h:64 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #8 0x000000000b5a89eb in DB::Exception::Exception, std::__1::allocator >&, std::__1::basic_string, std::__1::allocator >&> (this=0x7fbf3b8dca80, code=49, fmt=..., args=..., args=...) at /build/src/Common/Exception.h:129 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #9 0x000000001191187d in DB::executeQueryImpl (begin=begin@entry=0x7fbfc5f56260 "EXPLAIN PIPELINE compact = true SELECT tupleElement(('a', 1, 10) AS x, 1), '85283473ffffff', 14 FROM system.numbers LIMIT 1024", end=0x7fbfc5f562e6 "", context=..., flags=..., stage=DB::QueryProcessingStage::Complete, istr=0x0) at /build/src/Interpreters/executeQuery.cpp:818 2025-10-03 18:02:31 ast2 = {__ptr_ = 0x7fbfc6299998, __cntrl_ = 0x7fbfc6299980} 2025-10-03 18:02:31 formatted2 = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc05132ca00 "EXPLAIN PIPELINE compact = true SELECT tuple(('a', 1, 10) AS x).1, '85283473ffffff', 14 FROM system.numbers LIMIT 1024", __size_ = 118, __cap_ = 128, __is_long_ = 1}, __s = {__data_ = "\000\3122Q\300\177\000\000v\000\000\000\000\000\000\000\200\000\000\000\000\000", __padding_ = 0x7fc13cfecce7 "\200", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140463972731392, 118, 9223372036854775936}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:02:31 new_max_query_size = 2025-10-03 18:02:31 e = 2025-10-03 18:02:31 parser = { = { = {_vptr$IParser = 0x18bb96f0 }, }, end = 0x7fbfc5f562e6 "", allow_settings_after_format_in_insert = false} 2025-10-03 18:02:31 formatted1 = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbf3d737600 "EXPLAIN PIPELINE compact = true SELECT (('a', 1, 10) AS x).1, '85283473ffffff', 14 FROM system.numbers LIMIT 1024", __size_ = 113, __cap_ = 128, __is_long_ = 1}, __s = {__data_ = "\000vs=\277\177\000\000q\000\000\000\000\000\000\000\200\000\000\000\000\000", __padding_ = 0x7fc13cfec507 "\200,\001", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140459346458112, 113, 9223372036854775936}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:02:31 query_end = 2025-10-03 18:02:31 is_create_parameterized_view = 2025-10-03 18:02:31 probably_has_params = 2025-10-03 18:02:31 query_span = {__ptr_ = 0x7fc051344918, __cntrl_ = 0x7fc051344900} 2025-10-03 18:02:31 query_start_time = {__d_ = {__rep_ = 1759507183529591}} 2025-10-03 18:02:31 ast = {__ptr_ = 0x7fbf3d6c3b18, __cntrl_ = 0x7fbf3d6c3b00} 2025-10-03 18:02:31 query = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13cfebf37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:02:31 query_for_logging = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13cfebef7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:02:31 process_list_entry = {__ptr_ = 0x7fbf3ca01400, __cntrl_ = 0x0} 2025-10-03 18:02:31 res = {process_list_entry = {__ptr_ = 0x0, __cntrl_ = 0x0}, pipeline = {resources = {interpreter_context = {__begin_ = 0x10200000101, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, storage_holders = {__begin_ = 0x186a0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x3f800000}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, table_locks = {__begin_ = 0x1, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, query_id_holders = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x1}, >, 1, true>> = { >> = { > >> = {}, }, }, }}}, progress_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\000 |=\277\177\000", __large = 0x0}, __invoker_ = {__call_ = 0xc840000 ::default_value(int const&)+96>}, __policy_ = 0x23c34600}}, quota = {__ptr_ = 0x0, __cntrl_ = 0x1}, update_profile_events = false, processors = {__ptr_ = 0x7fbf3d4ee300, __cntrl_ = 0x3e8}, input = 0x0, output = 0xf4240, totals = 0x0, extremes = 0x100000, process_list_element = {__ptr_ = 0x0, __cntrl_ = 0xf4240}, output_format = 0x0, num_threads = 2, concurrency_control = false}, finish_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\000B\017\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0x0}, __policy_ = 0x0}}, exception_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000zƿ\177\000\000\003\000\000\000\000\000\000", __large = 0x7fbfc67a0000}, __invoker_ = {__call_ = 0xc773800 ::ThreadFromGlobalPoolImpl(void (DB::CgroupsMemoryUsageObserver::*&&)(), DB::CgroupsMemoryUsageObserver*&&)+512>}, __policy_ = 0x18550000 }}, null_format = 117} 2025-10-03 18:02:31 implicit_txn_control = {__ptr_ = 0x7fc255783600, __cntrl_ = 0x0} 2025-10-03 18:02:31 query_database = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13cfebfb7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:02:31 query_table = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13cfebf97 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:02:31 execute_implicit_tcl_query = {implicit_txn_control = {__ptr_ = 0x7fc255783600, __cntrl_ = 0x1c9c380}} 2025-10-03 18:02:31 internal = false 2025-10-03 18:02:31 start_watch = {start_ns = 1660518223287, stop_ns = 0, clock_type = 1, is_running = true} 2025-10-03 18:02:31 client_info = @0x7fbfc5f9f608: {query_kind = DB::ClientInfo::QueryKind::INITIAL_QUERY, current_user = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 0, __cap_ = 504403158265495552, __is_long_ = 0}, __s = {__data_ = "default", '\000' , __padding_ = 0x7fbfc5f9f627 "\a\300\t\240<\277\177", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 0, 504403158265495552}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, current_query_id = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbf3ca009c0 "8964e4a5-a651-4f48-adf2-98956f7e6b11", __size_ = 36, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\300\t\240<\277\177\000\000$\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fbfc5f9f63f "\200\340\352\006ƿ\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140459332602304, 36, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, current_address = {static IPv4 = Poco::Net::AddressFamily::IPv4, static IPv6 = Poco::Net::AddressFamily::IPv6, static UNIX_LOCAL = Poco::Net::AddressFamily::UNIX_LOCAL, _pImpl = {_ptr = 0x7fbfc606eae0}}, initial_user = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 0, __cap_ = 504403158265495552, __is_long_ = 0}, __s = {__data_ = "default", '\000' , __padding_ = 0x7fbfc5f9f65f "\a\220\031\244<\277\177", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 0, 504403158265495552}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, initial_query_id = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbf3ca41990 "8964e4a5-a651-4f48-adf2-98956f7e6b11", __size_ = 36, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\220\031\244<\277\177\000\000$\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fbfc5f9f677 "\200`.m=\277\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140459332868496, 36, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, initial_address = {static IPv4 = Poco::Net::AddressFamily::IPv4, static IPv6 = Poco::Net::AddressFamily::IPv6, static UNIX_LOCAL = Poco::Net::AddressFamily::UNIX_LOCAL, _pImpl = {_ptr = 0x7fbf3d6d2e60}}, initial_query_start_time = 1759507183, initial_query_start_time_microseconds = {value = 1759507183529591}, client_trace_context = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f6bf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, interface = DB::ClientInfo::Interface::TCP, is_secure = false, certificate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f6e7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, os_user = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f6ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, client_hostname = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbf3ca01f80 "github-hetzner-runner-standby-1759505419372002", __size_ = 46, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\200\037\240<\277\177\000\000.\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fbfc5f9f717 "\200ClickHouse client", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140459332607872, 46, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, client_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x756f486b63696c43 , __size_ = 7954880231060301171, __cap_ = 1224979098644775028, __is_long_ = 0}, __s = {__data_ = "ClickHouse client\000\000\000\000\000", __padding_ = 0x7fbfc5f9f72f "\021\030", __size_ = 17 '\021', __is_long_ = 0 '\000'}, __r = {__words = {8462061850919005251, 7954880231060301171, 1224979098644775028}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, client_version_major = 24, client_version_minor = 8, client_version_patch = 14, client_tcp_protocol_version = 54472, connection_client_version_major = 24, connection_client_version_minor = 8, connection_client_version_patch = 0, connection_tcp_protocol_version = 54472, http_method = DB::ClientInfo::HTTPMethod::UNKNOWN, http_user_agent = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f787 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, http_referer = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f79f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, http_headers = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>*>, 1, true>> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>*>> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*> >, 1, true>> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*> >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, std::__1::basic_string, std::__1::allocator > >, 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::basic_string, std::__1::allocator > >, 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::basic_string, std::__1::allocator > >, 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::basic_string, std::__1::allocator > >, 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>> = {}, }, }, }, }}}, connection_id = 0, forwarded_for = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f7e7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, quota_key = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc5f9f7ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, distributed_depth = 0, is_replicated_database_internal = false, collaborate_with_initiator = false, obsolete_count_participating_replicas = 0, number_of_current_replica = 0, background_operation_type = DB::ClientInfo::BackgroundOperationType::NOT_A_BACKGROUND_OPERATION} 2025-10-03 18:02:31 settings = @0x7fbfd0224000: {> = { = {dialect = {value = DB::Dialect::clickhouse, changed = false}, min_compress_block_size = {value = 65536, changed = false}, max_compress_block_size = {value = 1048576, changed = false}, max_block_size = {value = 65409, changed = false}, max_insert_block_size = {value = 1048449, changed = false}, min_insert_block_size_rows = {value = 1048449, changed = false}, min_insert_block_size_bytes = {value = 268402944, changed = false}, min_insert_block_size_rows_for_materialized_views = {value = 0, changed = false}, min_insert_block_size_bytes_for_materialized_views = {value = 0, changed = false}, min_external_table_block_size_rows = {value = 1048449, changed = false}, min_external_table_block_size_bytes = {value = 268402944, changed = false}, max_joined_block_size_rows = {value = 65409, changed = false}, max_insert_threads = {value = 0, changed = false}, max_insert_delayed_streams_for_parallel_write = {value = 0, changed = false}, max_final_threads = {is_auto = true, value = 16, changed = false}, max_threads_for_indexes = {value = 0, changed = false}, max_threads = {is_auto = true, value = 16, changed = false}, use_concurrency_control = {value = true, changed = false}, max_download_threads = {is_auto = false, value = 4, changed = false}, max_parsing_threads = {is_auto = true, value = 16, changed = false}, max_download_buffer_size = {value = 10485760, changed = false}, max_read_buffer_size = {value = 1048576, changed = false}, max_read_buffer_size_local_fs = {value = 131072, changed = false}, max_read_buffer_size_remote_fs = {value = 0, changed = false}, max_distributed_connections = {value = 1024, changed = false}, max_query_size = {value = 262144, changed = false}, interactive_delay = {value = 100000, changed = false}, connect_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 = false}, handshake_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 10000000}, changed = false}, connect_timeout_with_failover_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, changed = false}, connect_timeout_with_failover_secure_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, changed = false}, 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 = 10000000}, changed = true}, 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 = 300000000}, changed = false}, tcp_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 = 290000000}, changed = false}, hedged_connection_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 50000}, changed = false}, receive_data_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 10000000}, changed = true}, use_hedged_requests = {value = true, changed = false}, allow_changing_replica_until_first_data_packet = {value = false, changed = false}, queue_max_wait_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, connection_pool_max_wait_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, replace_running_query_max_wait_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 5000000}, changed = false}, kafka_max_wait_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 5000000}, changed = false}, rabbitmq_max_wait_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 5000000}, changed = false}, poll_interval = {value = 10, changed = false}, idle_connection_timeout = {value = 3600, changed = false}, distributed_connections_pool_size = {value = 1024, changed = false}, connections_with_failover_max_tries = {value = 3, changed = false}, s3_strict_upload_part_size = {value = 0, changed = false}, azure_strict_upload_part_size = {value = 0, changed = false}, azure_max_blocks_in_multipart_upload = {value = 50000, changed = false}, s3_min_upload_part_size = {value = 16777216, changed = false}, s3_max_upload_part_size = {value = 5368709120, changed = false}, azure_min_upload_part_size = {value = 16777216, changed = false}, azure_max_upload_part_size = {value = 5368709120, changed = false}, s3_upload_part_size_multiply_factor = {value = 2, changed = false}, s3_upload_part_size_multiply_parts_count_threshold = {value = 500, changed = false}, s3_max_part_number = {value = 10000, changed = false}, s3_max_single_operation_copy_size = {value = 33554432, changed = false}, azure_upload_part_size_multiply_factor = {value = 2, changed = false}, azure_upload_part_size_multiply_parts_count_threshold = {value = 500, changed = false}, s3_max_inflight_parts_for_one_file = {value = 20, changed = false}, azure_max_inflight_parts_for_one_file = {value = 20, changed = false}, s3_max_single_part_upload_size = {value = 33554432, changed = false}, azure_max_single_part_upload_size = {value = 104857600, changed = false}, azure_max_single_part_copy_size = {value = 268435456, changed = false}, s3_max_single_read_retries = {value = 4, changed = false}, azure_max_single_read_retries = {value = 4, changed = false}, azure_max_unexpected_write_error_retries = {value = 4, changed = false}, s3_max_unexpected_write_error_retries = {value = 4, changed = false}, s3_max_redirects = {value = 10, changed = false}, s3_max_connections = {value = 1024, changed = false}, s3_max_get_rps = {value = 0, changed = false}, s3_max_get_burst = {value = 0, changed = false}, s3_max_put_rps = {value = 0, changed = false}, s3_max_put_burst = {value = 0, changed = false}, s3_list_object_keys_size = {value = 1000, changed = false}, s3_use_adaptive_timeouts = {value = true, changed = false}, azure_list_object_keys_size = {value = 1000, changed = false}, s3_truncate_on_insert = {value = false, changed = false}, azure_truncate_on_insert = {value = false, changed = false}, s3_create_new_file_on_insert = {value = false, changed = false}, s3_skip_empty_files = {value = false, changed = false}, azure_create_new_file_on_insert = {value = false, changed = false}, s3_check_objects_after_upload = {value = false, changed = false}, s3_allow_parallel_part_upload = {value = true, changed = false}, azure_allow_parallel_part_upload = {value = true, changed = false}, s3_throw_on_zero_files_match = {value = false, changed = false}, hdfs_throw_on_zero_files_match = {value = false, changed = false}, azure_throw_on_zero_files_match = {value = false, changed = false}, s3_ignore_file_doesnt_exist = {value = false, changed = false}, hdfs_ignore_file_doesnt_exist = {value = false, changed = false}, azure_ignore_file_doesnt_exist = {value = false, changed = false}, azure_sdk_max_retries = {value = 10, changed = false}, azure_sdk_retry_initial_backoff_ms = {value = 10, changed = false}, azure_sdk_retry_max_backoff_ms = {value = 1000, changed = false}, s3_validate_request_settings = {value = true, changed = false}, s3_disable_checksum = {value = false, changed = false}, s3_retry_attempts = {value = 100, changed = false}, s3_request_timeout_ms = {value = 30000, changed = false}, s3_connect_timeout_ms = {value = 1000, changed = false}, enable_s3_requests_logging = {value = false, changed = false}, s3queue_default_zookeeper_path = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6f686b63696c632f , __size_ = 8462601744615306101, __cap_ = 1441151881553737061, __is_long_ = 0}, __s = {__data_ = "/clickhouse/s3queue/\000\000", __padding_ = 0x7fbfd022457f "\024", __size_ = 20 '\024', __is_long_ = 0 '\000'}, __r = {__words = {8027784410502554415, 8462601744615306101, 1441151881553737061}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, s3queue_enable_logging_to_s3queue_log = {value = false, changed = false}, hdfs_replication = {value = 0, changed = false}, hdfs_truncate_on_insert = {value = false, changed = false}, hdfs_create_new_file_on_insert = {value = false, changed = false}, hdfs_skip_empty_files = {value = false, changed = false}, azure_skip_empty_files = {value = false, changed = false}, hsts_max_age = {value = 0, changed = false}, extremes = {value = false, changed = false}, use_uncompressed_cache = {value = false, changed = false}, replace_running_query = {value = false, changed = false}, max_remote_read_network_bandwidth = {value = 0, changed = false}, max_remote_write_network_bandwidth = {value = 0, changed = false}, max_local_read_bandwidth = {value = 0, changed = false}, max_local_write_bandwidth = {value = 0, changed = false}, stream_like_engine_allow_direct_select = {value = false, changed = false}, stream_like_engine_insert_queue = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022461f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, dictionary_validate_primary_key_type = {value = false, changed = false}, distributed_insert_skip_read_only_replicas = {value = false, changed = false}, distributed_foreground_insert = {value = false, changed = false}, distributed_background_insert_timeout = {value = 0, changed = false}, distributed_background_insert_sleep_time_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 100000}, changed = false}, distributed_background_insert_max_sleep_time_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 30000000}, changed = false}, distributed_background_insert_batch = {value = false, changed = false}, distributed_background_insert_split_batch_on_failure = {value = false, changed = false}, optimize_move_to_prewhere = {value = true, changed = false}, optimize_move_to_prewhere_if_final = {value = false, changed = false}, move_all_conditions_to_prewhere = {value = true, changed = false}, enable_multiple_prewhere_read_steps = {value = true, changed = false}, move_primary_key_columns_to_end_of_prewhere = {value = true, changed = false}, allow_reorder_prewhere_conditions = {value = true, changed = false}, alter_sync = {value = 1, changed = false}, replication_wait_for_inactive_replica_timeout = {value = 120, changed = false}, alter_move_to_space_execute_async = {value = false, changed = false}, load_balancing = {value = DB::LoadBalancing::RANDOM, changed = false}, load_balancing_first_offset = {value = 0, changed = false}, totals_mode = {value = DB::TotalsMode::AFTER_HAVING_EXCLUSIVE, changed = false}, totals_auto_threshold = {value = 0.5, changed = false}, allow_suspicious_low_cardinality_types = {value = true, changed = true}, allow_suspicious_fixed_string_types = {value = false, changed = false}, allow_suspicious_indices = {value = false, changed = false}, allow_suspicious_ttl_expressions = {value = false, changed = false}, allow_suspicious_variant_types = {value = false, changed = false}, allow_suspicious_primary_key = {value = false, changed = false}, compile_expressions = {value = false, changed = false}, min_count_to_compile_expression = {value = 3, changed = false}, compile_aggregate_expressions = {value = true, changed = false}, min_count_to_compile_aggregate_expression = {value = 3, changed = false}, compile_sort_description = {value = true, changed = false}, min_count_to_compile_sort_description = {value = 3, changed = false}, group_by_two_level_threshold = {value = 100000, changed = false}, group_by_two_level_threshold_bytes = {value = 50000000, changed = false}, distributed_aggregation_memory_efficient = {value = true, changed = false}, aggregation_memory_efficient_merge_threads = {value = 0, changed = false}, enable_memory_bound_merging_of_aggregation_results = {value = true, changed = false}, enable_positional_arguments = {value = true, changed = false}, enable_extended_results_for_datetime_functions = {value = false, changed = false}, allow_nonconst_timezone_arguments = {value = false, changed = false}, function_locate_has_mysql_compatible_argument_order = {value = true, changed = false}, group_by_use_nulls = {value = false, changed = false}, max_parallel_replicas = {> = {value = 1, changed = false}, }, parallel_replicas_mode = {value = DB::ParallelReplicasMode::READ_TASKS, changed = false}, skip_unavailable_shards = {value = false, changed = false}, parallel_distributed_insert_select = {value = 0, changed = false}, distributed_group_by_no_merge = {value = 0, changed = false}, distributed_push_down_limit = {value = 1, changed = false}, optimize_distributed_group_by_sharding_key = {value = true, changed = false}, optimize_skip_unused_shards_limit = {value = 1000, changed = false}, optimize_skip_unused_shards = {value = false, changed = false}, optimize_skip_unused_shards_rewrite_in = {value = true, changed = false}, allow_nondeterministic_optimize_skip_unused_shards = {value = false, changed = false}, force_optimize_skip_unused_shards = {value = 0, changed = false}, optimize_skip_unused_shards_nesting = {value = 0, changed = false}, force_optimize_skip_unused_shards_nesting = {value = 0, changed = false}, input_format_parallel_parsing = {value = true, changed = false}, min_chunk_bytes_for_parallel_parsing = {value = 10485760, changed = false}, output_format_parallel_formatting = {value = true, changed = false}, output_format_compression_level = {value = 3, changed = false}, output_format_compression_zstd_window_log = {value = 0, changed = false}, merge_tree_min_rows_for_concurrent_read = {value = 163840, changed = false}, merge_tree_min_bytes_for_concurrent_read = {value = 251658240, changed = false}, merge_tree_min_rows_for_seek = {value = 0, changed = false}, merge_tree_min_bytes_for_seek = {value = 0, changed = false}, merge_tree_coarse_index_granularity = {value = 8, changed = false}, merge_tree_max_rows_to_use_cache = {value = 1048576, changed = false}, merge_tree_max_bytes_to_use_cache = {value = 2013265920, changed = false}, do_not_merge_across_partitions_select_final = {value = false, changed = false}, split_parts_ranges_into_intersecting_and_non_intersecting_final = {value = true, changed = false}, split_intersecting_parts_ranges_into_layers_final = {value = true, changed = false}, mysql_max_rows_to_insert = {value = 65536, changed = false}, mysql_map_string_to_text_in_show_columns = {value = true, changed = false}, mysql_map_fixed_string_to_text_in_show_columns = {value = true, changed = false}, optimize_min_equality_disjunction_chain_length = {value = 3, changed = false}, optimize_min_inequality_conjunction_chain_length = {value = 3, changed = false}, min_bytes_to_use_direct_io = {value = 0, changed = false}, min_bytes_to_use_mmap_io = {value = 0, changed = false}, checksum_on_read = {value = true, changed = false}, force_index_by_date = {value = false, changed = false}, force_primary_key = {value = false, changed = false}, use_skip_indexes = {value = true, changed = false}, use_skip_indexes_if_final = {value = false, changed = false}, materialize_skip_indexes_on_insert = {value = true, changed = false}, materialize_statistics_on_insert = {value = true, changed = false}, ignore_data_skipping_indices = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022491f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, force_data_skipping_indices = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022493f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, max_streams_to_max_threads_ratio = {value = 1, changed = false}, max_streams_multiplier_for_merge_tables = {value = 5, changed = false}, network_compression_method = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x345a4c "\002", __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "LZ4", '\000' , __padding_ = 0x7fbfd022496f "\003", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {3430988, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, network_zstd_compression_level = {value = 1, changed = false}, zstd_window_log_max = {value = 0, changed = false}, priority = {value = 0, changed = false}, os_thread_priority = {value = 0, changed = false}, log_queries = {value = true, changed = true}, log_formatted_queries = {value = false, changed = false}, log_queries_min_type = {value = DB::QUERY_FINISH, changed = true}, log_queries_min_query_duration_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, log_queries_cut_to_length = {value = 100000, changed = false}, log_queries_probability = {value = 1, changed = false}, log_processors_profiles = {value = true, changed = false}, distributed_product_mode = {value = DB::DistributedProductMode::DENY, changed = false}, max_concurrent_queries_for_all_users = {value = 0, changed = false}, max_concurrent_queries_for_user = {value = 0, changed = false}, insert_deduplicate = {value = true, changed = false}, async_insert_deduplicate = {value = false, changed = false}, insert_quorum = {static keyword = , base = {value = 0, changed = false}, is_auto = false, changed = false}, insert_quorum_timeout = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 600000000}, changed = false}, insert_quorum_parallel = {value = true, changed = false}, select_sequential_consistency = {value = 0, changed = false}, table_function_remote_max_addresses = {value = 200, changed = true}, read_backoff_min_latency_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, changed = false}, read_backoff_max_throughput = {value = 1048576, changed = false}, read_backoff_min_interval_between_events_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, changed = false}, read_backoff_min_events = {value = 2, changed = false}, read_backoff_min_concurrency = {value = 1, changed = false}, memory_tracker_fault_probability = {value = 0, changed = false}, merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability = {value = 0, changed = false}, enable_http_compression = {value = false, changed = false}, http_zlib_compression_level = {value = 3, changed = false}, http_native_compression_disable_checksumming_on_decompress = {value = false, changed = false}, count_distinct_implementation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6361784571696e75 , __size_ = 116, __cap_ = 648518346341351424, __is_long_ = 0}, __s = {__data_ = "uniqExact", '\000' , __padding_ = 0x7fbfd0224aff "\t", __size_ = 9 '\t', __is_long_ = 0 '\000'}, __r = {__words = {7161137122146610805, 116, 648518346341351424}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, add_http_cors_header = {value = false, changed = false}, max_http_get_redirects = {value = 0, changed = false}, use_client_time_zone = {value = false, changed = false}, send_progress_in_http_headers = {value = false, changed = false}, http_headers_progress_interval_ms = {value = 100, changed = false}, http_wait_end_of_query = {value = false, changed = false}, http_write_exception_in_output_format = {value = true, changed = false}, http_response_buffer_size = {value = 0, changed = false}, fsync_metadata = {value = true, changed = false}, join_use_nulls = {value = false, changed = false}, join_default_strictness = {value = DB::JoinStrictness::All, changed = false}, any_join_distinct_right_table_keys = {value = false, changed = false}, single_join_prefer_left_table = {value = true, changed = false}, preferred_block_size_bytes = {value = 1000000, changed = false}, max_replica_delay_for_distributed_queries = {value = 300, changed = false}, fallback_to_stale_replicas_for_distributed_queries = {value = true, changed = false}, preferred_max_column_in_block_size_bytes = {value = 0, changed = false}, parts_to_delay_insert = {value = 0, changed = false}, parts_to_throw_insert = {value = 0, changed = false}, number_of_mutations_to_delay = {value = 0, changed = false}, number_of_mutations_to_throw = {value = 0, changed = false}, distributed_ddl_task_timeout = {value = 180, changed = false}, stream_flush_interval_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 7500000}, changed = false}, stream_poll_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 500000}, changed = false}, final = {value = false, changed = false}, partial_result_on_first_cancel = {value = false, changed = false}, ignore_on_cluster_for_replicated_udf_queries = {value = false, changed = false}, ignore_on_cluster_for_replicated_access_entities_queries = {value = false, changed = false}, ignore_on_cluster_for_replicated_named_collections_queries = {value = false, changed = false}, sleep_in_send_tables_status_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, sleep_in_send_data_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, sleep_after_receiving_query_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, unknown_packet_in_send_data = {value = 0, changed = false}, insert_allow_materialized_columns = {value = false, changed = false}, 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 = 1000000}, changed = false}, 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 = 30000000}, changed = false}, 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 = 30000000}, changed = false}, http_max_uri_size = {value = 1048576, changed = false}, http_max_fields = {value = 1000000, changed = false}, http_max_field_name_size = {value = 131072, changed = false}, http_max_field_value_size = {value = 131072, changed = false}, http_skip_not_found_url_for_globs = {value = true, changed = false}, http_make_head_request = {value = true, changed = false}, optimize_throw_if_noop = {value = false, changed = false}, use_index_for_in_with_subqueries = {value = true, changed = false}, use_index_for_in_with_subqueries_max_values = {value = 0, changed = false}, analyze_index_with_space_filling_curves = {value = true, changed = false}, joined_subquery_requires_alias = {value = true, changed = false}, empty_result_for_aggregation_by_empty_set = {value = false, changed = false}, empty_result_for_aggregation_by_constant_keys_on_empty_set = {value = true, changed = false}, allow_distributed_ddl = {value = true, changed = false}, allow_suspicious_codecs = {value = false, changed = false}, enable_deflate_qpl_codec = {value = false, changed = false}, enable_zstd_qat_codec = {value = false, changed = false}, query_profiler_real_time_period_ns = {value = 1000000000, changed = false}, query_profiler_cpu_time_period_ns = {value = 1000000000, changed = false}, metrics_perf_events_enabled = {value = false, changed = false}, metrics_perf_events_list = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0224d37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, opentelemetry_start_trace_probability = {value = 0, changed = false}, opentelemetry_trace_processors = {value = false, changed = false}, prefer_column_name_to_alias = {value = false, changed = false}, prefer_global_in_and_join = {value = false, changed = false}, enable_vertical_final = {value = true, changed = false}, max_rows_to_read = {value = 0, changed = false}, max_bytes_to_read = {value = 0, changed = false}, read_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_rows_to_read_leaf = {value = 0, changed = false}, max_bytes_to_read_leaf = {value = 0, changed = false}, read_overflow_mode_leaf = {value = DB::OverflowMode::THROW, changed = false}, max_rows_to_group_by = {value = 0, changed = false}, group_by_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_bytes_before_external_group_by = {value = 0, changed = false}, max_rows_to_sort = {value = 0, changed = false}, max_bytes_to_sort = {value = 0, changed = false}, sort_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, prefer_external_sort_block_bytes = {value = 16744704, changed = false}, max_bytes_before_external_sort = {value = 0, changed = false}, max_bytes_before_remerge_sort = {value = 1000000000, changed = false}, remerge_sort_lowered_memory_bytes_ratio = {value = 2, changed = false}, max_result_rows = {value = 0, changed = false}, max_result_bytes = {value = 0, changed = false}, result_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_execution_time = {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}, timeout_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_execution_time_leaf = {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}, timeout_overflow_mode_leaf = {value = DB::OverflowMode::THROW, changed = false}, min_execution_speed = {value = 0, changed = false}, max_execution_speed = {value = 0, changed = false}, min_execution_speed_bytes = {value = 0, changed = false}, max_execution_speed_bytes = {value = 0, changed = false}, timeout_before_checking_execution_speed = {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 = false}, max_estimated_execution_time = {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}, max_columns_to_read = {value = 0, changed = false}, max_temporary_columns = {value = 0, changed = false}, max_temporary_non_const_columns = {value = 0, changed = false}, max_sessions_for_user = {value = 0, changed = false}, max_subquery_depth = {value = 100, changed = false}, max_analyze_depth = {value = 5000, changed = false}, max_ast_depth = {value = 1000, changed = false}, max_ast_elements = {value = 50000, changed = false}, max_expanded_ast_elements = {value = 500000, changed = false}, readonly = {value = 0, changed = false}, max_rows_in_set = {value = 0, changed = false}, max_bytes_in_set = {value = 0, changed = false}, set_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_rows_in_join = {value = 0, changed = false}, max_bytes_in_join = {value = 0, changed = false}, join_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, join_any_take_last_row = {value = false, changed = false}, join_algorithm = {value = {__begin_ = 0x7fbff7220348, __end_ = 0x7fbff7220349, __end_cap_ = {> = {__value_ = 0x7fbff7220349}, , 1, true>> = {> = { >> = {}, }, }, }}, changed = false}, cross_join_min_rows_to_compress = {value = 10000000, changed = false}, cross_join_min_bytes_to_compress = {value = 1073741824, changed = false}, default_max_bytes_in_join = {value = 1000000000, changed = false}, partial_merge_join_left_table_buffer_bytes = {value = 0, changed = false}, partial_merge_join_rows_in_right_blocks = {value = 65536, changed = false}, join_on_disk_max_files_to_merge = {value = 64, changed = false}, max_rows_in_set_to_optimize_join = {value = 0, changed = false}, compatibility_ignore_collation_in_create_table = {value = true, changed = false}, temporary_files_codec = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x345a4c "\002", __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "LZ4", '\000' , __padding_ = 0x7fbfd022507f "\003", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {3430988, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, max_rows_to_transfer = {value = 0, changed = false}, max_bytes_to_transfer = {value = 0, changed = false}, transfer_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_rows_in_distinct = {value = 0, changed = false}, max_bytes_in_distinct = {value = 0, changed = false}, distinct_overflow_mode = {value = DB::OverflowMode::THROW, changed = false}, max_memory_usage = {value = 10000000000, changed = true}, memory_overcommit_ratio_denominator = {value = 1073741824, changed = false}, max_memory_usage_for_user = {value = 0, changed = false}, memory_overcommit_ratio_denominator_for_user = {value = 1073741824, changed = false}, max_untracked_memory = {value = 4194304, changed = false}, memory_profiler_step = {value = 4194304, changed = false}, memory_profiler_sample_probability = {value = 0, changed = false}, memory_profiler_sample_min_allocation_size = {value = 0, changed = false}, memory_profiler_sample_max_allocation_size = {value = 0, changed = false}, trace_profile_events = {value = false, changed = false}, memory_usage_overcommit_max_wait_microseconds = {value = 5000000, changed = false}, max_network_bandwidth = {value = 0, changed = false}, max_network_bytes = {value = 0, changed = false}, max_network_bandwidth_for_user = {value = 0, changed = false}, max_network_bandwidth_for_all_users = {value = 0, changed = false}, max_temporary_data_on_disk_size_for_user = {value = 0, changed = false}, max_temporary_data_on_disk_size_for_query = {value = 0, changed = false}, backup_restore_keeper_max_retries = {value = 20, changed = false}, backup_restore_keeper_retry_initial_backoff_ms = {value = 100, changed = false}, backup_restore_keeper_retry_max_backoff_ms = {value = 5000, changed = false}, backup_restore_keeper_fault_injection_probability = {value = 0, changed = false}, backup_restore_keeper_fault_injection_seed = {value = 0, changed = false}, backup_restore_keeper_value_max_size = {value = 1048576, changed = false}, backup_restore_batch_size_for_keeper_multiread = {value = 10000, changed = false}, backup_restore_batch_size_for_keeper_multi = {value = 1000, changed = false}, backup_restore_s3_retry_attempts = {value = 1000, changed = false}, max_backup_bandwidth = {value = 0, changed = false}, log_profile_events = {value = true, changed = false}, log_query_settings = {value = true, changed = false}, log_query_threads = {value = false, changed = true}, log_query_views = {value = true, changed = true}, log_comment = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbf3d2580f0 "/workspace/ch/tests/queries/0_stateless/01079_bit_operations_using_bitset.sql", __size_ = 77, __cap_ = 80, __is_long_ = 1}, __s = {__data_ = "\360\200%=\277\177\000\000M\000\000\000\000\000\000\000P\000\000\000\000\000", __padding_ = 0x7fbfd022528f "\200\001\245\245\245\245\245\245\245\001\001\245\245\245\245\245\245", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140459341349104, 77, 9223372036854775888}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = true}, send_logs_level = {value = DB::LogsLevel::fatal, changed = true}, send_logs_source_regexp = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02252b7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, enable_optimize_predicate_expression = {value = true, changed = false}, enable_optimize_predicate_expression_to_final_subquery = {value = true, changed = false}, allow_push_predicate_when_subquery_contains_with = {value = true, changed = false}, low_cardinality_max_dictionary_size = {value = 8192, changed = false}, low_cardinality_use_single_dictionary_for_part = {value = false, changed = false}, decimal_check_overflow = {value = true, changed = false}, allow_custom_error_code_in_throwif = {value = false, changed = false}, prefer_localhost_replica = {value = true, changed = false}, max_fetch_partition_retries_count = {value = 5, changed = false}, http_max_multipart_form_data_size = {value = 1073741824, changed = false}, calculate_text_stack_trace = {value = true, changed = false}, enable_job_stack_trace = {value = false, changed = false}, allow_ddl = {value = true, changed = false}, parallel_view_processing = {value = false, changed = true}, enable_unaligned_array_join = {value = false, changed = false}, optimize_read_in_order = {value = true, changed = false}, optimize_read_in_window_order = {value = true, changed = false}, optimize_aggregation_in_order = {value = false, changed = false}, read_in_order_use_buffering = {value = true, changed = false}, aggregation_in_order_max_block_bytes = {value = 50000000, changed = false}, read_in_order_two_level_merge_threshold = {value = 100, changed = false}, low_cardinality_allow_in_native_format = {value = true, changed = false}, cancel_http_readonly_queries_on_client_close = {value = false, changed = false}, external_table_functions_use_nulls = {value = true, changed = false}, external_table_strict_query = {value = false, changed = false}, allow_hyperscan = {value = true, changed = false}, max_hyperscan_regexp_length = {value = 0, changed = false}, max_hyperscan_regexp_total_length = {value = 0, changed = false}, reject_expensive_hyperscan_regexps = {value = true, changed = false}, allow_simdjson = {value = true, changed = false}, allow_introspection_functions = {value = true, changed = true}, splitby_max_substrings_includes_remaining_string = {value = false, changed = false}, allow_execute_multiif_columnar = {value = true, changed = false}, formatdatetime_f_prints_single_zero = {value = false, changed = false}, formatdatetime_parsedatetime_m_is_month_name = {value = true, changed = false}, parsedatetime_parse_without_leading_zeros = {value = true, changed = false}, formatdatetime_format_without_leading_zeros = {value = false, changed = false}, max_partitions_per_insert_block = {value = 100, changed = false}, throw_on_max_partitions_per_insert_block = {value = true, changed = false}, max_partitions_to_read = {value = -1, changed = false}, check_query_single_value_result = {value = true, changed = false}, allow_drop_detached = {value = false, changed = false}, max_table_size_to_drop = {value = 50000000000, changed = false}, max_partition_size_to_drop = {value = 50000000000, changed = false}, postgresql_connection_pool_size = {value = 16, changed = false}, postgresql_connection_attempt_timeout = {value = 2, changed = false}, postgresql_connection_pool_wait_timeout = {value = 5000, changed = false}, postgresql_connection_pool_retries = {value = 2, changed = false}, postgresql_connection_pool_auto_close_connection = {value = false, changed = false}, glob_expansion_max_elements = {value = 1000, changed = false}, odbc_bridge_connection_pool_size = {value = 16, changed = false}, odbc_bridge_use_connection_pooling = {value = true, changed = false}, distributed_replica_error_half_life = {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 = 60000000}, changed = false}, distributed_replica_error_cap = {value = 1000, changed = false}, distributed_replica_max_ignored_errors = {value = 0, changed = false}, min_free_disk_space_for_temporary_data = {value = 0, changed = false}, default_temporary_table_engine = {value = DB::DefaultTableEngine::Memory, changed = false}, default_table_engine = {value = DB::DefaultTableEngine::MergeTree, changed = false}, show_table_uuid_in_table_create_query_if_not_nil = {value = false, changed = false}, database_atomic_wait_for_drop_and_detach_synchronously = {value = false, changed = false}, enable_scalar_subquery_optimization = {value = true, changed = false}, optimize_trivial_count_query = {value = true, changed = false}, optimize_trivial_approximate_count_query = {value = false, changed = false}, optimize_count_from_files = {value = true, changed = false}, use_cache_for_count_from_files = {value = true, changed = false}, optimize_respect_aliases = {value = true, changed = false}, mutations_sync = {value = 0, changed = false}, enable_lightweight_delete = {value = true, changed = false}, lightweight_deletes_sync = {value = 2, changed = false}, lightweight_mutation_projection_mode = {value = DB::LightweightMutationProjectionMode::THROW, changed = false}, apply_deleted_mask = {value = true, changed = false}, optimize_normalize_count_variants = {value = true, changed = false}, optimize_injective_functions_inside_uniq = {value = true, changed = false}, rewrite_count_distinct_if_with_count_distinct_implementation = {value = false, changed = false}, convert_query_to_cnf = {value = false, changed = false}, optimize_or_like_chain = {value = false, changed = false}, optimize_arithmetic_operations_in_aggregate_functions = {value = true, changed = false}, optimize_redundant_functions_in_order_by = {value = true, changed = false}, optimize_if_chain_to_multiif = {value = false, changed = false}, optimize_multiif_to_if = {value = true, changed = false}, optimize_if_transform_strings_to_enum = {value = false, changed = false}, optimize_functions_to_subcolumns = {value = true, changed = false}, optimize_using_constraints = {value = false, changed = false}, optimize_substitute_columns = {value = false, changed = false}, optimize_append_index = {value = false, changed = false}, optimize_time_filter_with_preimage = {value = true, changed = false}, normalize_function_names = {value = true, changed = false}, enable_early_constant_folding = {value = true, changed = false}, deduplicate_blocks_in_dependent_materialized_views = {value = false, changed = false}, throw_if_deduplication_in_dependent_materialized_views_enabled_with_async_insert = {value = true, changed = false}, materialized_views_ignore_errors = {value = false, changed = false}, ignore_materialized_views_with_dropped_target_table = {value = false, changed = false}, use_compact_format_in_distributed_parts_names = {value = true, changed = false}, validate_polygons = {value = true, changed = false}, max_parser_depth = {value = 1000, changed = false}, max_parser_backtracks = {value = 1000000, changed = false}, max_recursive_cte_evaluation_depth = {value = 1000, changed = false}, allow_settings_after_format_in_insert = {value = false, changed = false}, periodic_live_view_refresh = {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 = 60000000}, changed = false}, transform_null_in = {value = false, changed = false}, allow_nondeterministic_mutations = {value = false, changed = false}, lock_acquire_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 = 120000000}, changed = false}, materialize_ttl_after_modify = {value = true, changed = false}, function_implementation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225577 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, data_type_default_nullable = {value = false, changed = false}, cast_keep_nullable = {value = false, changed = false}, cast_ipv4_ipv6_default_on_conversion_error = {value = false, changed = false}, alter_partition_verbose_result = {value = false, changed = false}, system_events_show_zero_values = {value = false, changed = false}, mysql_datatypes_support_level = {value = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, changed = false}, optimize_trivial_insert_select = {value = false, changed = false}, allow_non_metadata_alters = {value = true, changed = false}, enable_global_with_statement = {value = true, changed = false}, aggregate_functions_null_for_empty = {value = false, changed = false}, optimize_syntax_fuse_functions = {value = false, changed = false}, flatten_nested = {value = true, changed = false}, asterisk_include_materialized_columns = {value = false, changed = false}, asterisk_include_alias_columns = {value = false, changed = false}, optimize_skip_merged_partitions = {value = false, changed = false}, optimize_on_insert = {value = true, changed = false}, optimize_use_projections = {value = true, changed = false}, optimize_use_implicit_projections = {value = true, changed = false}, force_optimize_projection = {value = false, changed = false}, force_optimize_projection_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02255e7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, preferred_optimize_projection_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225607 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, async_socket_for_remote = {value = true, changed = false}, async_query_sending_for_remote = {value = true, changed = false}, insert_null_as_default = {value = true, changed = false}, describe_extend_object_types = {value = false, changed = false}, describe_include_subcolumns = {value = false, changed = false}, describe_include_virtual_columns = {value = false, changed = false}, describe_compact_output = {value = false, changed = false}, apply_mutations_on_fly = {value = false, changed = false}, mutations_execute_nondeterministic_on_initiator = {value = false, changed = false}, mutations_execute_subqueries_on_initiator = {value = false, changed = false}, mutations_max_literal_size_to_replace = {value = 16384, changed = false}, create_replicated_merge_tree_fault_injection_probability = {value = 0, changed = false}, use_query_cache = {value = false, changed = false}, enable_writes_to_query_cache = {value = true, changed = false}, enable_reads_from_query_cache = {value = true, changed = false}, query_cache_nondeterministic_function_handling = {value = DB::QueryCacheNondeterministicFunctionHandling::Throw, changed = false}, query_cache_system_table_handling = {value = DB::QueryCacheSystemTableHandling::Throw, changed = false}, query_cache_max_size_in_bytes = {value = 0, changed = false}, query_cache_max_entries = {value = 0, changed = false}, query_cache_min_query_runs = {value = 0, changed = false}, query_cache_min_query_duration = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, query_cache_compress_entries = {value = true, changed = false}, query_cache_squash_partial_results = {value = true, changed = false}, query_cache_ttl = {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 = 60000000}, changed = false}, query_cache_share_between_users = {value = false, changed = false}, query_cache_tag = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02256c7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, enable_sharing_sets_for_mutations = {value = true, changed = false}, optimize_rewrite_sum_if_to_count_if = {value = true, changed = false}, optimize_rewrite_aggregate_function_with_if = {value = true, changed = false}, optimize_rewrite_array_exists_to_has = {value = false, changed = false}, insert_shard_id = {value = 0, changed = false}, collect_hash_table_stats_during_aggregation = {value = true, changed = false}, max_size_to_preallocate_for_aggregation = {value = 100000000, changed = false}, collect_hash_table_stats_during_joins = {value = true, changed = false}, max_size_to_preallocate_for_joins = {value = 100000000, changed = false}, kafka_disable_num_consumers_limit = {value = false, changed = false}, allow_experimental_kafka_offsets_storage_in_keeper = {value = false, changed = false}, enable_software_prefetch_in_aggregation = {value = true, changed = false}, allow_aggregate_partitions_independently = {value = false, changed = false}, force_aggregate_partitions_independently = {value = false, changed = false}, max_number_of_partitions_for_independent_aggregation = {value = 128, changed = false}, min_hit_rate_to_use_consecutive_keys_optimization = {value = 0.5, changed = false}, engine_file_empty_if_not_exists = {value = false, changed = false}, engine_file_truncate_on_insert = {value = false, changed = false}, engine_file_allow_create_multiple_files = {value = false, changed = false}, engine_file_skip_empty_files = {value = false, changed = false}, engine_url_skip_empty_files = {value = false, changed = false}, enable_url_encoding = {value = true, changed = false}, database_replicated_initial_query_timeout_sec = {value = 300, changed = false}, database_replicated_enforce_synchronous_settings = {value = false, changed = false}, max_distributed_depth = {value = 5, changed = false}, database_replicated_always_detach_permanently = {value = false, changed = false}, database_replicated_allow_only_replicated_engine = {value = false, changed = false}, database_replicated_allow_replicated_engine_arguments = {value = true, changed = false}, database_replicated_allow_heavy_create = {value = false, changed = false}, cloud_mode = {value = false, changed = false}, cloud_mode_engine = {value = 1, changed = false}, distributed_ddl_output_mode = {value = DB::DistributedDDLOutputMode::THROW, changed = false}, distributed_ddl_entry_format_version = {value = 5, changed = false}, external_storage_max_read_rows = {value = 0, changed = false}, external_storage_max_read_bytes = {value = 0, changed = false}, external_storage_connect_timeout_sec = {value = 10, changed = false}, external_storage_rw_timeout_sec = {value = 300, changed = false}, union_default_mode = {value = DB::SetOperationMode::Unspecified, changed = false}, intersect_default_mode = {value = DB::SetOperationMode::ALL, changed = false}, except_default_mode = {value = DB::SetOperationMode::ALL, changed = false}, optimize_aggregators_of_group_by_keys = {value = true, changed = false}, optimize_injective_functions_in_group_by = {value = true, changed = false}, optimize_group_by_function_keys = {value = true, changed = false}, optimize_group_by_constant_keys = {value = true, changed = false}, legacy_column_name_of_tuple_literal = {value = false, changed = false}, enable_named_columns_in_function_tuple = {value = false, changed = false}, query_plan_enable_optimizations = {value = true, changed = false}, query_plan_max_optimizations_to_apply = {value = 10000, changed = false}, query_plan_lift_up_array_join = {value = true, changed = false}, query_plan_push_down_limit = {value = true, changed = false}, query_plan_split_filter = {value = true, changed = false}, query_plan_merge_expressions = {value = true, changed = false}, query_plan_merge_filters = {value = true, changed = false}, query_plan_filter_push_down = {value = true, changed = false}, query_plan_convert_outer_join_to_inner_join = {value = true, changed = false}, query_plan_optimize_prewhere = {value = true, changed = false}, query_plan_execute_functions_after_sorting = {value = true, changed = false}, query_plan_reuse_storage_ordering_for_window_functions = {value = true, changed = false}, query_plan_lift_up_union = {value = true, changed = false}, query_plan_read_in_order = {value = true, changed = false}, query_plan_aggregation_in_order = {value = true, changed = false}, query_plan_remove_redundant_sorting = {value = true, changed = false}, query_plan_remove_redundant_distinct = {value = true, changed = false}, query_plan_enable_multithreading_after_window_functions = {value = true, changed = false}, regexp_max_matches_per_row = {value = 1000, changed = false}, limit = {value = 0, changed = false}, offset = {value = 0, changed = false}, function_range_max_elements_in_block = {value = 500000000, changed = false}, function_sleep_max_microseconds_per_block = {value = 3000000, changed = false}, function_visible_width_behavior = {value = 1, changed = false}, short_circuit_function_evaluation = {value = DB::ShortCircuitFunctionEvaluation::ENABLE, changed = false}, storage_file_read_method = {value = DB::LocalFSReadMethod::pread, changed = false}, local_filesystem_read_method = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x68745f6461657270 , __size_ = 7813586407022224754, __cap_ = 1152921504606846976, __is_long_ = 0}, __s = {__data_ = "pread_threadpool\000\000\000\000\000\000", __padding_ = 0x7fbfd02258b7 "\020", __size_ = 16 '\020', __is_long_ = 0 '\000'}, __r = {__words = {7526745761978348144, 7813586407022224754, 1152921504606846976}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, remote_filesystem_read_method = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6f70646165726874 , __size_ = 27759, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "threadpool", '\000' , __padding_ = 0x7fbfd02258d7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8030028505078196340, 27759, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, local_filesystem_read_prefetch = {value = false, changed = false}, remote_filesystem_read_prefetch = {value = true, changed = false}, read_priority = {value = 0, changed = false}, merge_tree_min_rows_for_concurrent_read_for_remote_filesystem = {value = 163840, changed = false}, merge_tree_min_bytes_for_concurrent_read_for_remote_filesystem = {value = 251658240, changed = false}, remote_read_min_bytes_for_seek = {value = 4194304, changed = false}, merge_tree_min_bytes_per_task_for_remote_reading = {value = 2097152, changed = false}, merge_tree_use_const_size_tasks_for_remote_reading = {value = true, changed = false}, merge_tree_determine_task_size_by_prewhere_columns = {value = true, changed = false}, merge_tree_compact_parts_min_granules_to_multibuffer_read = {value = 16, changed = false}, async_insert = {value = false, changed = false}, wait_for_async_insert = {value = true, changed = false}, wait_for_async_insert_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 = 120000000}, changed = false}, async_insert_max_data_size = {value = 10485760, changed = false}, async_insert_max_query_number = {value = 450, changed = false}, async_insert_poll_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 10000}, changed = false}, async_insert_use_adaptive_busy_timeout = {value = true, changed = false}, async_insert_busy_timeout_min_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 50000}, changed = false}, async_insert_busy_timeout_max_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 200000}, changed = false}, async_insert_busy_timeout_increase_rate = {value = 0.20000000000000001, changed = false}, async_insert_busy_timeout_decrease_rate = {value = 0.20000000000000001, changed = false}, remote_fs_read_max_backoff_ms = {value = 10000, changed = false}, remote_fs_read_backoff_max_tries = {value = 5, changed = false}, enable_filesystem_cache = {value = true, changed = false}, enable_filesystem_cache_on_write_operations = {value = false, changed = false}, enable_filesystem_cache_log = {value = false, changed = false}, read_from_filesystem_cache_if_exists_otherwise_bypass_cache = {value = false, changed = false}, skip_download_if_exceeds_query_cache = {value = true, changed = false}, filesystem_cache_max_download_size = {value = 137438953472, changed = false}, throw_on_error_from_cache_on_write_operations = {value = false, changed = false}, filesystem_cache_segments_batch_size = {value = 20, changed = false}, filesystem_cache_reserve_space_wait_lock_timeout_milliseconds = {value = 1000, changed = false}, temporary_data_in_cache_reserve_space_wait_lock_timeout_milliseconds = {value = 600000, changed = false}, use_page_cache_for_disks_without_file_cache = {value = false, changed = false}, read_from_page_cache_if_exists_otherwise_bypass_cache = {value = false, changed = false}, page_cache_inject_eviction = {value = false, changed = false}, load_marks_asynchronously = {value = false, changed = false}, enable_filesystem_read_prefetches_log = {value = false, changed = false}, allow_prefetched_read_pool_for_remote_filesystem = {value = true, changed = false}, allow_prefetched_read_pool_for_local_filesystem = {value = false, changed = false}, prefetch_buffer_size = {value = 1048576, changed = false}, filesystem_prefetch_step_bytes = {value = 0, changed = false}, filesystem_prefetch_step_marks = {value = 0, changed = false}, filesystem_prefetch_max_memory_usage = {value = 1073741824, changed = false}, filesystem_prefetches_limit = {value = 200, changed = false}, use_structure_from_insertion_table_in_table_functions = {value = 2, changed = false}, http_max_tries = {value = 10, changed = false}, http_retry_initial_backoff_ms = {value = 100, changed = false}, http_retry_max_backoff_ms = {value = 10000, changed = false}, force_remove_data_recursively_on_drop = {value = false, changed = false}, check_table_dependencies = {value = true, changed = false}, check_referential_table_dependencies = {value = false, changed = false}, use_local_cache_for_remote_storage = {value = true, changed = false}, allow_unrestricted_reads_from_keeper = {value = false, changed = false}, allow_deprecated_database_ordinary = {value = false, changed = false}, allow_deprecated_syntax_for_merge_tree = {value = false, changed = false}, allow_asynchronous_read_from_io_pool_for_merge_tree = {value = false, changed = false}, max_streams_for_merge_tree_reading = {value = 0, changed = false}, force_grouping_standard_compatibility = {value = true, changed = false}, schema_inference_use_cache_for_file = {value = true, changed = false}, schema_inference_use_cache_for_s3 = {value = true, changed = false}, schema_inference_use_cache_for_azure = {value = true, changed = false}, schema_inference_use_cache_for_hdfs = {value = true, changed = false}, schema_inference_use_cache_for_url = {value = true, changed = false}, schema_inference_cache_require_modification_time_for_url = {value = true, changed = false}, compatibility = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225b3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, additional_table_filters = {value = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }, changed = false}, additional_result_filter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225b7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, workload = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 0, __cap_ = 504403158265495552, __is_long_ = 0}, __s = {__data_ = "default", '\000' , __padding_ = 0x7fbfd0225b9f "\a", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 0, 504403158265495552}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, storage_system_stack_trace_pipe_read_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 100000}, changed = false}, rename_files_after_processing = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225bcf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, parallelize_output_from_storages = {value = true, changed = false}, insert_deduplication_token = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225bf7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, count_distinct_optimization = {value = false, changed = false}, throw_if_no_data_to_insert = {value = true, changed = false}, compatibility_ignore_auto_increment_in_create_table = {value = false, changed = false}, multiple_joins_try_to_keep_original_names = {value = false, changed = false}, optimize_sorting_by_input_stream_properties = {value = true, changed = false}, keeper_max_retries = {value = 10, changed = false}, keeper_retry_initial_backoff_ms = {value = 100, changed = false}, keeper_retry_max_backoff_ms = {value = 5000, changed = false}, insert_keeper_max_retries = {value = 20, changed = false}, insert_keeper_retry_initial_backoff_ms = {value = 100, changed = false}, insert_keeper_retry_max_backoff_ms = {value = 10000, changed = false}, insert_keeper_fault_injection_probability = {value = 0, changed = false}, insert_keeper_fault_injection_seed = {value = 0, changed = false}, force_aggregation_in_order = {value = false, changed = false}, http_max_request_param_data_size = {value = 10485760, changed = false}, function_json_value_return_type_allow_nullable = {value = false, changed = false}, function_json_value_return_type_allow_complex = {value = false, changed = false}, use_with_fill_by_sorting_prefix = {value = true, changed = false}, optimize_uniq_to_count = {value = true, changed = false}, use_variant_as_common_type = {value = false, changed = false}, enable_order_by_all = {value = true, changed = false}, ignore_drop_queries_probability = {value = 0, changed = false}, traverse_shadow_remote_data_paths = {value = false, changed = false}, geo_distance_returns_float64_on_float64_arguments = {value = true, changed = false}, allow_get_client_http_header = {value = false, changed = false}, cast_string_to_dynamic_use_inference = {value = false, changed = false}, enable_blob_storage_log = {value = true, changed = false}, use_json_alias_for_old_object_type = {value = false, changed = false}, allow_create_index_without_type = {value = false, changed = false}, create_index_ignore_unique = {value = false, changed = false}, print_pretty_type_names = {value = true, changed = false}, create_table_empty_primary_key_by_default = {value = false, changed = false}, allow_named_collection_override_by_default = {value = true, changed = false}, default_normal_view_sql_security = {value = SQLSecurityType::INVOKER, changed = false}, default_materialized_view_sql_security = {value = SQLSecurityType::DEFINER, changed = false}, default_view_definer = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x5f544e4552525543 , __size_ = 1380275029, __cap_ = 864691128455135232, __is_long_ = 0}, __s = {__data_ = "CURRENT_USER\000\000\000\000\000\000\000\000\000\000", __padding_ = 0x7fbfd0225ce7 "\f", __size_ = 12 '\f', __is_long_ = 0 '\000'}, __r = {__words = {6869201391287686467, 1380275029, 864691128455135232}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, cache_warmer_threads = {value = 4, changed = false}, ignore_cold_parts_seconds = {value = 0, changed = false}, prefer_warmed_unmerged_parts_seconds = {value = 0, changed = false}, iceberg_engine_ignore_schema_evolution = {value = false, changed = false}, allow_deprecated_error_prone_window_functions = {value = false, changed = false}, allow_deprecated_snowflake_conversion_functions = {value = false, changed = false}, optimize_distinct_in_order = {value = true, changed = false}, keeper_map_strict_mode = {value = false, changed = false}, extract_key_value_pairs_max_pairs_per_row = {value = 1000, changed = false}, restore_replace_external_engines_to_null = {value = false, changed = false}, restore_replace_external_table_functions_to_null = {value = false, changed = false}, push_external_roles_in_interserver_queries = {value = true, changed = false}, allow_experimental_materialized_postgresql_table = {value = false, changed = false}, allow_experimental_funnel_functions = {value = false, changed = false}, allow_experimental_nlp_functions = {value = false, changed = false}, allow_experimental_hash_functions = {value = false, changed = false}, allow_experimental_object_type = {value = false, changed = false}, allow_experimental_time_series_table = {value = false, changed = false}, allow_experimental_vector_similarity_index = {value = false, changed = false}, allow_experimental_variant_type = {value = false, changed = false}, allow_experimental_dynamic_type = {value = false, changed = false}, allow_experimental_json_type = {value = false, changed = false}, allow_experimental_codecs = {value = false, changed = false}, max_limit_for_ann_queries = {value = 1000000, changed = false}, throw_on_unsupported_query_inside_transaction = {value = true, changed = false}, wait_changes_become_visible_after_commit_mode = {value = DB::TransactionsWaitCSNMode::WAIT_UNKNOWN, changed = false}, implicit_transaction = {value = false, changed = false}, grace_hash_join_initial_buckets = {value = 1, changed = false}, grace_hash_join_max_buckets = {value = 1024, changed = false}, session_timezone = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225daf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, use_hive_partitioning = {value = false, changed = false}, allow_statistics_optimize = {value = false, changed = false}, allow_experimental_statistics = {value = false, changed = false}, parallel_replicas_count = {value = 0, changed = false}, parallel_replica_offset = {value = 0, changed = false}, parallel_replicas_custom_key = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225df7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, parallel_replicas_custom_key_range_lower = {value = 0, changed = false}, parallel_replicas_custom_key_range_upper = {value = 0, changed = false}, cluster_for_parallel_replicas = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0225e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, allow_experimental_parallel_reading_from_replicas = {value = 0, changed = false}, parallel_replicas_allow_in_with_subquery = {value = true, changed = false}, parallel_replicas_single_task_marks_count_multiplier = {value = 2, changed = false}, parallel_replicas_for_non_replicated_merge_tree = {value = false, changed = false}, parallel_replicas_min_number_of_rows_per_replica = {value = 0, changed = false}, parallel_replicas_prefer_local_join = {value = true, changed = false}, parallel_replicas_mark_segment_size = {value = 0, changed = false}, allow_archive_path_syntax = {value = true, changed = false}, parallel_replicas_local_plan = {value = false, changed = false}, allow_experimental_inverted_index = {value = false, changed = false}, allow_experimental_full_text_index = {value = false, changed = false}, allow_experimental_join_condition = {value = false, changed = false}, allow_experimental_analyzer = {value = true, changed = false}, analyzer_compatibility_join_using_top_level_identifier = {value = false, changed = false}, allow_experimental_live_view = {value = false, changed = false}, live_view_heartbeat_interval = {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 = 15000000}, changed = false}, max_live_view_insert_blocks_before_refresh = {value = 64, changed = false}, allow_experimental_window_view = {value = false, changed = false}, window_view_clean_interval = {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 = 60000000}, changed = false}, window_view_heartbeat_interval = {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 = 15000000}, changed = false}, wait_for_window_view_fire_signal_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 = false}, allow_experimental_refreshable_materialized_view = {value = false, changed = false}, stop_refreshable_materialized_views_on_startup = {value = false, changed = false}, allow_experimental_database_materialized_mysql = {value = false, changed = false}, allow_experimental_database_materialized_postgresql = {value = false, changed = false}, allow_experimental_query_deduplication = {value = false, changed = false}, update_insert_deduplication_token_in_dependent_materialized_views = {value = false, changed = false}, max_memory_usage_for_all_queries = {value = 0, changed = false}, multiple_joins_rewriter_version = {value = 0, changed = false}, enable_debug_queries = {value = false, changed = false}, allow_experimental_database_atomic = {value = true, changed = false}, allow_experimental_bigint_types = {value = true, changed = false}, allow_experimental_window_functions = {value = true, changed = false}, allow_experimental_geo_types = {value = true, changed = false}, allow_experimental_query_cache = {value = true, changed = false}, allow_experimental_alter_materialized_view_structure = {value = true, changed = false}, allow_experimental_shared_merge_tree = {value = true, changed = false}, allow_experimental_database_replicated = {value = true, changed = false}, async_insert_stale_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, handle_kafka_error_mode = {value = DB::StreamingHandleErrorMode::DEFAULT, changed = false}, database_replicated_ddl_output = {value = true, changed = false}, replication_alter_columns_timeout = {value = 60, changed = false}, odbc_max_field_size = {value = 0, changed = false}, allow_experimental_map_type = {value = true, changed = false}, merge_tree_clear_old_temporary_directories_interval_seconds = {value = 60, changed = false}, merge_tree_clear_old_parts_interval_seconds = {value = 1, changed = false}, partial_merge_join_optimizations = {value = 0, changed = false}, max_alter_threads = {is_auto = true, value = 16, changed = false}, use_mysql_types_in_show_columns = {value = false, changed = false}, s3queue_allow_experimental_sharded_mode = {value = false, changed = false}, background_buffer_flush_schedule_pool_size = {value = 16, changed = false}, background_pool_size = {value = 16, changed = false}, background_merges_mutations_concurrency_ratio = {value = 2, changed = false}, background_move_pool_size = {value = 8, changed = false}, background_fetches_pool_size = {value = 8, changed = false}, background_common_pool_size = {value = 8, changed = false}, background_schedule_pool_size = {value = 128, changed = false}, background_message_broker_schedule_pool_size = {value = 16, changed = false}, background_distributed_schedule_pool_size = {value = 16, changed = false}, max_remote_read_network_bandwidth_for_server = {value = 0, changed = false}, max_remote_write_network_bandwidth_for_server = {value = 0, changed = false}, async_insert_threads = {value = 16, 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_entries_for_hash_table_stats = {value = 10000, changed = false}, default_database_engine = {value = DB::DefaultDatabaseEngine::Atomic, changed = false}, max_pipeline_depth = {value = 0, changed = false}, temporary_live_view_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 = 1000000}, changed = false}, async_insert_cleanup_timeout_ms = {static unit = DB::SettingFieldTimespanUnit::Millisecond, static microseconds_per_unit = 1000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, changed = false}, optimize_fuse_sum_count_avg = {value = false, changed = false}, drain_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 = 3000000}, changed = false}, backup_threads = {value = 16, changed = false}, restore_threads = {value = 16, changed = false}, optimize_duplicate_order_by_and_distinct = {value = false, changed = false}, parallel_replicas_min_number_of_granules_to_enable = {value = 0, changed = false}, parallel_replicas_custom_key_filter_type = {value = DB::ParallelReplicasCustomKeyFilterType::DEFAULT, changed = false}, query_plan_optimize_projection = {value = true, changed = false}, query_cache_store_results_of_queries_with_nondeterministic_functions = {value = false, changed = false}, allow_experimental_annoy_index = {value = false, changed = false}, max_threads_for_annoy_index_creation = {value = 4, changed = false}, annoy_index_search_k_nodes = {value = -1, changed = false}, allow_experimental_usearch_index = {value = false, changed = false}, optimize_move_functions_out_of_any = {value = false, changed = false}, allow_experimental_undrop_table_query = {value = true, changed = false}, allow_experimental_s3queue = {value = true, changed = false}, query_plan_optimize_primary_key = {value = true, changed = false}, optimize_monotonous_functions_in_order_by = {value = false, changed = false}, http_max_chunk_size = {value = 107374182400, changed = false}, format_csv_delimiter = {value = 44 ',', changed = false}, format_csv_allow_single_quotes = {value = false, changed = false}, format_csv_allow_double_quotes = {value = true, changed = false}, output_format_csv_serialize_tuple_into_separate_columns = {value = true, changed = false}, input_format_csv_deserialize_separate_columns_into_tuple = {value = true, changed = false}, output_format_csv_crlf_end_of_line = {value = false, changed = false}, input_format_csv_allow_cr_end_of_line = {value = false, changed = false}, input_format_csv_enum_as_number = {value = false, changed = false}, input_format_csv_arrays_as_nested_csv = {value = false, changed = false}, input_format_skip_unknown_fields = {value = true, changed = false}, input_format_with_names_use_header = {value = true, changed = false}, input_format_with_types_use_header = {value = true, changed = false}, input_format_import_nested_json = {value = false, changed = false}, input_format_defaults_for_omitted_fields = {value = true, changed = false}, input_format_csv_empty_as_default = {value = true, changed = false}, input_format_tsv_empty_as_default = {value = false, changed = false}, input_format_tsv_enum_as_number = {value = false, changed = false}, input_format_null_as_default = {value = true, changed = false}, input_format_force_null_for_omitted_fields = {value = false, changed = false}, input_format_arrow_case_insensitive_column_matching = {value = false, changed = false}, input_format_orc_row_batch_size = {value = 100000, changed = false}, input_format_orc_case_insensitive_column_matching = {value = false, changed = false}, input_format_parquet_case_insensitive_column_matching = {value = false, changed = false}, input_format_parquet_preserve_order = {value = false, changed = false}, input_format_parquet_filter_push_down = {value = true, changed = false}, input_format_parquet_use_native_reader = {value = false, changed = false}, input_format_parquet_bloom_filter_push_down = {value = true, changed = false}, input_format_allow_seeks = {value = true, changed = false}, input_format_orc_allow_missing_columns = {value = true, changed = false}, input_format_orc_use_fast_decoder = {value = true, changed = false}, input_format_orc_filter_push_down = {value = true, changed = false}, input_format_orc_reader_time_zone_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x544d47 "", __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "GMT", '\000' , __padding_ = 0x7fbfd02261e7 "\003", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {5524807, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, input_format_parquet_allow_missing_columns = {value = true, changed = false}, input_format_parquet_local_file_min_bytes_for_seek = {value = 8192, changed = false}, input_format_arrow_allow_missing_columns = {value = true, changed = false}, input_format_hive_text_fields_delimiter = {value = 1 '\001', changed = false}, input_format_hive_text_collection_items_delimiter = {value = 2 '\002', changed = false}, input_format_hive_text_map_keys_delimiter = {value = 3 '\003', changed = false}, input_format_hive_text_allow_variable_number_of_columns = {value = true, changed = false}, input_format_msgpack_number_of_columns = {value = 0, changed = false}, output_format_msgpack_uuid_representation = {value = DB::FormatSettings::MsgPackUUIDRepresentation::EXT, changed = false}, input_format_max_rows_to_read_for_schema_inference = {value = 25000, changed = false}, input_format_max_bytes_to_read_for_schema_inference = {value = 33554432, changed = false}, input_format_csv_use_best_effort_in_schema_inference = {value = true, changed = false}, input_format_csv_try_infer_numbers_from_strings = {value = false, changed = false}, input_format_csv_try_infer_strings_from_quoted_tuples = {value = true, changed = false}, input_format_tsv_use_best_effort_in_schema_inference = {value = true, changed = false}, input_format_csv_detect_header = {value = true, changed = false}, input_format_csv_allow_whitespace_or_tab_as_delimiter = {value = false, changed = false}, input_format_csv_trim_whitespaces = {value = true, changed = false}, input_format_csv_use_default_on_bad_values = {value = false, changed = false}, input_format_csv_allow_variable_number_of_columns = {value = false, changed = false}, input_format_tsv_allow_variable_number_of_columns = {value = false, changed = false}, input_format_custom_allow_variable_number_of_columns = {value = false, changed = false}, input_format_json_compact_allow_variable_number_of_columns = {value = false, changed = false}, input_format_tsv_detect_header = {value = true, changed = false}, input_format_custom_detect_header = {value = true, changed = false}, input_format_parquet_skip_columns_with_unsupported_types_in_schema_inference = {value = false, changed = false}, input_format_parquet_max_block_size = {value = 65409, changed = false}, input_format_parquet_prefer_block_bytes = {value = 16744704, changed = false}, input_format_protobuf_skip_fields_with_unsupported_types_in_schema_inference = {value = false, changed = false}, input_format_capn_proto_skip_fields_with_unsupported_types_in_schema_inference = {value = false, changed = false}, input_format_orc_skip_columns_with_unsupported_types_in_schema_inference = {value = false, changed = false}, input_format_arrow_skip_columns_with_unsupported_types_in_schema_inference = {value = false, changed = false}, column_names_for_schema_inference = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02262af "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, schema_inference_hints = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02262cf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, schema_inference_mode = {value = DB::SchemaInferenceMode::DEFAULT, changed = false}, schema_inference_make_columns_nullable = {static keyword = , base = {value = 1, changed = false}, is_auto = false, changed = false}, input_format_json_read_bools_as_numbers = {value = true, changed = false}, input_format_json_read_bools_as_strings = {value = true, changed = false}, input_format_json_try_infer_numbers_from_strings = {value = true, changed = true}, input_format_json_validate_types_from_metadata = {value = true, changed = false}, input_format_json_read_numbers_as_strings = {value = true, changed = false}, input_format_json_read_objects_as_strings = {value = true, changed = false}, input_format_json_read_arrays_as_strings = {value = true, changed = false}, input_format_json_try_infer_named_tuples_from_objects = {value = true, changed = false}, input_format_json_use_string_type_for_ambiguous_paths_in_named_tuples_inference_from_objects = {value = false, changed = false}, input_format_json_infer_incomplete_types_as_strings = {value = true, changed = false}, input_format_json_named_tuples_as_objects = {value = true, changed = false}, input_format_json_ignore_unknown_keys_in_named_tuple = {value = true, changed = false}, input_format_json_defaults_for_missing_elements_in_named_tuple = {value = true, changed = false}, input_format_json_throw_on_bad_escape_sequence = {value = true, changed = false}, input_format_json_ignore_unnecessary_fields = {value = true, changed = false}, type_json_skip_duplicated_paths = {value = false, changed = false}, input_format_json_max_depth = {value = 1000, changed = false}, input_format_try_infer_integers = {value = true, changed = false}, input_format_try_infer_dates = {value = true, changed = false}, input_format_try_infer_datetimes = {value = true, changed = false}, input_format_try_infer_datetimes_only_datetime64 = {value = false, changed = false}, input_format_try_infer_exponent_floats = {value = false, changed = false}, output_format_markdown_escape_special_characters = {value = false, changed = false}, input_format_protobuf_flatten_google_wrappers = {value = false, changed = false}, output_format_protobuf_nullables_with_google_wrappers = {value = false, changed = false}, input_format_csv_skip_first_lines = {value = 0, changed = false}, input_format_tsv_skip_first_lines = {value = 0, changed = false}, input_format_csv_skip_trailing_empty_lines = {value = false, changed = false}, input_format_tsv_skip_trailing_empty_lines = {value = false, changed = false}, input_format_custom_skip_trailing_empty_lines = {value = false, changed = false}, input_format_tsv_crlf_end_of_line = {value = false, changed = false}, input_format_native_allow_types_conversion = {value = true, changed = false}, input_format_native_decode_types_in_binary_format = {value = false, changed = false}, output_format_native_encode_types_in_binary_format = {value = false, changed = false}, date_time_input_format = {value = DB::FormatSettings::DateTimeInputFormat::Basic, changed = false}, date_time_output_format = {value = DB::FormatSettings::DateTimeOutputFormat::Simple, changed = false}, interval_output_format = {value = DB::FormatSettings::IntervalOutputFormat::Numeric, changed = false}, input_format_ipv4_default_on_conversion_error = {value = false, changed = false}, input_format_ipv6_default_on_conversion_error = {value = false, changed = false}, bool_true_representation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x65757274 , __size_ = 0, __cap_ = 288230376151711744, __is_long_ = 0}, __s = {__data_ = "true", '\000' , __padding_ = 0x7fbfd0226387 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {1702195828, 0, 288230376151711744}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, bool_false_representation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x65736c6166 , __size_ = 0, __cap_ = 360287970189639680, __is_long_ = 0}, __s = {__data_ = "false", '\000' , __padding_ = 0x7fbfd02263a7 "\005", __size_ = 5 '\005', __is_long_ = 0 '\000'}, __r = {__words = {435728179558, 0, 360287970189639680}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, input_format_values_interpret_expressions = {value = true, changed = false}, input_format_values_deduce_templates_of_expressions = {value = true, changed = false}, input_format_values_accurate_types_of_literals = {value = true, changed = false}, input_format_avro_allow_missing_fields = {value = false, changed = false}, input_format_avro_null_as_default = {value = false, changed = false}, format_binary_max_string_size = {value = 1073741824, changed = false}, format_binary_max_array_size = {value = 1073741824, changed = false}, input_format_binary_decode_types_in_binary_format = {value = false, changed = false}, output_format_binary_encode_types_in_binary_format = {value = false, changed = false}, format_avro_schema_registry_url = {value = {static RESERVED_PATH = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x233f , __size_ = 0, __cap_ = 144115188075855872, __is_long_ = 0}, __s = {__data_ = "?#", '\000' , __padding_ = 0x1922ffaf "\002?#/:;+@", __size_ = 2 '\002', __is_long_ = 0 '\000'}, __r = {__words = {9023, 0, 144115188075855872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, static RESERVED_QUERY = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x402b3b3a2f233f , __size_ = 0, __cap_ = 504403158265495552, __is_long_ = 0}, __s = {__data_ = "?#/:;+@", '\000' , __padding_ = 0x1922ffc7 "\a?#/:;+@&=", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {18061931888714559, 0, 504403158265495552}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, static RESERVED_QUERY_PARAM = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x26402b3b3a2f233f , __size_ = 61, __cap_ = 648518346341351424, __is_long_ = 0}, __s = {__data_ = "?#/:;+@&=", '\000' , __padding_ = 0x1922ffdf "\t", __size_ = 9 '\t', __is_long_ = 0 '\000'}, __r = {__words = {2756250505329976127, 61, 648518346341351424}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, static RESERVED_FRAGMENT = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x1922fff7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, static ILLEGAL = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x225c7c7d7b3e3c25 , __size_ = 2605658008086208606, __cap_ = 1369094286726748972, __is_long_ = 0}, __s = {__data_ = "%<>{}|\\\"^`!*'()$,[]\000\000\000", __padding_ = 0x1923000f "\023P\206\342\030", __size_ = 19 '\023', __is_long_ = 0 '\000'}, __r = {__words = {2475990773527362597, 2605658008086208606, 1369094286726748972}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _scheme = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02263ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _userInfo = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226417 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _host = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022642f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _port = 0, _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_ = 0x7fbfd022644f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _query = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226467 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _fragment = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022647f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _enable_url_encoding = true}, changed = false}, output_format_json_quote_64bit_integers = {value = true, changed = false}, output_format_json_quote_denormals = {value = false, changed = false}, output_format_json_quote_decimals = {value = false, changed = false}, output_format_json_quote_64bit_floats = {value = false, changed = false}, output_format_json_escape_forward_slashes = {value = true, changed = false}, output_format_json_named_tuples_as_objects = {value = true, changed = false}, output_format_json_skip_null_value_in_named_tuples = {value = false, changed = false}, output_format_json_array_of_rows = {value = false, changed = false}, output_format_json_validate_utf8 = {value = false, changed = false}, format_json_object_each_row_column_for_object_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02264bf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_pretty_max_rows = {value = 10000, changed = false}, output_format_pretty_max_column_pad_width = {value = 250, changed = false}, output_format_pretty_max_value_width = {value = 10000, changed = false}, output_format_pretty_max_value_width_apply_for_single_value = {value = 0, changed = false}, output_format_pretty_color = {static keyword = , base = {value = 0, changed = false}, is_auto = true, changed = false}, output_format_pretty_grid_charset = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x382d465455 , __size_ = 0, __cap_ = 360287970189639680, __is_long_ = 0}, __s = {__data_ = "UTF-8", '\000' , __padding_ = 0x7fbfd0226537 "\005", __size_ = 5 '\005', __is_long_ = 0 '\000'}, __r = {__words = {241277752405, 0, 360287970189639680}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_pretty_display_footer_column_names = {value = 1, changed = false}, output_format_pretty_display_footer_column_names_min_rows = {value = 50, changed = false}, output_format_parquet_row_group_size = {value = 1000000, changed = false}, output_format_parquet_row_group_size_bytes = {value = 536870912, changed = false}, output_format_parquet_string_as_string = {value = true, changed = false}, output_format_parquet_fixed_string_as_fixed_byte_array = {value = true, changed = false}, output_format_parquet_version = {value = DB::FormatSettings::ParquetVersion::V2_LATEST, changed = false}, output_format_parquet_compression_method = {value = DB::FormatSettings::ParquetCompression::ZSTD, changed = false}, output_format_parquet_compliant_nested_types = {value = true, changed = false}, output_format_parquet_use_custom_encoder = {value = true, changed = false}, output_format_parquet_parallel_encoding = {value = true, changed = false}, output_format_parquet_data_page_size = {value = 1048576, changed = false}, output_format_parquet_batch_size = {value = 1024, changed = false}, output_format_parquet_write_page_index = {value = true, changed = false}, output_format_avro_codec = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02265cf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_avro_sync_interval = {value = 16384, changed = false}, output_format_avro_string_column_pattern = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02265ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_avro_rows_in_file = {value = 1, changed = false}, output_format_tsv_crlf_end_of_line = {value = false, changed = false}, format_csv_null_representation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x4e5c , __size_ = 0, __cap_ = 144115188075855872, __is_long_ = 0}, __s = {__data_ = "\\N", '\000' , __padding_ = 0x7fbfd0226637 "\002", __size_ = 2 '\002', __is_long_ = 0 '\000'}, __r = {__words = {20060, 0, 144115188075855872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_tsv_null_representation = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x4e5c , __size_ = 0, __cap_ = 144115188075855872, __is_long_ = 0}, __s = {__data_ = "\\N", '\000' , __padding_ = 0x7fbfd0226657 "\002", __size_ = 2 '\002', __is_long_ = 0 '\000'}, __r = {__words = {20060, 0, 144115188075855872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_decimal_trailing_zeros = {value = false, changed = false}, input_format_allow_errors_num = {value = 0, changed = false}, input_format_allow_errors_ratio = {value = 0, changed = false}, input_format_record_errors_file_path = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226697 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, errors_output_format = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x565343 "\026\333\016", __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "CSV", '\000' , __padding_ = 0x7fbfd02266b7 "\003", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {5657411, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_schema = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02266d7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_template_resultset = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02266f7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_template_row = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_template_row_format = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226737 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_template_resultset_format = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0226757 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_template_rows_between_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0xa , __size_ = 0, __cap_ = 72057594037927936, __is_long_ = 0}, __s = {__data_ = "\n", '\000' , __padding_ = 0x7fbfd0226777 "\001", __size_ = 1 '\001', __is_long_ = 0 '\000'}, __r = {__words = {10, 0, 72057594037927936}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_escaping_rule = {value = DB::FormatSettings::EscapingRule::Escaped, changed = false}, format_custom_field_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x9 , __size_ = 0, __cap_ = 72057594037927936, __is_long_ = 0}, __s = {__data_ = "\t", '\000' , __padding_ = 0x7fbfd022679f "\001", __size_ = 1 '\001', __is_long_ = 0 '\000'}, __r = {__words = {9, 0, 72057594037927936}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_row_before_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02267bf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_row_after_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0xa , __size_ = 0, __cap_ = 72057594037927936, __is_long_ = 0}, __s = {__data_ = "\n", '\000' , __padding_ = 0x7fbfd02267df "\001", __size_ = 1 '\001', __is_long_ = 0 '\000'}, __r = {__words = {10, 0, 72057594037927936}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_row_between_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02267ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_result_before_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022681f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_custom_result_after_delimiter = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022683f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_regexp = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd022685f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, format_regexp_escaping_rule = {value = DB::FormatSettings::EscapingRule::Raw, changed = false}, format_regexp_skip_unmatched = {value = false, changed = false}, output_format_enable_streaming = {value = false, changed = false}, output_format_write_statistics = {value = true, changed = false}, output_format_pretty_row_numbers = {value = true, changed = false}, output_format_pretty_highlight_digit_groups = {value = true, changed = false}, output_format_pretty_single_large_number_tip_threshold = {value = 1000000, changed = false}, insert_distributed_one_random_shard = {value = false, changed = false}, exact_rows_before_limit = {value = false, changed = false}, rows_before_aggregation = {value = false, changed = false}, cross_to_inner_join_rewrite = {value = 1, changed = false}, output_format_arrow_low_cardinality_as_dictionary = {value = false, changed = false}, output_format_arrow_use_signed_indexes_for_dictionary = {value = true, changed = false}, output_format_arrow_use_64_bit_indexes_for_dictionary = {value = false, changed = false}, output_format_arrow_string_as_string = {value = true, changed = false}, output_format_arrow_fixed_string_as_fixed_byte_array = {value = true, changed = false}, output_format_arrow_compression_method = {value = DB::FormatSettings::ArrowCompression::LZ4_FRAME, changed = false}, output_format_orc_string_as_string = {value = true, changed = false}, output_format_orc_compression_method = {value = DB::FormatSettings::ORCCompression::ZSTD, changed = false}, output_format_orc_row_index_stride = {value = 10000, changed = false}, format_capn_proto_enum_comparising_mode = {value = DB::FormatSettings::CapnProtoEnumComparingMode::BY_VALUES, changed = false}, format_capn_proto_use_autogenerated_schema = {value = true, changed = false}, format_protobuf_use_autogenerated_schema = {value = true, changed = false}, output_format_schema = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02268df "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, input_format_mysql_dump_table_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd02268ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, input_format_mysql_dump_map_column_names = {value = true, changed = false}, output_format_sql_insert_max_batch_size = {value = 65409, changed = false}, output_format_sql_insert_table_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x656c626174 , __size_ = 0, __cap_ = 360287970189639680, __is_long_ = 0}, __s = {__data_ = "table", '\000' , __padding_ = 0x7fbfd0226937 "\005", __size_ = 5 '\005', __is_long_ = 0 '\000'}, __r = {__words = {435610083700, 0, 360287970189639680}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, output_format_sql_insert_include_column_names = {value = true, changed = false}, output_format_sql_insert_use_replace = {value = false, changed = false}, output_format_sql_insert_quote_names = {value = true, changed = false}, output_format_values_escape_quote_with_quote = {value = false, changed = false}, output_format_bson_string_as_string = {value = false, changed = false}, input_format_bson_skip_fields_with_unsupported_types_in_schema_inference = {value = false, changed = false}, format_display_secrets_in_show_and_select = {value = false, changed = false}, regexp_dict_allow_hyperscan = {value = true, changed = false}, regexp_dict_flag_case_insensitive = {value = false, changed = false}, regexp_dict_flag_dotall = {value = false, changed = false}, dictionary_use_async_executor = {value = false, changed = false}, precise_float_parsing = {value = false, changed = false}, date_time_overflow_behavior = {value = DB::FormatSettings::DateTimeOverflowBehavior::Ignore, changed = false}, validate_experimental_and_suspicious_types_inside_nested_types = {value = true, changed = false}, input_format_arrow_import_nested = {value = false, changed = false}, input_format_parquet_import_nested = {value = false, changed = false}, input_format_orc_import_nested = {value = false, changed = false}}, _vptr$BaseSettings = 0x18b05568 , custom_settings_map = {__table_ = {__bucket_list_ = {__ptr_ = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>**, 0, false>> = {__value_ = 0x0}, >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>*>, 1, true>> = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>*>> = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*> >, 1, true>> = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*> >> = { >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, >, std::__1::__hash_value_type >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, std::__1::hash > >, std::__1::equal_to > >, true>, 1, true>> = { >, std::__1::__hash_value_type >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, std::__1::hash > >, std::__1::equal_to > >, true>> = { > >> = { >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, >, std::__1::__hash_value_type >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, std::__1::equal_to > >, std::__1::hash > >, true>, 1, true>> = { >, std::__1::__hash_value_type >, std::__1::pair, std::__1::allocator > const>, DB::SettingFieldCustom> >, std::__1::equal_to > >, std::__1::hash > >, true>> = { > >> = { >, std::__1::basic_string_view >, bool>> = {}, }, }, }, }}}}, > = {_vptr$IHints = 0x18b05598 , prompter = {}}, settings_changed_by_compatibility_setting = {__table_ = {__bucket_list_ = {__ptr_ = { >, void*>*>**, 0, false>> = {__value_ = 0x0}, >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, >, void*>*>*>, 1, true>> = { >, void*>*>*>> = { >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = { >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, >, void*> >, 1, true>> = { >, void*> >> = { >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, > >, 1, true>> = { > >> = { >, unsigned long>> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, > >, 1, true>> = { > >> = { >, std::__1::basic_string_view >, bool>> = {}, }, }, }}}} 2025-10-03 18:02:31 max_query_size = 262144 2025-10-03 18:02:31 log_queries_cut_to_length = 100000 2025-10-03 18:02:31 #10 0x000000001190c49d in DB::executeQuery (query=..., context=..., flags=flags@entry=..., stage=DB::QueryProcessingStage::Complete) at /build/src/Interpreters/executeQuery.cpp:1397 2025-10-03 18:02:31 ast = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:31 res = {process_list_entry = {__ptr_ = 0x0, __cntrl_ = 0x0}, pipeline = {resources = {interpreter_context = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, storage_holders = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, table_locks = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, query_id_holders = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}}, progress_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\0309\377<\301\177\000\0000\020\334\b\300\177\000", __large = 0x7fc13cff3918}, __invoker_ = {__call_ = 0xc8425a0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::Progress const&)>}, __policy_ = 0x185596e0 }}, quota = {__ptr_ = 0x0, __cntrl_ = 0x0}, update_profile_events = true, processors = {__ptr_ = 0x7fbf3d4f04a8, __cntrl_ = 0x7fbf3d4f0490}, input = 0x0, output = 0x0, totals = 0x0, extremes = 0x0, process_list_element = {__ptr_ = 0x0, __cntrl_ = 0x0}, output_format = 0x0, num_threads = 0, concurrency_control = false}, finish_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000 \"\r=\301\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x10bd5c60 ::__call_empty(std::__1::__function::__policy_storage const*, DB::QueryPipeline&)>}, __policy_ = 0x185596e0 }}, exception_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000R\"п\177\000\000\0209\377<\301\177\000", __large = 0x7fbfd0225200}, __invoker_ = {__call_ = 0xc773820 ::__call_empty(std::__1::__function::__policy_storage const*, bool)>}, __policy_ = 0x185596e0 }}, null_format = false} 2025-10-03 18:02:31 #11 0x0000000012cb585b in DB::TCPHandler::runImpl (this=0x7fc09c2b0000) at /build/src/Server/TCPHandler.cpp:569 2025-10-03 18:02:31 client_logs_level = 2025-10-03 18:02:31 finish_or_cancel = 2025-10-03 18:02:31 query_scope = {> = {> = {> = {> = {> = {> = {{__null_state_ = 1 '\001', __val_ = { = { = {}, }, log_peak_memory_usage_in_destructor = true}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:31 exception = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }} 2025-10-03 18:02:31 thread_trace_context = {__ptr_ = {> = {__value_ = 0x7fbf3d7aba00}, , 1, true>> = {> = {}, }, }} 2025-10-03 18:02:31 query_duration_already_logged = false 2025-10-03 18:02:31 network_error = false 2025-10-03 18:02:31 e = 2025-10-03 18:02:31 e = 2025-10-03 18:02:31 e = 2025-10-03 18:02:31 e = 2025-10-03 18:02:31 e = 2025-10-03 18:02:31 log_query_duration = {this = 0x7fc09c2b0000, query_duration_already_logged = @0x7fc13cff0e7f} 2025-10-03 18:02:31 user_expired = false 2025-10-03 18:02:31 e = 2025-10-03 18:02:31 #12 0x0000000012ccc019 in DB::TCPHandler::run (this=0xa9) at /build/src/Server/TCPHandler.cpp:2515 2025-10-03 18:02:31 e = 2025-10-03 18:02:31 #13 0x0000000016529047 in Poco::Net::TCPServerConnection::start (this=0xa9) at /build/base/poco/Net/src/TCPServerConnection.cpp:43 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 #14 0x000000001652951e in Poco::Net::TCPServerDispatcher::run (this=0x7fbfe4d93200) at /build/base/poco/Net/src/TCPServerDispatcher.cpp:115 2025-10-03 18:02:31 pConnection = 2025-10-03 18:02:31 pCNf = 2025-10-03 18:02:31 pNf = {_ptr = 0x7fc0a564e680} 2025-10-03 18:02:31 lock = {_mutex = @0x7fbfe4d932d0} 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 guard = {_ptr = 0x7fbfe4d93200} 2025-10-03 18:02:31 idleTime = 2025-10-03 18:02:31 #15 0x00000000164d5d32 in Poco::PooledThread::run (this=0x7fc25389ee00) at /build/base/poco/Foundation/src/ThreadPool.cpp:205 2025-10-03 18:02:31 lock = {_mutex = @0x0} 2025-10-03 18:02:31 pTarget = 0x7fbfe4d93200 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 thread_status = { = { = {}, }, thread_id = 176, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c200000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c200000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x7fbf3d9c0660}, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc13cff19b8, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x7fbf3d9c0680}, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 99936, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 40}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 518}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 40}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 518}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x7fbf3d9c0618, __cntrl_ = 0x7fbf3d9c0600}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x7fbfc5f9f600, __cntrl_ = 0x7fc254551580}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000+\234\300\177\000\000ed\000\234\300\177\000", __large = 0x7fc09c2b0000}, __invoker_ = {__call_ = 0x12ccc840 ::__call_impl >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b68180 >(std::__1::integral_constant)::__policy_>}}, local_data = {profile_queue_ptr = {__ptr_ = 0x7fbfc6054cb8, __cntrl_ = 0x7fbfc6054ca0}, logs_queue_ptr = {__ptr_ = 0x7fbfc6a89618, __cntrl_ = 0x7fbfc6a89600}, client_logs_level = DB::LogsLevel::fatal, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13cff1b97 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\006\234=\277\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbf3d9c0618}, __invoker_ = {__call_ = 0x11861080 ::__call_impl, std::__1::function)::$_0, bool ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f100 , 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_ = 0x7fbfc68a04f0 "8964e4a5-a651-4f48-adf2-98956f7e6b11", __size_ = 36, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\360\004\212ƿ\177\000\000$\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fc13cff1bdf "\200Xn\2470C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140461646415088, 36, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507183529560}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x7fc09c08be20}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x7fc255722c00}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c20f000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfd01ee180}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239668463782, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 213983782, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\250\031\377<\301\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc13cff19a8}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:31 #16 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:02:31 sset = {__val = {20484, 0 }} 2025-10-03 18:02:31 pThreadImpl = 2025-10-03 18:02:31 pData = {_ptr = 0x7fc2538bf480} 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 #17 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #18 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 2025-10-03 18:02:31 Thread 715 (Thread 0x7fc13c1ff640 (LWP 177) "clickhouse-serv"): 2025-10-03 18:02:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #2 0x0000000017e29b85 in background_thread_sleep (tsdn=0x7fc13c1f45c8, info=0x7fc255817750, interval=5000000000) at /build/contrib/jemalloc/src/background_thread.c:159 2025-10-03 18:02:31 next_wakeup = {ns = 1661202608440, magic = 3098136119} 2025-10-03 18:02:31 ts_wakeup = {ns = 1759507184213976000, magic = 3098136119} 2025-10-03 18:02:31 ts = {tv_sec = 1759507184, tv_nsec = 213976000} 2025-10-03 18:02:31 tv = {tv_sec = 1759507179, tv_usec = 213976} 2025-10-03 18:02:31 before_sleep = {ns = 1759507179213976000, magic = 3098136119} 2025-10-03 18:02:31 ret = 2025-10-03 18:02:31 next_wakeup = 2025-10-03 18:02:31 ts_wakeup = 2025-10-03 18:02:31 ts = 2025-10-03 18:02:31 after_sleep = 2025-10-03 18:02:31 #3 background_work_sleep_once (tsdn=tsdn@entry=0x7fc13c1f45c8, info=info@entry=0x7fc255817750, ind=ind@entry=2) at /build/contrib/jemalloc/src/background_thread.c:229 2025-10-03 18:02:31 ns_until_deferred = 2025-10-03 18:02:31 narenas = 2025-10-03 18:02:31 sleep_ns = 5000000000 2025-10-03 18:02:31 slept_indefinitely = 2025-10-03 18:02:31 #4 0x0000000017e292a5 in background_work (tsd=0x7fc13c1f45c8, ind=2) at /build/contrib/jemalloc/src/background_thread.c:419 2025-10-03 18:02:31 info = 0x7fc255817750 2025-10-03 18:02:31 #5 background_thread_entry (ind_arg=0x2) at /build/contrib/jemalloc/src/background_thread.c:444 2025-10-03 18:02:31 thread_ind = 2 2025-10-03 18:02:31 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 2025-10-03 18:02:31 Thread 714 (Thread 0x7fc13b9fe640 (LWP 178) "TCPHandler"): 2025-10-03 18:02:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #2 0x0000000016483642 in Poco::EventImpl::waitImpl (this=0x7fc25389f188) at /build/base/poco/Foundation/src/Event_POSIX.cpp:94 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #3 0x00000000164d5cf8 in Poco::Event::wait (this=0x7fc25389f188) at /build/base/poco/Foundation/include/Poco/Event.h:92 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #4 Poco::PooledThread::run (this=0x7fc25389f080) at /build/base/poco/Foundation/src/ThreadPool.cpp:197 2025-10-03 18:02:31 thread_status = { = { = {}, }, thread_id = 178, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ac00000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ac00000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc13b9f19b8, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -2140894, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\207f\345\277\177\000\000ed\000\206\300\177\000", __large = 0x7fbfe5668700}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13b9f1b97 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\006\273ƿ\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfc6bb0618}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfe559c6b0 "", __size_ = 0, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\260\306Y\345\277\177\000\000\000\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fc13b9f1bdf "\200\362\250\317\347B@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140462163347120, 0, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759505961429234}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ac0f000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfe535b700}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239668463782, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\250\031\237;\301\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc13b9f19a8}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:31 #5 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:02:31 sset = {__val = {20484, 0 }} 2025-10-03 18:02:31 pThreadImpl = 2025-10-03 18:02:31 pData = {_ptr = 0x7fc2538bf600} 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 exc = 2025-10-03 18:02:31 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 2025-10-03 18:02:31 Thread 713 (Thread 0x7fc13abff640 (LWP 179) "BgBufSchPool"): 2025-10-03 18:02:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:31 ec = 2025-10-03 18:02:31 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:31 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:31 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:31 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314da30) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:31 thread_status = { = { = {}, }, thread_id = 179, os_thread_priority = 0, performance_counters = {counters = 0x7fc1365ff000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1365ff000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc13abf2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\366\277:\301\177\000\0000+\277:\301\177\000", __large = 0x7fc13abff640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13abf2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13abf2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13660e000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`.\022S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:31 function = {this = 0x7fc25313e900} 2025-10-03 18:02:31 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:31 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:31 No locals. 2025-10-03 18:02: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=0x7fc25314da30) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:31 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:31 __f = 0x7fc25314da30 2025-10-03 18:02:31 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc13abf2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #16 std::__1::function::operator() (this=0x7fc13abf2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc253122e60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\332\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc25314da30}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13abf2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239465188939, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:31 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc13abf2b16}} 2025-10-03 18:02: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_ = 0x7fc13abf2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:31 _allocations_flag_prev_val759 = 2025-10-03 18:02:31 _allocations_flag_prev_val659 = false 2025-10-03 18:02:31 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc13abf2b17}} 2025-10-03 18:02:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:31 job_is_done = 2025-10-03 18:02:31 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:31 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2b60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:31 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 2025-10-03 18:02:31 Thread 712 (Thread 0x7fc13a3fe640 (LWP 180) "BgBufSchPool"): 2025-10-03 18:02:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:31 No symbol table info available. 2025-10-03 18:02:31 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:31 ec = 2025-10-03 18:02:31 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:31 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:31 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:31 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314ddf0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:31 thread_status = { = { = {}, }, thread_id = 180, os_thread_priority = 0, performance_counters = {counters = 0x7fc135800000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135800000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc13a3f1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\346?:\301\177\000\0000\033?:\301\177\000", __large = 0x7fc13a3fe640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13a3f1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13a3f1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13580f000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340+\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:31 function = {this = 0x7fc25313e900} 2025-10-03 18:02:31 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:31 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:31 No locals. 2025-10-03 18:02: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=0x7fc25314ddf0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:31 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:31 __f = 0x7fc25314ddf0 2025-10-03 18:02:31 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc13a3f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #16 std::__1::function::operator() (this=0x7fc13a3f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:31 No locals. 2025-10-03 18:02:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2be0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\335\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc25314ddf0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc13a3f1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239465240966, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:31 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc13a3f1b16}} 2025-10-03 18:02: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_ = 0x7fc13a3f1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:32 _allocations_flag_prev_val759 = 2025-10-03 18:02:32 _allocations_flag_prev_val659 = false 2025-10-03 18:02:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc13a3f1b17}} 2025-10-03 18:02:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_is_done = 2025-10-03 18:02:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2c20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 2025-10-03 18:02:32 Thread 711 (Thread 0x7fc139bfd640 (LWP 181) "BgBufSchPool"): 2025-10-03 18:02:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:32 ec = 2025-10-03 18:02:32 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:32 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:32 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314cf80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:32 thread_status = { = { = {}, }, thread_id = 181, os_thread_priority = 0, performance_counters = {counters = 0x7fc135201000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135201000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc139bf0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@ֿ9\301\177\000\0000\v\2779\301\177\000", __large = 0x7fc139bfd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc139bf0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc139bf0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135210000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:32 function = {this = 0x7fc25313e900} 2025-10-03 18:02:32 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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=0x7fc25314cf80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:32 __f = 0x7fc25314cf80 2025-10-03 18:02:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc139bf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #16 std::__1::function::operator() (this=0x7fc139bf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2ca0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\317\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc25314cf80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc139bf0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239465279438, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc139bf0b16}} 2025-10-03 18:02: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_ = 0x7fc139bf0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:32 _allocations_flag_prev_val759 = 2025-10-03 18:02:32 _allocations_flag_prev_val659 = false 2025-10-03 18:02:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc139bf0b17}} 2025-10-03 18:02:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_is_done = 2025-10-03 18:02:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2ce0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 2025-10-03 18:02:32 Thread 710 (Thread 0x7fc1393fc640 (LWP 182) "BgBufSchPool"): 2025-10-03 18:02:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:32 ec = 2025-10-03 18:02:32 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:32 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:32 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148720) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:32 thread_status = { = { = {}, }, thread_id = 182, os_thread_priority = 0, performance_counters = {counters = 0x7fc134e01000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134e01000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1393ef848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\306?9\301\177\000\0000\373>9\301\177\000", __large = 0x7fc1393fc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1393efa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1393efa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134e10000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`-\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:32 function = {this = 0x7fc25313e900} 2025-10-03 18:02:32 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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=0x7fc253148720) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:32 __f = 0x7fc253148720 2025-10-03 18:02:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1393efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #16 std::__1::function::operator() (this=0x7fc1393efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2d60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \207\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc253148720}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1393efc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239465333279, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1393efb16}} 2025-10-03 18:02: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_ = 0x7fc1393efcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:32 _allocations_flag_prev_val759 = 2025-10-03 18:02:32 _allocations_flag_prev_val659 = false 2025-10-03 18:02:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1393efb17}} 2025-10-03 18:02:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_is_done = 2025-10-03 18:02:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2da0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 2025-10-03 18:02:32 Thread 709 (Thread 0x7fc138bfb640 (LWP 183) "BgBufSchPool"): 2025-10-03 18:02:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:32 ec = 2025-10-03 18:02:32 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:32 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:32 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc2531483f0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:32 thread_status = { = { = {}, }, thread_id = 183, os_thread_priority = 0, performance_counters = {counters = 0x7fc134601000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134601000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc138bee848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\266\2778\301\177\000\0000\353\2768\301\177\000", __large = 0x7fc138bfb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc138beea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc138beea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134610000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 .\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:32 function = {this = 0x7fc25313e900} 2025-10-03 18:02:32 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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=0x7fc2531483f0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:32 __f = 0x7fc2531483f0 2025-10-03 18:02:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc138beeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #16 std::__1::function::operator() (this=0x7fc138beeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2e20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\203\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc2531483f0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc138beec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239465443756, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc138beeb16}} 2025-10-03 18:02: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_ = 0x7fc138beecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:32 _allocations_flag_prev_val759 = 2025-10-03 18:02:32 _allocations_flag_prev_val659 = false 2025-10-03 18:02:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc138beeb17}} 2025-10-03 18:02:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_is_done = 2025-10-03 18:02:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2e60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 2025-10-03 18:02:32 Thread 708 (Thread 0x7fc1383fa640 (LWP 184) "BgBufSchPool"): 2025-10-03 18:02:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:32 ec = 2025-10-03 18:02:32 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:32 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:32 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314dca0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:32 thread_status = { = { = {}, }, thread_id = 184, os_thread_priority = 0, performance_counters = {counters = 0x7fc134a01000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134a01000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1383ed848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\246?8\301\177\000\0000\333>8\301\177\000", __large = 0x7fc1383fa640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1383eda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1383eda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134a10000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340.\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:32 function = {this = 0x7fc25313e900} 2025-10-03 18:02:32 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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=0x7fc25314dca0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:32 __f = 0x7fc25314dca0 2025-10-03 18:02:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1383edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #16 std::__1::function::operator() (this=0x7fc1383edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2ee0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\334\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc25314dca0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1383edc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239465494220, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1383edb16}} 2025-10-03 18:02: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_ = 0x7fc1383edcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:32 _allocations_flag_prev_val759 = 2025-10-03 18:02:32 _allocations_flag_prev_val659 = false 2025-10-03 18:02:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1383edb17}} 2025-10-03 18:02:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_is_done = 2025-10-03 18:02:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2c00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 2025-10-03 18:02:32 Thread 707 (Thread 0x7fc1377ff640 (LWP 185) "BgBufSchPool"): 2025-10-03 18:02:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:32 ec = 2025-10-03 18:02:32 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:32 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:32 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148c90) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:32 thread_status = { = { = {}, }, thread_id = 185, os_thread_priority = 0, performance_counters = {counters = 0x7fc134201000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134201000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1377f2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\366\1777\301\177\000\0000+\1777\301\177\000", __large = 0x7fc1377ff640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1377f2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1377f2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134210000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@,\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:32 function = {this = 0x7fc25313e900} 2025-10-03 18:02:32 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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=0x7fc253148c90) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:32 __f = 0x7fc253148c90 2025-10-03 18:02:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1377f2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #16 std::__1::function::operator() (this=0x7fc1377f2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2c40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\214\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc253148c90}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1377f2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239465634123, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1377f2b16}} 2025-10-03 18:02: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_ = 0x7fc1377f2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:32 _allocations_flag_prev_val759 = 2025-10-03 18:02:32 _allocations_flag_prev_val659 = false 2025-10-03 18:02:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1377f2b17}} 2025-10-03 18:02:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_is_done = 2025-10-03 18:02:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2c80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 2025-10-03 18:02:32 Thread 706 (Thread 0x7fc136ffe640 (LWP 186) "BgBufSchPool"): 2025-10-03 18:02:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:32 ec = 2025-10-03 18:02:32 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:32 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:32 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314d130) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:32 thread_status = { = { = {}, }, thread_id = 186, os_thread_priority = 0, performance_counters = {counters = 0x7fc253287000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc253287000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc136ff1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\346\3776\301\177\000\0000\033\3776\301\177\000", __large = 0x7fc136ffe640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc136ff1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc136ff1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc253149050}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300,\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:32 function = {this = 0x7fc25313e900} 2025-10-03 18:02:32 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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=0x7fc25314d130) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:32 __f = 0x7fc25314d130 2025-10-03 18:02:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc136ff1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #16 std::__1::function::operator() (this=0x7fc136ff1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2cc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\321\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc25314d130}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc136ff1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239465748548, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc136ff1b16}} 2025-10-03 18:02: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_ = 0x7fc136ff1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:32 _allocations_flag_prev_val759 = 2025-10-03 18:02:32 _allocations_flag_prev_val659 = false 2025-10-03 18:02:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc136ff1b17}} 2025-10-03 18:02:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_is_done = 2025-10-03 18:02:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2d00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 2025-10-03 18:02:32 Thread 705 (Thread 0x7fc1361ff640 (LWP 187) "BgBufSchPool"): 2025-10-03 18:02:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:32 ec = 2025-10-03 18:02:32 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:32 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:32 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314da60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:32 thread_status = { = { = {}, }, thread_id = 187, os_thread_priority = 0, performance_counters = {counters = 0x7fc1321fe000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1321fe000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1361f2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\366\0376\301\177\000\0000+\0376\301\177\000", __large = 0x7fc1361ff640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1361f2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1361f2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13220d000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@-\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:32 function = {this = 0x7fc25313e900} 2025-10-03 18:02:32 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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=0x7fc25314da60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:32 __f = 0x7fc25314da60 2025-10-03 18:02:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1361f2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #16 std::__1::function::operator() (this=0x7fc1361f2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2d40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\332\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc25314da60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1361f2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239465977036, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1361f2b16}} 2025-10-03 18:02: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_ = 0x7fc1361f2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:32 _allocations_flag_prev_val759 = 2025-10-03 18:02:32 _allocations_flag_prev_val659 = false 2025-10-03 18:02:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1361f2b17}} 2025-10-03 18:02:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_is_done = 2025-10-03 18:02:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2d80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 2025-10-03 18:02:32 Thread 704 (Thread 0x7fc133bff640 (LWP 188) "BgBufSchPool"): 2025-10-03 18:02:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:32 ec = 2025-10-03 18:02:32 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:32 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:32 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148780) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:32 thread_status = { = { = {}, }, thread_id = 188, os_thread_priority = 0, performance_counters = {counters = 0x7fc131ffe000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc131ffe000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc133bf2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\366\2773\301\177\000\0000+\2773\301\177\000", __large = 0x7fc133bff640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc133bf2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc133bf2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13200d000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300-\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:32 function = {this = 0x7fc25313e900} 2025-10-03 18:02:32 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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=0x7fc253148780) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:32 __f = 0x7fc253148780 2025-10-03 18:02:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc133bf2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #16 std::__1::function::operator() (this=0x7fc133bf2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2dc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\207\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc253148780}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc133bf2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239467198136, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc133bf2b16}} 2025-10-03 18:02: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_ = 0x7fc133bf2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:32 _allocations_flag_prev_val759 = 2025-10-03 18:02:32 _allocations_flag_prev_val659 = false 2025-10-03 18:02:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc133bf2b17}} 2025-10-03 18:02:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_is_done = 2025-10-03 18:02:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2e40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 2025-10-03 18:02:32 Thread 703 (Thread 0x7fc1333fe640 (LWP 189) "BgBufSchPool"): 2025-10-03 18:02:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:32 No symbol table info available. 2025-10-03 18:02:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:32 ec = 2025-10-03 18:02:32 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:32 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:32 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314da90) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:32 thread_status = { = { = {}, }, thread_id = 189, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d01c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d01c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1333f1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\346?3\301\177\000\0000\033?3\301\177\000", __large = 0x7fc1333fe640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1333f1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1333f1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d00f2c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300*\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:32 function = {this = 0x7fc25313e900} 2025-10-03 18:02:32 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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=0x7fc25314da90) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:32 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:32 __f = 0x7fc25314da90 2025-10-03 18:02:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1333f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #16 std::__1::function::operator() (this=0x7fc1333f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:32 No locals. 2025-10-03 18:02:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2ac0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\332\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc25314da90}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1333f1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239467383985, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1333f1b16}} 2025-10-03 18:02: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_ = 0x7fc1333f1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:32 _allocations_flag_prev_val759 = 2025-10-03 18:02:32 _allocations_flag_prev_val659 = false 2025-10-03 18:02:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1333f1b17}} 2025-10-03 18:02:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:32 job_is_done = 2025-10-03 18:02:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2f00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 2025-10-03 18:02:33 Thread 702 (Thread 0x7fc132bfd640 (LWP 190) "BgBufSchPool"): 2025-10-03 18:02:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:33 ec = 2025-10-03 18:02:33 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:33 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:33 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314da00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:33 thread_status = { = { = {}, }, thread_id = 190, os_thread_priority = 0, performance_counters = {counters = 0x7fc13dd61000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13dd61000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc132bf0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@ֿ2\301\177\000\0000\v\2772\301\177\000", __large = 0x7fc132bfd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc132bf0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc132bf0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13dc112c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@/\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:33 function = {this = 0x7fc25313e900} 2025-10-03 18:02:33 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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=0x7fc25314da00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:33 __f = 0x7fc25314da00 2025-10-03 18:02:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc132bf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #16 std::__1::function::operator() (this=0x7fc132bf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2f40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\332\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc25314da00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc132bf0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239467501856, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc132bf0b16}} 2025-10-03 18:02: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_ = 0x7fc132bf0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:33 _allocations_flag_prev_val759 = 2025-10-03 18:02:33 _allocations_flag_prev_val659 = false 2025-10-03 18:02:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc132bf0b17}} 2025-10-03 18:02:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_is_done = 2025-10-03 18:02:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2f60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 2025-10-03 18:02:33 Thread 701 (Thread 0x7fc131ffc640 (LWP 191) "BgBufSchPool"): 2025-10-03 18:02:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:33 ec = 2025-10-03 18:02:33 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:33 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:33 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314dc40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:33 thread_status = { = { = {}, }, thread_id = 191, os_thread_priority = 0, performance_counters = {counters = 0x7fc255697000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc255697000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc131fef848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\306\3771\301\177\000\0000\373\3761\301\177\000", __large = 0x7fc131ffc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc131fefa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc131fefa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2556a6000}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239876468587, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240/\\T\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:33 function = {this = 0x7fc25313e900} 2025-10-03 18:02:33 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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=0x7fc25314dc40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:33 __f = 0x7fc25314dc40 2025-10-03 18:02:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc131fefba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #16 std::__1::function::operator() (this=0x7fc131fefba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2545c2fa0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\334\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc25314dc40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc131fefc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239467584140, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc131fefb16}} 2025-10-03 18:02: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_ = 0x7fc131fefcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:33 _allocations_flag_prev_val759 = 2025-10-03 18:02:33 _allocations_flag_prev_val659 = false 2025-10-03 18:02:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc131fefb17}} 2025-10-03 18:02:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_is_done = 2025-10-03 18:02:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2545c2fc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 2025-10-03 18:02:33 Thread 700 (Thread 0x7fc1317fb640 (LWP 192) "BgBufSchPool"): 2025-10-03 18:02:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:33 ec = 2025-10-03 18:02:33 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:33 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:33 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc2531488d0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:33 thread_status = { = { = {}, }, thread_id = 192, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ac1d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ac1d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1317ee848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\266\1771\301\177\000\0000\353~1\301\177\000", __large = 0x7fc1317fb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1317eea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1317eea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ac102c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000&\022S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:33 function = {this = 0x7fc25313e900} 2025-10-03 18:02:33 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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=0x7fc2531488d0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:33 __f = 0x7fc2531488d0 2025-10-03 18:02:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1317eeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #16 std::__1::function::operator() (this=0x7fc1317eeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc253122600) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "Ј\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc2531488d0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1317eec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239467917937, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1317eeb16}} 2025-10-03 18:02: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_ = 0x7fc1317eecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:33 _allocations_flag_prev_val759 = 2025-10-03 18:02:33 _allocations_flag_prev_val659 = false 2025-10-03 18:02:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1317eeb17}} 2025-10-03 18:02:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_is_done = 2025-10-03 18:02:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc253122a20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 2025-10-03 18:02:33 Thread 699 (Thread 0x7fc130bff640 (LWP 193) "BgBufSchPool"): 2025-10-03 18:02:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:33 ec = 2025-10-03 18:02:33 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:33 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:33 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25312f830) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:33 thread_status = { = { = {}, }, thread_id = 193, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c21d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c21d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc130bf2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\366\2770\301\177\000\0000+\2770\301\177\000", __large = 0x7fc130bff640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc130bf2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc130bf2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c2102c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340.\022S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:33 function = {this = 0x7fc25313e900} 2025-10-03 18:02:33 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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=0x7fc25312f830) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:33 __f = 0x7fc25312f830 2025-10-03 18:02:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc130bf2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #16 std::__1::function::operator() (this=0x7fc130bf2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc253122ee0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\370\022S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc25312f830}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc130bf2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239468103184, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc130bf2b16}} 2025-10-03 18:02: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_ = 0x7fc130bf2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:33 _allocations_flag_prev_val759 = 2025-10-03 18:02:33 _allocations_flag_prev_val659 = false 2025-10-03 18:02:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc130bf2b17}} 2025-10-03 18:02:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_is_done = 2025-10-03 18:02:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc253122f00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 2025-10-03 18:02:33 Thread 698 (Thread 0x7fc1303fe640 (LWP 194) "BgBufSchPool"): 2025-10-03 18:02:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e930, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #3 std::__1::condition_variable::wait (this=0x7fc25313e930, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:33 ec = 2025-10-03 18:02:33 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e908, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:33 tasks_lock = {__m_ = 0x7fc25313e938, __owns_ = true} 2025-10-03 18:02:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:33 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148810) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:33 thread_status = { = { = {}, }, thread_id = 194, os_thread_priority = 0, performance_counters = {counters = 0x7fc25329f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc25329f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1303f1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\346?0\301\177\000\0000\033?0\301\177\000", __large = 0x7fc1303fe640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1303f1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1303f1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc25314a310}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200/\022S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:33 function = {this = 0x7fc25313e900} 2025-10-03 18:02:33 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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=0x7fc253148810) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:33 __f = 0x7fc253148810 2025-10-03 18:02:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1303f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #16 std::__1::function::operator() (this=0x7fc1303f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc253122f80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\210\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc253148810}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1303f1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239468258215, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1303f1b16}} 2025-10-03 18:02: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_ = 0x7fc1303f1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:33 _allocations_flag_prev_val759 = 2025-10-03 18:02:33 _allocations_flag_prev_val659 = false 2025-10-03 18:02:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1303f1b17}} 2025-10-03 18:02:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_is_done = 2025-10-03 18:02:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc253122fa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 2025-10-03 18:02:33 Thread 697 (Thread 0x7fc12fbfd640 (LWP 195) "BgBufSchPool/D"): 2025-10-03 18:02:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e9d0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #3 std::__1::condition_variable::wait (this=0x7fc25313e9d0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:33 ec = 2025-10-03 18:02:33 #4 0x000000001096a71f in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x7fc25313e900) at /build/src/Core/BackgroundSchedulePool.cpp:334 2025-10-03 18:02:33 min_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759505762896312} 2025-10-03 18:02:33 current_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 140472638502176} 2025-10-03 18:02:33 lock = {__m_ = 0x7fc25313e9d8, __owns_ = true} 2025-10-03 18:02:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:33 found = false 2025-10-03 18:02:33 #5 0x000000001096ad67 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:172 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #6 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #7 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x7fc253148330) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:33 thread_status = { = { = {}, }, thread_id = 195, os_thread_priority = 0, performance_counters = {counters = 0x7fc13521d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13521d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12fbf0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@ֿ/\301\177\000\0000\v\277/\301\177\000", __large = 0x7fc12fbfd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12fbf0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12fbf0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1352112c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\020\035S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:33 function = {this = 0x7fc25313e900} 2025-10-03 18:02:33 arguments = 2025-10-03 18:02:33 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #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=0x7fc253148330) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:33 __f = 0x7fc253148330 2025-10-03 18:02:33 #14 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12fbf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #15 std::__1::function::operator() (this=0x7fc12fbf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2531d1000) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\203\024S\302\177\000\000`+\\T\302\177\000", __large = 0x7fc253148330}, __invoker_ = {__call_ = 0x1096ad20 ::__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_ = 0x18b052f0 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12fbf0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239468411502, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12fbf0b16}} 2025-10-03 18:02: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_ = 0x7fc12fbf0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:33 _allocations_flag_prev_val759 = 2025-10-03 18:02:33 _allocations_flag_prev_val659 = false 2025-10-03 18:02:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12fbf0b17}} 2025-10-03 18:02:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_is_done = 2025-10-03 18:02:33 #17 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2531d1040}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:33 #20 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #21 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 2025-10-03 18:02:33 Thread 696 (Thread 0x7fc12f3fc640 (LWP 196) "BgSchPool"): 2025-10-03 18:02:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:33 ec = 2025-10-03 18:02:33 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:33 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:33 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314dc70) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:33 thread_status = { = { = {}, }, thread_id = 196, os_thread_priority = 0, performance_counters = {counters = 0x7fc134a1d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134a1d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12f3ef848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306?/\301\177\000\0000\373>/\301\177\000", __large = 0x7fc12f3fc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12f3efa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12f3efa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134a112c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\020\035S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:33 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:33 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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=0x7fc25314dc70) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:33 __f = 0x7fc25314dc70 2025-10-03 18:02:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12f3efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #16 std::__1::function::operator() (this=0x7fc12f3efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2531d1080) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\334\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc25314dc70}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12f3efc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239468771848, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12f3efb16}} 2025-10-03 18:02: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_ = 0x7fc12f3efcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:33 _allocations_flag_prev_val759 = 2025-10-03 18:02:33 _allocations_flag_prev_val659 = false 2025-10-03 18:02:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12f3efb17}} 2025-10-03 18:02:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_is_done = 2025-10-03 18:02:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2531d10e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 2025-10-03 18:02:33 Thread 695 (Thread 0x7fc12ebfb640 (LWP 197) "BgSchPool"): 2025-10-03 18:02:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:33 ec = 2025-10-03 18:02:33 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:33 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:33 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148b70) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:33 thread_status = { = { = {}, }, thread_id = 197, os_thread_priority = 0, performance_counters = {counters = 0x7fc134e1d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134e1d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12ebee848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23888, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\277.\301\177\000\0000\353\276.\301\177\000", __large = 0x7fc12ebfb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12ebeea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12ebeea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134e112c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\021\035S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:33 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:33 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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=0x7fc253148b70) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:33 __f = 0x7fc253148b70 2025-10-03 18:02:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12ebeeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #16 std::__1::function::operator() (this=0x7fc12ebeeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2531d11a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\213\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148b70}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12ebeec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239468820890, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12ebeeb16}} 2025-10-03 18:02: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_ = 0x7fc12ebeecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:33 _allocations_flag_prev_val759 = 2025-10-03 18:02:33 _allocations_flag_prev_val659 = false 2025-10-03 18:02:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12ebeeb17}} 2025-10-03 18:02:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_is_done = 2025-10-03 18:02:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2531d1240}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 2025-10-03 18:02:33 Thread 694 (Thread 0x7fc12e3fa640 (LWP 198) "BgSchPool"): 2025-10-03 18:02:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:33 No symbol table info available. 2025-10-03 18:02:33 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:33 ec = 2025-10-03 18:02:33 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:33 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:33 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314deb0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:33 thread_status = { = { = {}, }, thread_id = 198, os_thread_priority = 0, performance_counters = {counters = 0x7fc13661b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13661b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12e3ed848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23360, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246?.\301\177\000\0000\333>.\301\177\000", __large = 0x7fc12e3fa640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12e3eda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12e3eda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13660f2c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\022\035S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:33 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:33 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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=0x7fc25314deb0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:33 __f = 0x7fc25314deb0 2025-10-03 18:02:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12e3edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #16 std::__1::function::operator() (this=0x7fc12e3edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:33 No locals. 2025-10-03 18:02:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2531d12a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\336\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc25314deb0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12e3edc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239468909386, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12e3edb16}} 2025-10-03 18:02: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_ = 0x7fc12e3edcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:33 _allocations_flag_prev_val759 = 2025-10-03 18:02:33 _allocations_flag_prev_val659 = false 2025-10-03 18:02:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12e3edb17}} 2025-10-03 18:02:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:33 job_is_done = 2025-10-03 18:02:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:33 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2531d12e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 2025-10-03 18:02:34 Thread 693 (Thread 0x7fc12dbf9640 (LWP 199) "BgSchPool"): 2025-10-03 18:02:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:34 ec = 2025-10-03 18:02:34 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:34 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:34 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148ab0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:34 thread_status = { = { = {}, }, thread_id = 199, os_thread_priority = 0, performance_counters = {counters = 0x7fc13581c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13581c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12dbec848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 46928, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\277-\301\177\000\0000˾-\301\177\000", __large = 0x7fc12dbf9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12dbeca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12dbeca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1358102c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \023\035S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:34 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:34 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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=0x7fc253148ab0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:34 __f = 0x7fc253148ab0 2025-10-03 18:02:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12dbecba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #16 std::__1::function::operator() (this=0x7fc12dbecba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2531d1320) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\212\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148ab0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12dbecc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239469052945, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12dbecb16}} 2025-10-03 18:02: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_ = 0x7fc12dbeccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:34 _allocations_flag_prev_val759 = 2025-10-03 18:02:34 _allocations_flag_prev_val659 = false 2025-10-03 18:02:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12dbecb17}} 2025-10-03 18:02:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_is_done = 2025-10-03 18:02:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2531d13a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 2025-10-03 18:02:34 Thread 692 (Thread 0x7fc12d3f8640 (LWP 200) "BgSchPool"): 2025-10-03 18:02:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:34 ec = 2025-10-03 18:02:34 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:34 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:34 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148600) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:34 thread_status = { = { = {}, }, thread_id = 200, os_thread_priority = 0, performance_counters = {counters = 0x7fc13461d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13461d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12d3eb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29328, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206?-\301\177\000\0000\273>-\301\177\000", __large = 0x7fc12d3f8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12d3eba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12d3eba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1346112c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\024\035S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:34 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:34 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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=0x7fc253148600) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:34 __f = 0x7fc253148600 2025-10-03 18:02:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12d3ebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #16 std::__1::function::operator() (this=0x7fc12d3ebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2531d1440) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\206\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148600}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12d3ebc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239469156099, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12d3ebb16}} 2025-10-03 18:02: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_ = 0x7fc12d3ebcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:34 _allocations_flag_prev_val759 = 2025-10-03 18:02:34 _allocations_flag_prev_val659 = false 2025-10-03 18:02:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12d3ebb17}} 2025-10-03 18:02:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_is_done = 2025-10-03 18:02:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2531d14a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 2025-10-03 18:02:34 Thread 691 (Thread 0x7fc12cbf7640 (LWP 201) "BgSchPool"): 2025-10-03 18:02:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:34 ec = 2025-10-03 18:02:34 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:34 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:34 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314d790) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:34 thread_status = { = { = {}, }, thread_id = 201, os_thread_priority = 0, performance_counters = {counters = 0x7fc13421d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13421d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12cbea848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19104, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\277,\301\177\000\0000\253\276,\301\177\000", __large = 0x7fc12cbf7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12cbeaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12cbeaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1342112c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\025\035S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:34 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:34 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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=0x7fc25314d790) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:34 __f = 0x7fc25314d790 2025-10-03 18:02:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12cbeaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #16 std::__1::function::operator() (this=0x7fc12cbeaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2531d15a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\327\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc25314d790}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12cbeac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239469317301, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12cbeab16}} 2025-10-03 18:02: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_ = 0x7fc12cbeacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:34 _allocations_flag_prev_val759 = 2025-10-03 18:02:34 _allocations_flag_prev_val659 = false 2025-10-03 18:02:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12cbeab17}} 2025-10-03 18:02:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_is_done = 2025-10-03 18:02:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09000}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 2025-10-03 18:02:34 Thread 690 (Thread 0x7fc12c3f6640 (LWP 202) "BgSchPool"): 2025-10-03 18:02:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:34 ec = 2025-10-03 18:02:34 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:34 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:34 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148990) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:34 thread_status = { = { = {}, }, thread_id = 202, os_thread_priority = 0, performance_counters = {counters = 0x7fc13221a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13221a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12c3e9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20448, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f?,\301\177\000\0000\233>,\301\177\000", __large = 0x7fc12c3f6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12c3e9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12c3e9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13220e2c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\220\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:34 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:34 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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=0x7fc253148990) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:34 __f = 0x7fc253148990 2025-10-03 18:02:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12c3e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #16 std::__1::function::operator() (this=0x7fc12c3e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09040) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\211\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148990}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12c3e9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239469494593, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12c3e9b16}} 2025-10-03 18:02: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_ = 0x7fc12c3e9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:34 _allocations_flag_prev_val759 = 2025-10-03 18:02:34 _allocations_flag_prev_val659 = false 2025-10-03 18:02:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12c3e9b17}} 2025-10-03 18:02:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_is_done = 2025-10-03 18:02:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09060}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 2025-10-03 18:02:34 Thread 689 (Thread 0x7fc12bbf5640 (LWP 203) "BgSchPool"): 2025-10-03 18:02:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:34 ec = 2025-10-03 18:02:34 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:34 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:34 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148030) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:34 thread_status = { = { = {}, }, thread_id = 203, os_thread_priority = 0, performance_counters = {counters = 0x7fc13dd7a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13dd7a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12bbe8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21344, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\277+\301\177\000\0000\213\276+\301\177\000", __large = 0x7fc12bbf5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12bbe8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12bbe8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13dc12580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\220\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:34 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:34 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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=0x7fc253148030) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:34 __f = 0x7fc253148030 2025-10-03 18:02:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12bbe8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #16 std::__1::function::operator() (this=0x7fc12bbe8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e090a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\200\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148030}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12bbe8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239469693176, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12bbe8b16}} 2025-10-03 18:02: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_ = 0x7fc12bbe8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:34 _allocations_flag_prev_val759 = 2025-10-03 18:02:34 _allocations_flag_prev_val659 = false 2025-10-03 18:02:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12bbe8b17}} 2025-10-03 18:02:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_is_done = 2025-10-03 18:02:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e090c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 2025-10-03 18:02:34 Thread 688 (Thread 0x7fc12b3f4640 (LWP 204) "BgSchPool"): 2025-10-03 18:02:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:34 ec = 2025-10-03 18:02:34 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:34 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:34 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314d4c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:34 thread_status = { = { = {}, }, thread_id = 204, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d035000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d035000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12b3e7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 37664, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F?+\301\177\000\0000{>+\301\177\000", __large = 0x7fc12b3f4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12b3e7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12b3e7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d010580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\221\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:34 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:34 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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=0x7fc25314d4c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:34 __f = 0x7fc25314d4c0 2025-10-03 18:02:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12b3e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #16 std::__1::function::operator() (this=0x7fc12b3e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09100) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\324\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc25314d4c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12b3e7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239469877632, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12b3e7b16}} 2025-10-03 18:02: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_ = 0x7fc12b3e7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:34 _allocations_flag_prev_val759 = 2025-10-03 18:02:34 _allocations_flag_prev_val659 = false 2025-10-03 18:02:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12b3e7b17}} 2025-10-03 18:02:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_is_done = 2025-10-03 18:02:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09120}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 2025-10-03 18:02:34 Thread 687 (Thread 0x7fc12abf3640 (LWP 205) "BgSchPool"): 2025-10-03 18:02:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:34 ec = 2025-10-03 18:02:34 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:34 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:34 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148180) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:34 thread_status = { = { = {}, }, thread_id = 205, os_thread_priority = 0, performance_counters = {counters = 0x7fc255723000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc255723000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12abe6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35840, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\277*\301\177\000\0000k\276*\301\177\000", __large = 0x7fc12abf3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12abe6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12abe6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2556a72c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\221\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:34 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:34 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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=0x7fc253148180) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:34 __f = 0x7fc253148180 2025-10-03 18:02:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12abe6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #16 std::__1::function::operator() (this=0x7fc12abe6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09160) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\201\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148180}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12abe6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239469997567, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12abe6b16}} 2025-10-03 18:02: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_ = 0x7fc12abe6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:34 _allocations_flag_prev_val759 = 2025-10-03 18:02:34 _allocations_flag_prev_val659 = false 2025-10-03 18:02:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12abe6b17}} 2025-10-03 18:02:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_is_done = 2025-10-03 18:02:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09180}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 2025-10-03 18:02:34 Thread 686 (Thread 0x7fc12a3f2640 (LWP 206) "BgSchPool"): 2025-10-03 18:02:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:34 ec = 2025-10-03 18:02:34 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:34 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:34 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148300) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:34 thread_status = { = { = {}, }, thread_id = 206, os_thread_priority = 0, performance_counters = {counters = 0x7fc13201a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13201a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc12a3e5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 37248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&?*\301\177\000\0000[>*\301\177\000", __large = 0x7fc12a3f2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12a3e5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12a3e5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13200e2c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\221\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:34 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:34 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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=0x7fc253148300) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:34 __f = 0x7fc253148300 2025-10-03 18:02:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc12a3e5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #16 std::__1::function::operator() (this=0x7fc12a3e5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e091c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\203\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148300}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc12a3e5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239470073800, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc12a3e5b16}} 2025-10-03 18:02: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_ = 0x7fc12a3e5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:34 _allocations_flag_prev_val759 = 2025-10-03 18:02:34 _allocations_flag_prev_val659 = false 2025-10-03 18:02:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc12a3e5b17}} 2025-10-03 18:02:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_is_done = 2025-10-03 18:02:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e091e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 2025-10-03 18:02:34 Thread 685 (Thread 0x7fc129bf1640 (LWP 207) "BgSchPool"): 2025-10-03 18:02:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:34 No symbol table info available. 2025-10-03 18:02:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:34 ec = 2025-10-03 18:02:34 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:34 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:34 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc2531483c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:34 thread_status = { = { = {}, }, thread_id = 207, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ac36000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ac36000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc129be4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\277)\301\177\000\0000K\276)\301\177\000", __large = 0x7fc129bf1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc129be4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc129be4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ac11580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \222\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:34 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:34 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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=0x7fc2531483c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:34 __f = 0x7fc2531483c0 2025-10-03 18:02:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc129be4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #16 std::__1::function::operator() (this=0x7fc129be4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09220) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\203\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc2531483c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc129be4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239470174449, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc129be4b16}} 2025-10-03 18:02: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_ = 0x7fc129be4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:34 _allocations_flag_prev_val759 = 2025-10-03 18:02:34 _allocations_flag_prev_val659 = false 2025-10-03 18:02:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc129be4b17}} 2025-10-03 18:02:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:34 job_is_done = 2025-10-03 18:02:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:34 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:34 No locals. 2025-10-03 18:02:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09240}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:35 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 2025-10-03 18:02:35 Thread 684 (Thread 0x7fc1293f0640 (LWP 208) "BgSchPool"): 2025-10-03 18:02:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:35 ec = 2025-10-03 18:02:35 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:35 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:35 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148420) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:35 thread_status = { = { = {}, }, thread_id = 208, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c236000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c236000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1293e3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 46224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006?)\301\177\000\0000;>)\301\177\000", __large = 0x7fc1293f0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1293e3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1293e3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c211580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:35 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:35 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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=0x7fc253148420) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:35 __f = 0x7fc253148420 2025-10-03 18:02:35 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1293e3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #16 std::__1::function::operator() (this=0x7fc1293e3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09280) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \204\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148420}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1293e3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239470362441, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1293e3b16}} 2025-10-03 18:02: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_ = 0x7fc1293e3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:35 _allocations_flag_prev_val759 = 2025-10-03 18:02:35 _allocations_flag_prev_val659 = false 2025-10-03 18:02:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1293e3b17}} 2025-10-03 18:02:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_is_done = 2025-10-03 18:02:35 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e092a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:35 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 2025-10-03 18:02:35 Thread 683 (Thread 0x7fc128bef640 (LWP 209) "BgSchPool"): 2025-10-03 18:02:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:35 ec = 2025-10-03 18:02:35 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:35 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:35 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148450) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:35 thread_status = { = { = {}, }, thread_id = 209, os_thread_priority = 0, performance_counters = {counters = 0x7fc134236000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134236000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc128be2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\276(\301\177\000\0000+\276(\301\177\000", __large = 0x7fc128bef640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc128be2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc128be2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134212580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\222\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:35 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:35 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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=0x7fc253148450) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:35 __f = 0x7fc253148450 2025-10-03 18:02:35 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc128be2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #16 std::__1::function::operator() (this=0x7fc128be2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e092e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\204\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148450}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc128be2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239470425530, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc128be2b16}} 2025-10-03 18:02: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_ = 0x7fc128be2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:35 _allocations_flag_prev_val759 = 2025-10-03 18:02:35 _allocations_flag_prev_val659 = false 2025-10-03 18:02:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc128be2b17}} 2025-10-03 18:02:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_is_done = 2025-10-03 18:02:35 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09300}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:35 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 2025-10-03 18:02:35 Thread 682 (Thread 0x7fc1283ee640 (LWP 210) "BgSchPool"): 2025-10-03 18:02:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:35 ec = 2025-10-03 18:02:35 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:35 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:35 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148510) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:35 thread_status = { = { = {}, }, thread_id = 210, os_thread_priority = 0, performance_counters = {counters = 0x7fc134636000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134636000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1283e1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35328, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346>(\301\177\000\0000\033>(\301\177\000", __large = 0x7fc1283ee640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1283e1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1283e1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134612580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\223\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:35 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:35 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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=0x7fc253148510) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:35 __f = 0x7fc253148510 2025-10-03 18:02:35 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1283e1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #16 std::__1::function::operator() (this=0x7fc1283e1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09340) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\205\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148510}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1283e1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239470483939, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1283e1b16}} 2025-10-03 18:02: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_ = 0x7fc1283e1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:35 _allocations_flag_prev_val759 = 2025-10-03 18:02:35 _allocations_flag_prev_val659 = false 2025-10-03 18:02:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1283e1b17}} 2025-10-03 18:02:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_is_done = 2025-10-03 18:02:35 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:35 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 2025-10-03 18:02:35 Thread 681 (Thread 0x7fc127bed640 (LWP 211) "BgSchPool"): 2025-10-03 18:02:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:35 ec = 2025-10-03 18:02:35 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:35 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:35 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc2531485a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:35 thread_status = { = { = {}, }, thread_id = 211, os_thread_priority = 0, performance_counters = {counters = 0x7fc135835000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135835000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc127be0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38032, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@־'\301\177\000\0000\v\276'\301\177\000", __large = 0x7fc127bed640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc127be0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc127be0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135811580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\223\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:35 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:35 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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=0x7fc2531485a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:35 __f = 0x7fc2531485a0 2025-10-03 18:02:35 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc127be0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #16 std::__1::function::operator() (this=0x7fc127be0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e093a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\205\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc2531485a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc127be0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239470528954, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc127be0b16}} 2025-10-03 18:02: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_ = 0x7fc127be0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:35 _allocations_flag_prev_val759 = 2025-10-03 18:02:35 _allocations_flag_prev_val659 = false 2025-10-03 18:02:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc127be0b17}} 2025-10-03 18:02:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_is_done = 2025-10-03 18:02:35 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e093c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:35 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 2025-10-03 18:02:35 Thread 680 (Thread 0x7fc1273ec640 (LWP 212) "BgSchPool"): 2025-10-03 18:02:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:35 ec = 2025-10-03 18:02:35 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:35 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:35 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148630) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:35 thread_status = { = { = {}, }, thread_id = 212, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d051000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d051000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1273df848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21536, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306>'\301\177\000\0000\373='\301\177\000", __large = 0x7fc1273ec640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1273dfa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1273dfa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d044840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:35 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:35 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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=0x7fc253148630) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:35 __f = 0x7fc253148630 2025-10-03 18:02:35 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1273dfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #16 std::__1::function::operator() (this=0x7fc1273dfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09400) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\206\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148630}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1273dfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239470586090, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1273dfb16}} 2025-10-03 18:02: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_ = 0x7fc1273dfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:35 _allocations_flag_prev_val759 = 2025-10-03 18:02:35 _allocations_flag_prev_val659 = false 2025-10-03 18:02:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1273dfb17}} 2025-10-03 18:02:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_is_done = 2025-10-03 18:02:35 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09420}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:35 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 2025-10-03 18:02:35 Thread 679 (Thread 0x7fc126beb640 (LWP 213) "BgSchPool"): 2025-10-03 18:02:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:35 ec = 2025-10-03 18:02:35 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:35 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:35 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148690) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:35 thread_status = { = { = {}, }, thread_id = 213, os_thread_priority = 0, performance_counters = {counters = 0x7fc132233000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132233000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc126bde848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21504, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\276&\301\177\000\0000\353\275&\301\177\000", __large = 0x7fc126beb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc126bdea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc126bdea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13220f580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\224\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:35 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:35 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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=0x7fc253148690) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:35 __f = 0x7fc253148690 2025-10-03 18:02:35 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc126bdeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #16 std::__1::function::operator() (this=0x7fc126bdeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09460) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\206\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148690}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc126bdec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239470744507, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc126bdeb16}} 2025-10-03 18:02: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_ = 0x7fc126bdecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:35 _allocations_flag_prev_val759 = 2025-10-03 18:02:35 _allocations_flag_prev_val659 = false 2025-10-03 18:02:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc126bdeb17}} 2025-10-03 18:02:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_is_done = 2025-10-03 18:02:35 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:35 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 2025-10-03 18:02:35 Thread 678 (Thread 0x7fc1263ea640 (LWP 214) "BgSchPool"): 2025-10-03 18:02:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:35 ec = 2025-10-03 18:02:35 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:35 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:35 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314de20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:35 thread_status = { = { = {}, }, thread_id = 214, os_thread_priority = 0, performance_counters = {counters = 0x7fc25578c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc25578c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1263dd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246>&\301\177\000\0000\333=&\301\177\000", __large = 0x7fc1263ea640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1263dda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1263dda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2556a8580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\224\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:35 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:35 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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=0x7fc25314de20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:35 __f = 0x7fc25314de20 2025-10-03 18:02:35 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1263ddba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #16 std::__1::function::operator() (this=0x7fc1263ddba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e094c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \336\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc25314de20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1263ddc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239471076781, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1263ddb16}} 2025-10-03 18:02: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_ = 0x7fc1263ddcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:35 _allocations_flag_prev_val759 = 2025-10-03 18:02:35 _allocations_flag_prev_val659 = false 2025-10-03 18:02:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1263ddb17}} 2025-10-03 18:02:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_is_done = 2025-10-03 18:02:35 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e094e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:35 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 2025-10-03 18:02:35 Thread 677 (Thread 0x7fc125be9640 (LWP 215) "BgSchPool"): 2025-10-03 18:02:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:35 ec = 2025-10-03 18:02:35 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:35 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:35 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148cf0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:35 thread_status = { = { = {}, }, thread_id = 215, os_thread_priority = 0, performance_counters = {counters = 0x7fc136634000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc136634000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc125bdc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 47088, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\276%\301\177\000\0000˽%\301\177\000", __large = 0x7fc125be9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc125bdca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc125bdca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc136610580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \225\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:35 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:35 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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=0x7fc253148cf0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:35 __f = 0x7fc253148cf0 2025-10-03 18:02:35 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc125bdcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #16 std::__1::function::operator() (this=0x7fc125bdcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09520) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\214\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148cf0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc125bdcc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239471208177, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc125bdcb16}} 2025-10-03 18:02: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_ = 0x7fc125bdccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:35 _allocations_flag_prev_val759 = 2025-10-03 18:02:35 _allocations_flag_prev_val659 = false 2025-10-03 18:02:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc125bdcb17}} 2025-10-03 18:02:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_is_done = 2025-10-03 18:02:35 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09540}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:35 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 2025-10-03 18:02:35 Thread 676 (Thread 0x7fc1253e8640 (LWP 216) "BgSchPool"): 2025-10-03 18:02:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:35 No symbol table info available. 2025-10-03 18:02:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:35 ec = 2025-10-03 18:02:35 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:35 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:35 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc2531488a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:35 thread_status = { = { = {}, }, thread_id = 216, os_thread_priority = 0, performance_counters = {counters = 0x7fc13dd96000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13dd96000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1253db848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20512, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206>%\301\177\000\0000\273=%\301\177\000", __large = 0x7fc1253e8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1253dba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1253dba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13dd89840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239880468679, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\225\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:35 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:35 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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=0x7fc2531488a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:35 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:35 __f = 0x7fc2531488a0 2025-10-03 18:02:35 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1253dbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #16 std::__1::function::operator() (this=0x7fc1253dbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:35 No locals. 2025-10-03 18:02:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09580) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\210\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc2531488a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1253dbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239471441706, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1253dbb16}} 2025-10-03 18:02: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_ = 0x7fc1253dbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:36 _allocations_flag_prev_val759 = 2025-10-03 18:02:36 _allocations_flag_prev_val659 = false 2025-10-03 18:02:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1253dbb17}} 2025-10-03 18:02:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_is_done = 2025-10-03 18:02:36 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e095a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:36 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 2025-10-03 18:02:36 Thread 675 (Thread 0x7fc124be7640 (LWP 217) "BgSchPool"): 2025-10-03 18:02:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:36 ec = 2025-10-03 18:02:36 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:36 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:36 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148900) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:36 thread_status = { = { = {}, }, thread_id = 217, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ac52000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ac52000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc124bda848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31056, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\276$\301\177\000\0000\253\275$\301\177\000", __large = 0x7fc124be7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc124bdaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc124bdaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ac45840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\225\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:36 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:36 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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=0x7fc253148900) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:36 __f = 0x7fc253148900 2025-10-03 18:02:36 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc124bdaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #16 std::__1::function::operator() (this=0x7fc124bdaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e095e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\211\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148900}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc124bdac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239471516656, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc124bdab16}} 2025-10-03 18:02: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_ = 0x7fc124bdacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:36 _allocations_flag_prev_val759 = 2025-10-03 18:02:36 _allocations_flag_prev_val659 = false 2025-10-03 18:02:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc124bdab17}} 2025-10-03 18:02:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_is_done = 2025-10-03 18:02:36 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09600}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:36 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 2025-10-03 18:02:36 Thread 674 (Thread 0x7fc1243e6640 (LWP 218) "BgSchPool"): 2025-10-03 18:02:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:36 ec = 2025-10-03 18:02:36 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:36 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:36 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148930) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:36 thread_status = { = { = {}, }, thread_id = 218, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c252000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c252000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1243d9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27024, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f>$\301\177\000\0000\233=$\301\177\000", __large = 0x7fc1243e6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1243d9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1243d9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c245840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\226\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:36 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:36 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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=0x7fc253148930) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:36 __f = 0x7fc253148930 2025-10-03 18:02:36 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1243d9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #16 std::__1::function::operator() (this=0x7fc1243d9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09640) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\211\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148930}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1243d9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239471677898, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1243d9b16}} 2025-10-03 18:02: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_ = 0x7fc1243d9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:36 _allocations_flag_prev_val759 = 2025-10-03 18:02:36 _allocations_flag_prev_val659 = false 2025-10-03 18:02:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1243d9b17}} 2025-10-03 18:02:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_is_done = 2025-10-03 18:02:36 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:36 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 2025-10-03 18:02:36 Thread 673 (Thread 0x7fc123be5640 (LWP 219) "BgSchPool"): 2025-10-03 18:02:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:36 ec = 2025-10-03 18:02:36 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:36 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:36 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314d880) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:36 thread_status = { = { = {}, }, thread_id = 219, os_thread_priority = 0, performance_counters = {counters = 0x7fc132033000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132033000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc123bd8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\276#\301\177\000\0000\213\275#\301\177\000", __large = 0x7fc123be5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc123bd8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc123bd8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13200f580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\226\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:36 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:36 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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=0x7fc25314d880) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:36 __f = 0x7fc25314d880 2025-10-03 18:02:36 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc123bd8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #16 std::__1::function::operator() (this=0x7fc123bd8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e096a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\330\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc25314d880}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc123bd8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239471761365, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc123bd8b16}} 2025-10-03 18:02: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_ = 0x7fc123bd8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:36 _allocations_flag_prev_val759 = 2025-10-03 18:02:36 _allocations_flag_prev_val659 = false 2025-10-03 18:02:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc123bd8b17}} 2025-10-03 18:02:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_is_done = 2025-10-03 18:02:36 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e096c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:36 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 2025-10-03 18:02:36 Thread 672 (Thread 0x7fc1233e4640 (LWP 220) "BgSchPool"): 2025-10-03 18:02:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:36 ec = 2025-10-03 18:02:36 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:36 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:36 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148240) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:36 thread_status = { = { = {}, }, thread_id = 220, os_thread_priority = 0, performance_counters = {counters = 0x7fc2532ba000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc2532ba000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1233d7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28080, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F>#\301\177\000\0000{=#\301\177\000", __large = 0x7fc1233e4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1233d7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1233d7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2532ae5d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\227\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:36 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:36 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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=0x7fc253148240) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:36 __f = 0x7fc253148240 2025-10-03 18:02:36 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1233d7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #16 std::__1::function::operator() (this=0x7fc1233d7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09700) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\202\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148240}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1233d7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239472037132, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1233d7b16}} 2025-10-03 18:02: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_ = 0x7fc1233d7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:36 _allocations_flag_prev_val759 = 2025-10-03 18:02:36 _allocations_flag_prev_val659 = false 2025-10-03 18:02:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1233d7b17}} 2025-10-03 18:02:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_is_done = 2025-10-03 18:02:36 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09720}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:36 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 2025-10-03 18:02:36 Thread 671 (Thread 0x7fc122be3640 (LWP 221) "BgSchPool"): 2025-10-03 18:02:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:36 ec = 2025-10-03 18:02:36 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:36 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:36 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314dd60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:36 thread_status = { = { = {}, }, thread_id = 221, os_thread_priority = 0, performance_counters = {counters = 0x7fc135236000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135236000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc122bd6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\276\"\301\177\000\0000k\275\"\301\177\000", __large = 0x7fc122be3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc122bd6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc122bd6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135212580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\227\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:36 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:36 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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=0x7fc25314dd60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:36 __f = 0x7fc25314dd60 2025-10-03 18:02:36 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc122bd6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #16 std::__1::function::operator() (this=0x7fc122bd6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09760) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\335\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc25314dd60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc122bd6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239472184909, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc122bd6b16}} 2025-10-03 18:02: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_ = 0x7fc122bd6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:36 _allocations_flag_prev_val759 = 2025-10-03 18:02:36 _allocations_flag_prev_val659 = false 2025-10-03 18:02:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc122bd6b17}} 2025-10-03 18:02:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_is_done = 2025-10-03 18:02:36 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:36 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 2025-10-03 18:02:36 Thread 670 (Thread 0x7fc1223e2640 (LWP 222) "BgSchPool"): 2025-10-03 18:02:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:36 ec = 2025-10-03 18:02:36 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:36 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:36 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148a50) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:36 thread_status = { = { = {}, }, thread_id = 222, os_thread_priority = 0, performance_counters = {counters = 0x7fc134e36000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134e36000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1223d5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 32864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&>\"\301\177\000\0000[=\"\301\177\000", __large = 0x7fc1223e2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1223d5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1223d5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134e12580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\227\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:36 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:36 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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=0x7fc253148a50) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:36 __f = 0x7fc253148a50 2025-10-03 18:02:36 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1223d5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #16 std::__1::function::operator() (this=0x7fc1223d5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e097c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\212\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148a50}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1223d5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239472328438, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1223d5b16}} 2025-10-03 18:02: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_ = 0x7fc1223d5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:36 _allocations_flag_prev_val759 = 2025-10-03 18:02:36 _allocations_flag_prev_val659 = false 2025-10-03 18:02:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1223d5b17}} 2025-10-03 18:02:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_is_done = 2025-10-03 18:02:36 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e097e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:36 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 2025-10-03 18:02:36 Thread 669 (Thread 0x7fc121be1640 (LWP 223) "BgSchPool"): 2025-10-03 18:02:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:36 ec = 2025-10-03 18:02:36 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:36 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:36 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc2531485d0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:36 thread_status = { = { = {}, }, thread_id = 223, os_thread_priority = 0, performance_counters = {counters = 0x7fc134a36000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134a36000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc121bd4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23072, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\276!\301\177\000\0000K\275!\301\177\000", __large = 0x7fc121be1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc121bd4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc121bd4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134a12580}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \230\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:36 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:36 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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=0x7fc2531485d0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:36 __f = 0x7fc2531485d0 2025-10-03 18:02:36 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc121bd4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #16 std::__1::function::operator() (this=0x7fc121bd4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09820) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "Ѕ\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc2531485d0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc121bd4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239472409370, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc121bd4b16}} 2025-10-03 18:02: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_ = 0x7fc121bd4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:36 _allocations_flag_prev_val759 = 2025-10-03 18:02:36 _allocations_flag_prev_val659 = false 2025-10-03 18:02:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc121bd4b17}} 2025-10-03 18:02:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_is_done = 2025-10-03 18:02:36 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:36 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 2025-10-03 18:02:36 Thread 668 (Thread 0x7fc1213e0640 (LWP 224) "BgSchPool"): 2025-10-03 18:02:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:36 ec = 2025-10-03 18:02:36 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:36 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:36 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314dc10) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:36 thread_status = { = { = {}, }, thread_id = 224, os_thread_priority = 0, performance_counters = {counters = 0x7fc135252000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135252000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1213d3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 33744, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006>!\301\177\000\0000;=!\301\177\000", __large = 0x7fc1213e0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1213d3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1213d3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135245840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\230\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:36 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:36 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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=0x7fc25314dc10) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:36 __f = 0x7fc25314dc10 2025-10-03 18:02:36 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1213d3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #16 std::__1::function::operator() (this=0x7fc1213d3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09880) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\334\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc25314dc10}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1213d3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239472553931, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1213d3b16}} 2025-10-03 18:02: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_ = 0x7fc1213d3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:36 _allocations_flag_prev_val759 = 2025-10-03 18:02:36 _allocations_flag_prev_val659 = false 2025-10-03 18:02:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1213d3b17}} 2025-10-03 18:02:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_is_done = 2025-10-03 18:02:36 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e098a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:36 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 2025-10-03 18:02:36 Thread 667 (Thread 0x7fc120bdf640 (LWP 225) "BgSchPool"): 2025-10-03 18:02:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:36 No symbol table info available. 2025-10-03 18:02:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:36 ec = 2025-10-03 18:02:36 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:36 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:36 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148a80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:36 thread_status = { = { = {}, }, thread_id = 225, os_thread_priority = 0, performance_counters = {counters = 0x7fc2532d2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc2532d2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc120bd2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21760, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\275 \301\177\000\0000+\275 \301\177\000", __large = 0x7fc120bdf640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc120bd2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc120bd2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2532af890}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\230\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:36 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:36 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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=0x7fc253148a80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:36 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:36 __f = 0x7fc253148a80 2025-10-03 18:02:36 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc120bd2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #16 std::__1::function::operator() (this=0x7fc120bd2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:36 No locals. 2025-10-03 18:02:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e098e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\212\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148a80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc120bd2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239472630956, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc120bd2b16}} 2025-10-03 18:02: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_ = 0x7fc120bd2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:37 _allocations_flag_prev_val759 = 2025-10-03 18:02:37 _allocations_flag_prev_val659 = false 2025-10-03 18:02:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc120bd2b17}} 2025-10-03 18:02:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_is_done = 2025-10-03 18:02:37 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09900}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:37 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 2025-10-03 18:02:37 Thread 666 (Thread 0x7fc1203de640 (LWP 226) "BgSchPool"): 2025-10-03 18:02:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:37 ec = 2025-10-03 18:02:37 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:37 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:37 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148570) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:37 thread_status = { = { = {}, }, thread_id = 226, os_thread_priority = 0, performance_counters = {counters = 0x7fc134e52000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134e52000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1203d1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28368, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346= \301\177\000\0000\033= \301\177\000", __large = 0x7fc1203de640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1203d1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1203d1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134e45840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\231\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:37 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:37 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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=0x7fc253148570) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:37 __f = 0x7fc253148570 2025-10-03 18:02:37 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1203d1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #16 std::__1::function::operator() (this=0x7fc1203d1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09940) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\205\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148570}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1203d1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239472701468, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1203d1b16}} 2025-10-03 18:02: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_ = 0x7fc1203d1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:37 _allocations_flag_prev_val759 = 2025-10-03 18:02:37 _allocations_flag_prev_val659 = false 2025-10-03 18:02:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1203d1b17}} 2025-10-03 18:02:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_is_done = 2025-10-03 18:02:37 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:37 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 2025-10-03 18:02:37 Thread 665 (Thread 0x7fc11fbdd640 (LWP 227) "BgSchPool"): 2025-10-03 18:02:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:37 ec = 2025-10-03 18:02:37 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:37 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:37 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314db80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:37 thread_status = { = { = {}, }, thread_id = 227, os_thread_priority = 0, performance_counters = {counters = 0x7fc134a52000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134a52000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11fbd0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 36480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ֽ\037\301\177\000\0000\v\275\037\301\177\000", __large = 0x7fc11fbdd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11fbd0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11fbd0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134a45840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\231\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:37 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:37 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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=0x7fc25314db80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:37 __f = 0x7fc25314db80 2025-10-03 18:02:37 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11fbd0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #16 std::__1::function::operator() (this=0x7fc11fbd0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e099a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\333\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc25314db80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11fbd0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239472913726, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11fbd0b16}} 2025-10-03 18:02: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_ = 0x7fc11fbd0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:37 _allocations_flag_prev_val759 = 2025-10-03 18:02:37 _allocations_flag_prev_val659 = false 2025-10-03 18:02:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11fbd0b17}} 2025-10-03 18:02:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_is_done = 2025-10-03 18:02:37 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e099c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:37 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 2025-10-03 18:02:37 Thread 664 (Thread 0x7fc11f3dc640 (LWP 228) "BgSchPool"): 2025-10-03 18:02:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:37 ec = 2025-10-03 18:02:37 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:37 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:37 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148ba0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:37 thread_status = { = { = {}, }, thread_id = 228, os_thread_priority = 0, performance_counters = {counters = 0x7fc136650000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc136650000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11f3cf848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306=\037\301\177\000\0000\373<\037\301\177\000", __large = 0x7fc11f3dc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11f3cfa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11f3cfa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc136643840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\232\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:37 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:37 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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=0x7fc253148ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:37 __f = 0x7fc253148ba0 2025-10-03 18:02:37 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11f3cfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #16 std::__1::function::operator() (this=0x7fc11f3cfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09a00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\213\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148ba0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11f3cfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239473016158, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11f3cfb16}} 2025-10-03 18:02: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_ = 0x7fc11f3cfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:37 _allocations_flag_prev_val759 = 2025-10-03 18:02:37 _allocations_flag_prev_val659 = false 2025-10-03 18:02:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11f3cfb17}} 2025-10-03 18:02:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_is_done = 2025-10-03 18:02:37 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09a20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:37 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 2025-10-03 18:02:37 Thread 663 (Thread 0x7fc11e95b640 (LWP 229) "BgSchPool"): 2025-10-03 18:02:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:37 ec = 2025-10-03 18:02:37 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:37 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:37 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148bd0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:37 thread_status = { = { = {}, }, thread_id = 229, os_thread_priority = 0, performance_counters = {counters = 0x7fc135851000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135851000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11e94e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29616, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\225\036\301\177\000\0000\353\224\036\301\177\000", __large = 0x7fc11e95b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11e94ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11e94ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135844840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\232\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:37 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:37 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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=0x7fc253148bd0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:37 __f = 0x7fc253148bd0 2025-10-03 18:02:37 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11e94eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #16 std::__1::function::operator() (this=0x7fc11e94eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09a60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "Ћ\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148bd0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11e94ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239473173453, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11e94eb16}} 2025-10-03 18:02: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_ = 0x7fc11e94ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:37 _allocations_flag_prev_val759 = 2025-10-03 18:02:37 _allocations_flag_prev_val659 = false 2025-10-03 18:02:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11e94eb17}} 2025-10-03 18:02:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_is_done = 2025-10-03 18:02:37 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09a80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:37 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 2025-10-03 18:02:37 Thread 662 (Thread 0x7fc11e15a640 (LWP 230) "BgSchPool"): 2025-10-03 18:02:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:37 ec = 2025-10-03 18:02:37 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:37 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:37 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148c00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:37 thread_status = { = { = {}, }, thread_id = 230, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ddae000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ddae000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11e14d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 39008, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\025\036\301\177\000\0000\333\024\036\301\177\000", __large = 0x7fc11e15a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11e14da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11e14da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13dd8ab00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\232\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:37 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:37 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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=0x7fc253148c00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:37 __f = 0x7fc253148c00 2025-10-03 18:02:37 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11e14dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #16 std::__1::function::operator() (this=0x7fc11e14dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09ac0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\214\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148c00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11e14dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239473239667, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11e14db16}} 2025-10-03 18:02: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_ = 0x7fc11e14dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:37 _allocations_flag_prev_val759 = 2025-10-03 18:02:37 _allocations_flag_prev_val659 = false 2025-10-03 18:02:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11e14db17}} 2025-10-03 18:02:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_is_done = 2025-10-03 18:02:37 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09ae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:37 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 2025-10-03 18:02:37 Thread 661 (Thread 0x7fc11d959640 (LWP 231) "BgSchPool"): 2025-10-03 18:02:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:37 ec = 2025-10-03 18:02:37 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:37 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:37 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314df40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:37 thread_status = { = { = {}, }, thread_id = 231, os_thread_priority = 0, performance_counters = {counters = 0x7fc13204f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13204f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11d94c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\225\035\301\177\000\0000˔\035\301\177\000", __large = 0x7fc11d959640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11d94ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11d94ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132042840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \233\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:37 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:37 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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=0x7fc25314df40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:37 __f = 0x7fc25314df40 2025-10-03 18:02:37 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11d94cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #16 std::__1::function::operator() (this=0x7fc11d94cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09b20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\337\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc25314df40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11d94cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239473329606, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11d94cb16}} 2025-10-03 18:02: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_ = 0x7fc11d94ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:37 _allocations_flag_prev_val759 = 2025-10-03 18:02:37 _allocations_flag_prev_val659 = false 2025-10-03 18:02:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11d94cb17}} 2025-10-03 18:02:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_is_done = 2025-10-03 18:02:37 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09b40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:37 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 2025-10-03 18:02:37 Thread 660 (Thread 0x7fc11d158640 (LWP 232) "BgSchPool"): 2025-10-03 18:02:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:37 ec = 2025-10-03 18:02:37 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:37 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:37 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148d20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:37 thread_status = { = { = {}, }, thread_id = 232, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ac6a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ac6a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11d14b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20512, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\025\035\301\177\000\0000\273\024\035\301\177\000", __large = 0x7fc11d158640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11d14ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11d14ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ac46b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\233\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:37 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:37 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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=0x7fc253148d20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:37 __f = 0x7fc253148d20 2025-10-03 18:02:37 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11d14bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #16 std::__1::function::operator() (this=0x7fc11d14bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09b80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \215\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148d20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11d14bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239473522067, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11d14bb16}} 2025-10-03 18:02: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_ = 0x7fc11d14bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:37 _allocations_flag_prev_val759 = 2025-10-03 18:02:37 _allocations_flag_prev_val659 = false 2025-10-03 18:02:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11d14bb17}} 2025-10-03 18:02:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_is_done = 2025-10-03 18:02:37 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09ba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:37 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 2025-10-03 18:02:37 Thread 659 (Thread 0x7fc11c957640 (LWP 233) "BgSchPool"): 2025-10-03 18:02:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:37 No symbol table info available. 2025-10-03 18:02:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:37 ec = 2025-10-03 18:02:37 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:37 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:37 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148db0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:37 thread_status = { = { = {}, }, thread_id = 233, os_thread_priority = 0, performance_counters = {counters = 0x7fc13224f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13224f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11c94a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28272, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\225\034\301\177\000\0000\253\224\034\301\177\000", __large = 0x7fc11c957640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11c94aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11c94aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132242840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\233\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:37 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:37 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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=0x7fc253148db0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:37 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:37 __f = 0x7fc253148db0 2025-10-03 18:02:37 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11c94aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #16 std::__1::function::operator() (this=0x7fc11c94aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:37 No locals. 2025-10-03 18:02:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09be0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\215\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148db0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11c94ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239473713977, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11c94ab16}} 2025-10-03 18:02: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_ = 0x7fc11c94acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:37 _allocations_flag_prev_val759 = 2025-10-03 18:02:37 _allocations_flag_prev_val659 = false 2025-10-03 18:02:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11c94ab17}} 2025-10-03 18:02:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_is_done = 2025-10-03 18:02:38 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09c00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:38 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 2025-10-03 18:02:38 Thread 658 (Thread 0x7fc11c156640 (LWP 234) "BgSchPool"): 2025-10-03 18:02:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:38 ec = 2025-10-03 18:02:38 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:38 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:38 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148e10) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:38 thread_status = { = { = {}, }, thread_id = 234, os_thread_priority = 0, performance_counters = {counters = 0x7fc134652000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134652000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11c149848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 55056, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\025\034\301\177\000\0000\233\024\034\301\177\000", __large = 0x7fc11c156640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11c149a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11c149a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134645840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\234\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:38 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:38 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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=0x7fc253148e10) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:38 __f = 0x7fc253148e10 2025-10-03 18:02:38 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11c149ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #16 std::__1::function::operator() (this=0x7fc11c149ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09c40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\216\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148e10}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11c149c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239473895768, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11c149b16}} 2025-10-03 18:02: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_ = 0x7fc11c149caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:38 _allocations_flag_prev_val759 = 2025-10-03 18:02:38 _allocations_flag_prev_val659 = false 2025-10-03 18:02:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11c149b17}} 2025-10-03 18:02:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_is_done = 2025-10-03 18:02:38 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09c60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:38 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 2025-10-03 18:02:38 Thread 657 (Thread 0x7fc11b955640 (LWP 235) "BgSchPool"): 2025-10-03 18:02:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:38 ec = 2025-10-03 18:02:38 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:38 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:38 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148e70) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:38 thread_status = { = { = {}, }, thread_id = 235, os_thread_priority = 0, performance_counters = {counters = 0x7fc134252000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134252000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11b948848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31120, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\225\033\301\177\000\0000\213\224\033\301\177\000", __large = 0x7fc11b955640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11b948a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11b948a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134245840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\234\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:38 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:38 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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=0x7fc253148e70) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:38 __f = 0x7fc253148e70 2025-10-03 18:02:38 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11b948ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #16 std::__1::function::operator() (this=0x7fc11b948ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09ca0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\216\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148e70}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11b948c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239474001877, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11b948b16}} 2025-10-03 18:02: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_ = 0x7fc11b948caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:38 _allocations_flag_prev_val759 = 2025-10-03 18:02:38 _allocations_flag_prev_val659 = false 2025-10-03 18:02:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11b948b17}} 2025-10-03 18:02:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_is_done = 2025-10-03 18:02:38 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09cc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:38 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 2025-10-03 18:02:38 Thread 656 (Thread 0x7fc11b154640 (LWP 236) "BgSchPool"): 2025-10-03 18:02:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:38 ec = 2025-10-03 18:02:38 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:38 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:38 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148ed0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:38 thread_status = { = { = {}, }, thread_id = 236, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c26a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c26a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11b147848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 36224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\025\033\301\177\000\0000{\024\033\301\177\000", __large = 0x7fc11b154640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11b147a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11b147a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c246b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\235\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:38 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:38 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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=0x7fc253148ed0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:38 __f = 0x7fc253148ed0 2025-10-03 18:02:38 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11b147ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #16 std::__1::function::operator() (this=0x7fc11b147ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09d00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "Ў\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148ed0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11b147c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239474117824, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11b147b16}} 2025-10-03 18:02: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_ = 0x7fc11b147caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:38 _allocations_flag_prev_val759 = 2025-10-03 18:02:38 _allocations_flag_prev_val659 = false 2025-10-03 18:02:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11b147b17}} 2025-10-03 18:02:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_is_done = 2025-10-03 18:02:38 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:38 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 2025-10-03 18:02:38 Thread 655 (Thread 0x7fc11a953640 (LWP 237) "BgSchPool"): 2025-10-03 18:02:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:38 ec = 2025-10-03 18:02:38 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:38 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:38 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148f30) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:38 thread_status = { = { = {}, }, thread_id = 237, os_thread_priority = 0, performance_counters = {counters = 0x7fc11e9b4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc11e9b4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11a946848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\225\032\301\177\000\0000k\224\032\301\177\000", __large = 0x7fc11a953640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11a946a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11a946a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc25579b840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\235\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:38 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:38 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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=0x7fc253148f30) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:38 __f = 0x7fc253148f30 2025-10-03 18:02:38 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11a946ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #16 std::__1::function::operator() (this=0x7fc11a946ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09d60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\217\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148f30}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11a946c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239474340371, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11a946b16}} 2025-10-03 18:02: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_ = 0x7fc11a946caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:38 _allocations_flag_prev_val759 = 2025-10-03 18:02:38 _allocations_flag_prev_val659 = false 2025-10-03 18:02:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11a946b17}} 2025-10-03 18:02:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_is_done = 2025-10-03 18:02:38 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09d80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:38 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 2025-10-03 18:02:38 Thread 654 (Thread 0x7fc11a152640 (LWP 238) "BgSchPool"): 2025-10-03 18:02:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:38 ec = 2025-10-03 18:02:38 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:38 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:38 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148f90) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:38 thread_status = { = { = {}, }, thread_id = 238, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d069000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d069000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11a145848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\025\032\301\177\000\0000[\024\032\301\177\000", __large = 0x7fc11a152640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11a145a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11a145a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d045b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\235\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:38 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:38 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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=0x7fc253148f90) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:38 __f = 0x7fc253148f90 2025-10-03 18:02:38 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11a145ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #16 std::__1::function::operator() (this=0x7fc11a145ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09dc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\217\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148f90}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11a145c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239474463553, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11a145b16}} 2025-10-03 18:02: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_ = 0x7fc11a145caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:38 _allocations_flag_prev_val759 = 2025-10-03 18:02:38 _allocations_flag_prev_val659 = false 2025-10-03 18:02:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11a145b17}} 2025-10-03 18:02:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_is_done = 2025-10-03 18:02:38 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09de0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:38 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 2025-10-03 18:02:38 Thread 653 (Thread 0x7fc119951640 (LWP 239) "BgSchPool"): 2025-10-03 18:02:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:38 ec = 2025-10-03 18:02:38 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:38 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:38 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc253148ff0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:38 thread_status = { = { = {}, }, thread_id = 239, os_thread_priority = 0, performance_counters = {counters = 0x7fc13466a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13466a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc119944848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 50496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\225\031\301\177\000\0000K\224\031\301\177\000", __large = 0x7fc119951640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc119944a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc119944a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134646b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \236\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:38 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:38 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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=0x7fc253148ff0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:38 __f = 0x7fc253148ff0 2025-10-03 18:02:38 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc119944ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #16 std::__1::function::operator() (this=0x7fc119944ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09e20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\217\024S\302\177\000\000\340\020\035S\302\177\000", __large = 0x7fc253148ff0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc119944c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239474553191, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc119944b16}} 2025-10-03 18:02: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_ = 0x7fc119944caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:38 _allocations_flag_prev_val759 = 2025-10-03 18:02:38 _allocations_flag_prev_val659 = false 2025-10-03 18:02:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc119944b17}} 2025-10-03 18:02:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_is_done = 2025-10-03 18:02:38 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09e40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:38 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 2025-10-03 18:02:38 Thread 652 (Thread 0x7fc119150640 (LWP 240) "BgSchPool"): 2025-10-03 18:02:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:38 ec = 2025-10-03 18:02:38 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:38 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:38 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c000) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:38 thread_status = { = { = {}, }, thread_id = 240, os_thread_priority = 0, performance_counters = {counters = 0x7fc13426a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13426a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc119143848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\025\031\301\177\000\0000;\024\031\301\177\000", __large = 0x7fc119150640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc119143a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc119143a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134246b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\236\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:38 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:38 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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=0x7fc133e0c000) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:38 __f = 0x7fc133e0c000 2025-10-03 18:02:38 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc119143ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #16 std::__1::function::operator() (this=0x7fc119143ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09e80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\300\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c000}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc119143c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239474745762, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc119143b16}} 2025-10-03 18:02: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_ = 0x7fc119143caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:38 _allocations_flag_prev_val759 = 2025-10-03 18:02:38 _allocations_flag_prev_val659 = false 2025-10-03 18:02:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc119143b17}} 2025-10-03 18:02:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_is_done = 2025-10-03 18:02:38 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09ea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:38 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 2025-10-03 18:02:38 Thread 651 (Thread 0x7fc11894f640 (LWP 241) "BgSchPool"): 2025-10-03 18:02:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:38 No symbol table info available. 2025-10-03 18:02:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:38 ec = 2025-10-03 18:02:38 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:38 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:38 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c060) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:38 thread_status = { = { = {}, }, thread_id = 241, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d082000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d082000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc118942848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35120, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\224\030\301\177\000\0000+\224\030\301\177\000", __large = 0x7fc11894f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc118942a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc118942a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d046dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\236\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:38 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:38 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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=0x7fc133e0c060) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:38 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:38 __f = 0x7fc133e0c060 2025-10-03 18:02:38 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc118942ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #16 std::__1::function::operator() (this=0x7fc118942ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:38 No locals. 2025-10-03 18:02:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09ee0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\300\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c060}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc118942c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239474855648, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc118942b16}} 2025-10-03 18:02: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_ = 0x7fc118942caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:38 _allocations_flag_prev_val759 = 2025-10-03 18:02:38 _allocations_flag_prev_val659 = false 2025-10-03 18:02:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc118942b17}} 2025-10-03 18:02:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:38 job_is_done = 2025-10-03 18:02:39 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09f00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:39 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 2025-10-03 18:02:39 Thread 650 (Thread 0x7fc11814e640 (LWP 242) "BgSchPool"): 2025-10-03 18:02:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:39 ec = 2025-10-03 18:02:39 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:39 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:39 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c0c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:39 thread_status = { = { = {}, }, thread_id = 242, os_thread_priority = 0, performance_counters = {counters = 0x7fc11e9f4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc11e9f4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc118141848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\024\030\301\177\000\0000\033\024\030\301\177\000", __large = 0x7fc11814e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc118141a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc118141a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc25579cb00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\237\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:39 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:39 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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=0x7fc133e0c0c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:39 __f = 0x7fc133e0c0c0 2025-10-03 18:02:39 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc118141ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #16 std::__1::function::operator() (this=0x7fc118141ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09f40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\300\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c0c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc118141c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239474985261, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc118141b16}} 2025-10-03 18:02: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_ = 0x7fc118141caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:39 _allocations_flag_prev_val759 = 2025-10-03 18:02:39 _allocations_flag_prev_val659 = false 2025-10-03 18:02:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc118141b17}} 2025-10-03 18:02:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_is_done = 2025-10-03 18:02:39 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09f60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:39 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 2025-10-03 18:02:39 Thread 649 (Thread 0x7fc11794d640 (LWP 243) "BgSchPool"): 2025-10-03 18:02:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:39 ec = 2025-10-03 18:02:39 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:39 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:39 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c120) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:39 thread_status = { = { = {}, }, thread_id = 243, os_thread_priority = 0, performance_counters = {counters = 0x7fc132267000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132267000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc117940848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@֔\027\301\177\000\0000\v\224\027\301\177\000", __large = 0x7fc11794d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc117940a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc117940a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132243b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\237\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:39 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:39 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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=0x7fc133e0c120) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:39 __f = 0x7fc133e0c120 2025-10-03 18:02:39 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc117940ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #16 std::__1::function::operator() (this=0x7fc117940ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e09fa0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \301\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c120}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc117940c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239475162193, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc117940b16}} 2025-10-03 18:02: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_ = 0x7fc117940caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:39 _allocations_flag_prev_val759 = 2025-10-03 18:02:39 _allocations_flag_prev_val659 = false 2025-10-03 18:02:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc117940b17}} 2025-10-03 18:02:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_is_done = 2025-10-03 18:02:39 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e09fc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:39 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 2025-10-03 18:02:39 Thread 648 (Thread 0x7fc11714c640 (LWP 244) "BgSchPool"): 2025-10-03 18:02:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:39 ec = 2025-10-03 18:02:39 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:39 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:39 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c180) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:39 thread_status = { = { = {}, }, thread_id = 244, os_thread_priority = 0, performance_counters = {counters = 0x7fc135869000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135869000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11713f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19264, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306\024\027\301\177\000\0000\373\023\027\301\177\000", __large = 0x7fc11714c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11713fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11713fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135845b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\260\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:39 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:39 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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=0x7fc133e0c180) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:39 __f = 0x7fc133e0c180 2025-10-03 18:02:39 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11713fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #16 std::__1::function::operator() (this=0x7fc11713fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b000) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\301\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c180}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11713fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239475297918, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11713fb16}} 2025-10-03 18:02: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_ = 0x7fc11713fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:39 _allocations_flag_prev_val759 = 2025-10-03 18:02:39 _allocations_flag_prev_val659 = false 2025-10-03 18:02:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11713fb17}} 2025-10-03 18:02:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_is_done = 2025-10-03 18:02:39 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b020}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:39 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 2025-10-03 18:02:39 Thread 647 (Thread 0x7fc11694b640 (LWP 245) "BgSchPool"): 2025-10-03 18:02:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:39 ec = 2025-10-03 18:02:39 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:39 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:39 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c1e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:39 thread_status = { = { = {}, }, thread_id = 245, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c283000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c283000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11693e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\224\026\301\177\000\0000\353\223\026\301\177\000", __large = 0x7fc11694b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11693ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11693ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c247dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\260\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:39 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:39 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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=0x7fc133e0c1e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:39 __f = 0x7fc133e0c1e0 2025-10-03 18:02:39 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11693eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #16 std::__1::function::operator() (this=0x7fc11693eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b060) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\301\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c1e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11693ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239475448951, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11693eb16}} 2025-10-03 18:02: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_ = 0x7fc11693ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:39 _allocations_flag_prev_val759 = 2025-10-03 18:02:39 _allocations_flag_prev_val659 = false 2025-10-03 18:02:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11693eb17}} 2025-10-03 18:02:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_is_done = 2025-10-03 18:02:39 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b080}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:39 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 2025-10-03 18:02:39 Thread 646 (Thread 0x7fc11614a640 (LWP 246) "BgSchPool"): 2025-10-03 18:02:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:39 ec = 2025-10-03 18:02:39 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:39 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:39 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c240) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:39 thread_status = { = { = {}, }, thread_id = 246, os_thread_priority = 0, performance_counters = {counters = 0x7fc136668000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc136668000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11613d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\024\026\301\177\000\0000\333\023\026\301\177\000", __large = 0x7fc11614a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11613da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11613da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc136644b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239884468772, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\260\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:39 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:39 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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=0x7fc133e0c240) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:39 __f = 0x7fc133e0c240 2025-10-03 18:02:39 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11613dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #16 std::__1::function::operator() (this=0x7fc11613dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b0c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\302\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c240}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11613dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239475597309, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11613db16}} 2025-10-03 18:02: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_ = 0x7fc11613dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:39 _allocations_flag_prev_val759 = 2025-10-03 18:02:39 _allocations_flag_prev_val659 = false 2025-10-03 18:02:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11613db17}} 2025-10-03 18:02:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_is_done = 2025-10-03 18:02:39 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b0e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:39 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 2025-10-03 18:02:39 Thread 645 (Thread 0x7fc115949640 (LWP 247) "BgSchPool"): 2025-10-03 18:02:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:39 ec = 2025-10-03 18:02:39 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:39 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:39 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c2a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:39 thread_status = { = { = {}, }, thread_id = 247, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ddc7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ddc7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11593c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 36640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\224\025\301\177\000\0000˓\025\301\177\000", __large = 0x7fc115949640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11593ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11593ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13dd8bdc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \261\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:39 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:39 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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=0x7fc133e0c2a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:39 __f = 0x7fc133e0c2a0 2025-10-03 18:02:39 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11593cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #16 std::__1::function::operator() (this=0x7fc11593cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b120) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\302\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c2a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11593cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239475754845, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11593cb16}} 2025-10-03 18:02: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_ = 0x7fc11593ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:39 _allocations_flag_prev_val759 = 2025-10-03 18:02:39 _allocations_flag_prev_val659 = false 2025-10-03 18:02:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11593cb17}} 2025-10-03 18:02:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_is_done = 2025-10-03 18:02:39 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b140}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:39 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 2025-10-03 18:02:39 Thread 644 (Thread 0x7fc115148640 (LWP 248) "BgSchPool"): 2025-10-03 18:02:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:39 ec = 2025-10-03 18:02:39 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:39 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:39 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c300) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:39 thread_status = { = { = {}, }, thread_id = 248, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ac83000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ac83000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11513b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\024\025\301\177\000\0000\273\023\025\301\177\000", __large = 0x7fc115148640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11513ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11513ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ac47dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\261\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:39 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:39 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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=0x7fc133e0c300) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:39 __f = 0x7fc133e0c300 2025-10-03 18:02:39 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11513bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #16 std::__1::function::operator() (this=0x7fc11513bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b180) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\303\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c300}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11513bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239475808605, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11513bb16}} 2025-10-03 18:02: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_ = 0x7fc11513bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:39 _allocations_flag_prev_val759 = 2025-10-03 18:02:39 _allocations_flag_prev_val659 = false 2025-10-03 18:02:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11513bb17}} 2025-10-03 18:02:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_is_done = 2025-10-03 18:02:39 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b1a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:39 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 2025-10-03 18:02:39 Thread 643 (Thread 0x7fc114947640 (LWP 249) "BgSchPool"): 2025-10-03 18:02:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:39 ec = 2025-10-03 18:02:39 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:39 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:39 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c360) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:39 thread_status = { = { = {}, }, thread_id = 249, os_thread_priority = 0, performance_counters = {counters = 0x7fc132067000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132067000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc11493a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 54176, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\224\024\301\177\000\0000\253\223\024\301\177\000", __large = 0x7fc114947640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11493aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11493aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132043b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\261\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:39 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:39 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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=0x7fc133e0c360) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:39 __f = 0x7fc133e0c360 2025-10-03 18:02:39 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc11493aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #16 std::__1::function::operator() (this=0x7fc11493aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b1e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\303\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c360}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc11493ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239476034199, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc11493ab16}} 2025-10-03 18:02: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_ = 0x7fc11493acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:39 _allocations_flag_prev_val759 = 2025-10-03 18:02:39 _allocations_flag_prev_val659 = false 2025-10-03 18:02:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc11493ab17}} 2025-10-03 18:02:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_is_done = 2025-10-03 18:02:39 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b200}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:39 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 2025-10-03 18:02:39 Thread 642 (Thread 0x7fc114146640 (LWP 250) "BgSchPool"): 2025-10-03 18:02:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:39 No symbol table info available. 2025-10-03 18:02:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:39 ec = 2025-10-03 18:02:39 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:39 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:39 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c3c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:39 thread_status = { = { = {}, }, thread_id = 250, os_thread_priority = 0, performance_counters = {counters = 0x7fc136681000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc136681000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc114139848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38384, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\024\024\301\177\000\0000\233\023\024\301\177\000", __large = 0x7fc114146640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc114139a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc114139a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc136645dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\262\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:39 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:39 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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=0x7fc133e0c3c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:39 __f = 0x7fc133e0c3c0 2025-10-03 18:02:39 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc114139ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #16 std::__1::function::operator() (this=0x7fc114139ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:39 No locals. 2025-10-03 18:02:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b240) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\303\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c3c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc114139c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239476198206, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc114139b16}} 2025-10-03 18:02: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_ = 0x7fc114139caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:39 _allocations_flag_prev_val759 = 2025-10-03 18:02:39 _allocations_flag_prev_val659 = false 2025-10-03 18:02:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc114139b17}} 2025-10-03 18:02:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:39 job_is_done = 2025-10-03 18:02:39 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:39 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b260}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:40 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 2025-10-03 18:02:40 Thread 641 (Thread 0x7fc113945640 (LWP 251) "BgSchPool"): 2025-10-03 18:02:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:40 ec = 2025-10-03 18:02:40 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:40 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:40 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c420) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:40 thread_status = { = { = {}, }, thread_id = 251, os_thread_priority = 0, performance_counters = {counters = 0x7fc13526a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13526a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc113938848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@V\224\023\301\177\000\0000\213\223\023\301\177\000", __large = 0x7fc113945640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc113938a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc113938a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135246b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\262\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:40 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:40 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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=0x7fc133e0c420) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:40 __f = 0x7fc133e0c420 2025-10-03 18:02:40 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc113938ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #16 std::__1::function::operator() (this=0x7fc113938ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b2a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \304\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c420}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc113938c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239476318101, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc113938b16}} 2025-10-03 18:02: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_ = 0x7fc113938caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:40 _allocations_flag_prev_val759 = 2025-10-03 18:02:40 _allocations_flag_prev_val659 = false 2025-10-03 18:02:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc113938b17}} 2025-10-03 18:02:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_is_done = 2025-10-03 18:02:40 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b2c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:40 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 2025-10-03 18:02:40 Thread 640 (Thread 0x7fc113144640 (LWP 252) "BgSchPool"): 2025-10-03 18:02:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:40 ec = 2025-10-03 18:02:40 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:40 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:40 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c480) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:40 thread_status = { = { = {}, }, thread_id = 252, os_thread_priority = 0, performance_counters = {counters = 0x7fc134e6a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134e6a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc113137848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\024\023\301\177\000\0000{\023\023\301\177\000", __large = 0x7fc113144640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc113137a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc113137a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134e46b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\263\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:40 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:40 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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=0x7fc133e0c480) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:40 __f = 0x7fc133e0c480 2025-10-03 18:02:40 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc113137ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #16 std::__1::function::operator() (this=0x7fc113137ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b300) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\304\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c480}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc113137c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239476507376, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc113137b16}} 2025-10-03 18:02: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_ = 0x7fc113137caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:40 _allocations_flag_prev_val759 = 2025-10-03 18:02:40 _allocations_flag_prev_val659 = false 2025-10-03 18:02:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc113137b17}} 2025-10-03 18:02:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_is_done = 2025-10-03 18:02:40 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:40 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 2025-10-03 18:02:40 Thread 639 (Thread 0x7fc112943640 (LWP 253) "BgSchPool"): 2025-10-03 18:02:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:40 ec = 2025-10-03 18:02:40 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:40 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:40 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c4e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:40 thread_status = { = { = {}, }, thread_id = 253, os_thread_priority = 0, performance_counters = {counters = 0x7fc2532ea000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc2532ea000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc112936848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\224\022\301\177\000\0000k\223\022\301\177\000", __large = 0x7fc112943640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc112936a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc112936a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2532b0b50}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\263\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:40 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:40 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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=0x7fc133e0c4e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:40 __f = 0x7fc133e0c4e0 2025-10-03 18:02:40 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc112936ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #16 std::__1::function::operator() (this=0x7fc112936ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b360) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\304\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c4e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc112936c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239476570544, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc112936b16}} 2025-10-03 18:02: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_ = 0x7fc112936caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:40 _allocations_flag_prev_val759 = 2025-10-03 18:02:40 _allocations_flag_prev_val659 = false 2025-10-03 18:02:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc112936b17}} 2025-10-03 18:02:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_is_done = 2025-10-03 18:02:40 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b380}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:40 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 2025-10-03 18:02:40 Thread 638 (Thread 0x7fc112142640 (LWP 254) "BgSchPool"): 2025-10-03 18:02:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:40 ec = 2025-10-03 18:02:40 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:40 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:40 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c540) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:40 thread_status = { = { = {}, }, thread_id = 254, os_thread_priority = 0, performance_counters = {counters = 0x7fc135283000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135283000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc112135848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20256, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\024\022\301\177\000\0000[\023\022\301\177\000", __large = 0x7fc112142640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc112135a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc112135a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135247dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\263\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:40 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:40 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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=0x7fc133e0c540) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:40 __f = 0x7fc133e0c540 2025-10-03 18:02:40 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc112135ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #16 std::__1::function::operator() (this=0x7fc112135ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b3c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\305\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c540}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc112135c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239476617052, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc112135b16}} 2025-10-03 18:02: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_ = 0x7fc112135caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:40 _allocations_flag_prev_val759 = 2025-10-03 18:02:40 _allocations_flag_prev_val659 = false 2025-10-03 18:02:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc112135b17}} 2025-10-03 18:02:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_is_done = 2025-10-03 18:02:40 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b3e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:40 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 2025-10-03 18:02:40 Thread 637 (Thread 0x7fc111941640 (LWP 255) "BgSchPool"): 2025-10-03 18:02:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:40 ec = 2025-10-03 18:02:40 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:40 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:40 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c5a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:40 thread_status = { = { = {}, }, thread_id = 255, os_thread_priority = 0, performance_counters = {counters = 0x7fc132080000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132080000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc111934848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23040, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\224\021\301\177\000\0000K\223\021\301\177\000", __large = 0x7fc111941640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc111934a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc111934a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132044dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \264\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:40 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:40 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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=0x7fc133e0c5a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:40 __f = 0x7fc133e0c5a0 2025-10-03 18:02:40 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc111934ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #16 std::__1::function::operator() (this=0x7fc111934ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b420) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\305\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c5a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc111934c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239476733500, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc111934b16}} 2025-10-03 18:02: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_ = 0x7fc111934caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:40 _allocations_flag_prev_val759 = 2025-10-03 18:02:40 _allocations_flag_prev_val659 = false 2025-10-03 18:02:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc111934b17}} 2025-10-03 18:02:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_is_done = 2025-10-03 18:02:40 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b440}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:40 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 2025-10-03 18:02:40 Thread 636 (Thread 0x7fc111140640 (LWP 256) "BgSchPool"): 2025-10-03 18:02:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:40 ec = 2025-10-03 18:02:40 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:40 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:40 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c600) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:40 thread_status = { = { = {}, }, thread_id = 256, os_thread_priority = 0, performance_counters = {counters = 0x7fc134e83000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134e83000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc111133848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21280, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\024\021\301\177\000\0000;\023\021\301\177\000", __large = 0x7fc111140640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc111133a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc111133a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134e47dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\264\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:40 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:40 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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=0x7fc133e0c600) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:40 __f = 0x7fc133e0c600 2025-10-03 18:02:40 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc111133ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #16 std::__1::function::operator() (this=0x7fc111133ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b480) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\306\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c600}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc111133c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239476834119, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc111133b16}} 2025-10-03 18:02: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_ = 0x7fc111133caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:40 _allocations_flag_prev_val759 = 2025-10-03 18:02:40 _allocations_flag_prev_val659 = false 2025-10-03 18:02:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc111133b17}} 2025-10-03 18:02:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_is_done = 2025-10-03 18:02:40 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b4a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:40 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 2025-10-03 18:02:40 Thread 635 (Thread 0x7fc11093f640 (LWP 257) "BgSchPool"): 2025-10-03 18:02:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:40 ec = 2025-10-03 18:02:40 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:40 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:40 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c660) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:40 thread_status = { = { = {}, }, thread_id = 257, os_thread_priority = 0, performance_counters = {counters = 0x7fc253305000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc253305000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc110932848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\223\020\301\177\000\0000+\223\020\301\177\000", __large = 0x7fc11093f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc110932a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc110932a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2532f9e10}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\264\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:40 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:40 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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=0x7fc133e0c660) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:40 __f = 0x7fc133e0c660 2025-10-03 18:02:40 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc110932ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #16 std::__1::function::operator() (this=0x7fc110932ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b4e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\306\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c660}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc110932c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239477061806, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc110932b16}} 2025-10-03 18:02: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_ = 0x7fc110932caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:40 _allocations_flag_prev_val759 = 2025-10-03 18:02:40 _allocations_flag_prev_val659 = false 2025-10-03 18:02:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc110932b17}} 2025-10-03 18:02:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_is_done = 2025-10-03 18:02:40 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:40 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 2025-10-03 18:02:40 Thread 634 (Thread 0x7fc11013e640 (LWP 258) "BgSchPool"): 2025-10-03 18:02:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:40 ec = 2025-10-03 18:02:40 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:40 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:40 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c6c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:40 thread_status = { = { = {}, }, thread_id = 258, os_thread_priority = 0, performance_counters = {counters = 0x7fc134a6a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134a6a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc110131848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 24624, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\023\020\301\177\000\0000\033\023\020\301\177\000", __large = 0x7fc11013e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc110131a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc110131a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134a46b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\265\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:40 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:40 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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=0x7fc133e0c6c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:40 __f = 0x7fc133e0c6c0 2025-10-03 18:02:40 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc110131ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #16 std::__1::function::operator() (this=0x7fc110131ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b540) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\306\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c6c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc110131c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239477164288, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc110131b16}} 2025-10-03 18:02: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_ = 0x7fc110131caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:40 _allocations_flag_prev_val759 = 2025-10-03 18:02:40 _allocations_flag_prev_val659 = false 2025-10-03 18:02:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc110131b17}} 2025-10-03 18:02:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_is_done = 2025-10-03 18:02:40 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:40 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 2025-10-03 18:02:40 Thread 633 (Thread 0x7fc10f93d640 (LWP 259) "BgSchPool"): 2025-10-03 18:02:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:40 ec = 2025-10-03 18:02:40 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:40 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:40 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c720) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:40 thread_status = { = { = {}, }, thread_id = 259, os_thread_priority = 0, performance_counters = {counters = 0x7fc134e9f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134e9f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10f930848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@֓\017\301\177\000\0000\v\223\017\301\177\000", __large = 0x7fc10f93d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10f930a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10f930a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134e93080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\265\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:40 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:40 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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=0x7fc133e0c720) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:40 __f = 0x7fc133e0c720 2025-10-03 18:02:40 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10f930ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #16 std::__1::function::operator() (this=0x7fc10f930ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b5a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \307\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c720}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10f930c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239477343564, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10f930b16}} 2025-10-03 18:02: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_ = 0x7fc10f930caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:40 _allocations_flag_prev_val759 = 2025-10-03 18:02:40 _allocations_flag_prev_val659 = false 2025-10-03 18:02:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10f930b17}} 2025-10-03 18:02:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_is_done = 2025-10-03 18:02:40 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b5c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:40 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 2025-10-03 18:02:40 Thread 632 (Thread 0x7fc10f13c640 (LWP 260) "BgSchPool"): 2025-10-03 18:02:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:40 No symbol table info available. 2025-10-03 18:02:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:40 ec = 2025-10-03 18:02:40 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:40 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:40 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c780) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:40 thread_status = { = { = {}, }, thread_id = 260, os_thread_priority = 0, performance_counters = {counters = 0x7fc13dde3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13dde3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10f12f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306\023\017\301\177\000\0000\373\022\017\301\177\000", __large = 0x7fc10f13c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10f12fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10f12fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ddd7080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\266\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:40 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:40 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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=0x7fc133e0c780) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:40 __f = 0x7fc133e0c780 2025-10-03 18:02:40 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10f12fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #16 std::__1::function::operator() (this=0x7fc10f12fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b600) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\307\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c780}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10f12fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239477473468, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10f12fb16}} 2025-10-03 18:02: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_ = 0x7fc10f12fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:40 _allocations_flag_prev_val759 = 2025-10-03 18:02:40 _allocations_flag_prev_val659 = false 2025-10-03 18:02:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10f12fb17}} 2025-10-03 18:02:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:40 job_is_done = 2025-10-03 18:02:40 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:40 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:40 No locals. 2025-10-03 18:02:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b620}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:41 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 2025-10-03 18:02:41 Thread 631 (Thread 0x7fc10e93b640 (LWP 261) "BgSchPool"): 2025-10-03 18:02:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:41 ec = 2025-10-03 18:02:41 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:41 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:41 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c7e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:41 thread_status = { = { = {}, }, thread_id = 261, os_thread_priority = 0, performance_counters = {counters = 0x7fc135882000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135882000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10e92e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\223\016\301\177\000\0000\353\222\016\301\177\000", __large = 0x7fc10e93b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10e92ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10e92ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135846dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\266\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:41 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:41 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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=0x7fc133e0c7e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:41 __f = 0x7fc133e0c7e0 2025-10-03 18:02:41 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10e92eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #16 std::__1::function::operator() (this=0x7fc10e92eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b660) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\307\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c7e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10e92ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239477519955, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10e92eb16}} 2025-10-03 18:02: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_ = 0x7fc10e92ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:41 _allocations_flag_prev_val759 = 2025-10-03 18:02:41 _allocations_flag_prev_val659 = false 2025-10-03 18:02:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10e92eb17}} 2025-10-03 18:02:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_is_done = 2025-10-03 18:02:41 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b680}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:41 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 2025-10-03 18:02:41 Thread 630 (Thread 0x7fc10e13a640 (LWP 262) "BgSchPool"): 2025-10-03 18:02:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:41 ec = 2025-10-03 18:02:41 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:41 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:41 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c840) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:41 thread_status = { = { = {}, }, thread_id = 262, os_thread_priority = 0, performance_counters = {counters = 0x7fc134a83000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134a83000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10e12d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\023\016\301\177\000\0000\333\022\016\301\177\000", __large = 0x7fc10e13a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10e12da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10e12da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134a47dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\266\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:41 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:41 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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=0x7fc133e0c840) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:41 __f = 0x7fc133e0c840 2025-10-03 18:02:41 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10e12dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #16 std::__1::function::operator() (this=0x7fc10e12dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b6c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\310\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c840}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10e12dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239477685696, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10e12db16}} 2025-10-03 18:02: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_ = 0x7fc10e12dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:41 _allocations_flag_prev_val759 = 2025-10-03 18:02:41 _allocations_flag_prev_val659 = false 2025-10-03 18:02:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10e12db17}} 2025-10-03 18:02:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_is_done = 2025-10-03 18:02:41 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b6e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:41 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 2025-10-03 18:02:41 Thread 629 (Thread 0x7fc10d939640 (LWP 263) "BgSchPool"): 2025-10-03 18:02:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:41 ec = 2025-10-03 18:02:41 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:41 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:41 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c8a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:41 thread_status = { = { = {}, }, thread_id = 263, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ac9f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ac9f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10d92c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 44848, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\223\r\301\177\000\0000˒\r\301\177\000", __large = 0x7fc10d939640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10d92ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10d92ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ac93080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \267\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:41 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:41 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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=0x7fc133e0c8a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:41 __f = 0x7fc133e0c8a0 2025-10-03 18:02:41 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10d92cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #16 std::__1::function::operator() (this=0x7fc10d92cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b720) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\310\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c8a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10d92cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239477846237, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10d92cb16}} 2025-10-03 18:02: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_ = 0x7fc10d92ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:41 _allocations_flag_prev_val759 = 2025-10-03 18:02:41 _allocations_flag_prev_val659 = false 2025-10-03 18:02:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10d92cb17}} 2025-10-03 18:02:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_is_done = 2025-10-03 18:02:41 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b740}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:41 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 2025-10-03 18:02:41 Thread 628 (Thread 0x7fc10d138640 (LWP 264) "BgSchPool"): 2025-10-03 18:02:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:41 ec = 2025-10-03 18:02:41 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:41 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:41 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c900) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:41 thread_status = { = { = {}, }, thread_id = 264, os_thread_priority = 0, performance_counters = {counters = 0x7fc13589e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13589e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10d12b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17760, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\023\r\301\177\000\0000\273\022\r\301\177\000", __large = 0x7fc10d138640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10d12ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10d12ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135892080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\267\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:41 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:41 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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=0x7fc133e0c900) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:41 __f = 0x7fc133e0c900 2025-10-03 18:02:41 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10d12bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #16 std::__1::function::operator() (this=0x7fc10d12bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b780) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\311\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c900}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10d12bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239477994044, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10d12bb16}} 2025-10-03 18:02: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_ = 0x7fc10d12bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:41 _allocations_flag_prev_val759 = 2025-10-03 18:02:41 _allocations_flag_prev_val659 = false 2025-10-03 18:02:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10d12bb17}} 2025-10-03 18:02:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_is_done = 2025-10-03 18:02:41 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b7a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:41 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 2025-10-03 18:02:41 Thread 627 (Thread 0x7fc10c937640 (LWP 265) "BgSchPool"): 2025-10-03 18:02:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:41 ec = 2025-10-03 18:02:41 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:41 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:41 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c960) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:41 thread_status = { = { = {}, }, thread_id = 265, os_thread_priority = 0, performance_counters = {counters = 0x7fc132280000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132280000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10c92a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@v\223\f\301\177\000\0000\253\222\f\301\177\000", __large = 0x7fc10c937640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10c92aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10c92aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132244dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\267\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:41 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:41 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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=0x7fc133e0c960) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:41 __f = 0x7fc133e0c960 2025-10-03 18:02:41 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10c92aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #16 std::__1::function::operator() (this=0x7fc10c92aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b7e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\311\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c960}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10c92ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239478105102, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10c92ab16}} 2025-10-03 18:02: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_ = 0x7fc10c92acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:41 _allocations_flag_prev_val759 = 2025-10-03 18:02:41 _allocations_flag_prev_val659 = false 2025-10-03 18:02:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10c92ab17}} 2025-10-03 18:02:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_is_done = 2025-10-03 18:02:41 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b800}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:41 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 2025-10-03 18:02:41 Thread 626 (Thread 0x7fc10c136640 (LWP 266) "BgSchPool"): 2025-10-03 18:02:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:41 ec = 2025-10-03 18:02:41 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:41 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:41 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0c9c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:41 thread_status = { = { = {}, }, thread_id = 266, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ddfc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ddfc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10c129848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 54896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\023\f\301\177\000\0000\233\022\f\301\177\000", __large = 0x7fc10c136640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10c129a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10c129a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ddd8340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\270\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:41 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:41 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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=0x7fc133e0c9c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:41 __f = 0x7fc133e0c9c0 2025-10-03 18:02:41 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10c129ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #16 std::__1::function::operator() (this=0x7fc10c129ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b840) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\311\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0c9c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10c129c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239478289959, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10c129b16}} 2025-10-03 18:02: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_ = 0x7fc10c129caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:41 _allocations_flag_prev_val759 = 2025-10-03 18:02:41 _allocations_flag_prev_val659 = false 2025-10-03 18:02:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10c129b17}} 2025-10-03 18:02:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_is_done = 2025-10-03 18:02:41 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:41 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 2025-10-03 18:02:41 Thread 625 (Thread 0x7fc10b935640 (LWP 267) "BgSchPool"): 2025-10-03 18:02:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:41 ec = 2025-10-03 18:02:41 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:41 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:41 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0ca20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:41 thread_status = { = { = {}, }, thread_id = 267, os_thread_priority = 0, performance_counters = {counters = 0x7fc13acb8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13acb8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10b928848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\223\v\301\177\000\0000\213\222\v\301\177\000", __large = 0x7fc10b935640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10b928a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10b928a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ac94340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\270\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:41 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:41 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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=0x7fc133e0ca20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:41 __f = 0x7fc133e0ca20 2025-10-03 18:02:41 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10b928ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #16 std::__1::function::operator() (this=0x7fc10b928ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b8a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \312\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0ca20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10b928c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239478428940, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10b928b16}} 2025-10-03 18:02: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_ = 0x7fc10b928caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:41 _allocations_flag_prev_val759 = 2025-10-03 18:02:41 _allocations_flag_prev_val659 = false 2025-10-03 18:02:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10b928b17}} 2025-10-03 18:02:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_is_done = 2025-10-03 18:02:41 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b8c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:41 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 2025-10-03 18:02:41 Thread 624 (Thread 0x7fc10b134640 (LWP 268) "BgSchPool"): 2025-10-03 18:02:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:41 ec = 2025-10-03 18:02:41 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:41 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:41 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0ca80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:41 thread_status = { = { = {}, }, thread_id = 268, os_thread_priority = 0, performance_counters = {counters = 0x7fc13229c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13229c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10b127848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\023\v\301\177\000\0000{\022\v\301\177\000", __large = 0x7fc10b134640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10b127a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10b127a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132290080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\271\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:41 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:41 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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=0x7fc133e0ca80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:41 __f = 0x7fc133e0ca80 2025-10-03 18:02:41 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10b127ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #16 std::__1::function::operator() (this=0x7fc10b127ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b900) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\312\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0ca80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10b127c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239478580695, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10b127b16}} 2025-10-03 18:02: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_ = 0x7fc10b127caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:41 _allocations_flag_prev_val759 = 2025-10-03 18:02:41 _allocations_flag_prev_val659 = false 2025-10-03 18:02:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10b127b17}} 2025-10-03 18:02:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_is_done = 2025-10-03 18:02:41 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b920}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:41 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 2025-10-03 18:02:41 Thread 623 (Thread 0x7fc10a6b3640 (LWP 269) "BgSchPool"): 2025-10-03 18:02:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:41 No symbol table info available. 2025-10-03 18:02:41 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:41 ec = 2025-10-03 18:02:41 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:41 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:41 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cae0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:41 thread_status = { = { = {}, }, thread_id = 269, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c29f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c29f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10a6a6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6k\n\301\177\000\0000kj\n\301\177\000", __large = 0x7fc10a6b3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10a6a6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10a6a6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134247dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\271\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:41 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:41 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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=0x7fc133e0cae0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:41 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:41 __f = 0x7fc133e0cae0 2025-10-03 18:02:41 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10a6a6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #16 std::__1::function::operator() (this=0x7fc10a6a6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:41 No locals. 2025-10-03 18:02:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b960) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\312\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cae0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10a6a6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239478773486, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10a6a6b16}} 2025-10-03 18:02: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_ = 0x7fc10a6a6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:42 _allocations_flag_prev_val759 = 2025-10-03 18:02:42 _allocations_flag_prev_val659 = false 2025-10-03 18:02:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10a6a6b17}} 2025-10-03 18:02:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_is_done = 2025-10-03 18:02:42 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:42 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 2025-10-03 18:02:42 Thread 622 (Thread 0x7fc109eb2640 (LWP 270) "BgSchPool"): 2025-10-03 18:02:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:42 ec = 2025-10-03 18:02:42 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:42 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:42 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cb40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:42 thread_status = { = { = {}, }, thread_id = 270, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c2af000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c2af000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc109ea5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\353\t\301\177\000\0000[\352\t\301\177\000", __large = 0x7fc109eb2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc109ea5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc109ea5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c293080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\271\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:42 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:42 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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=0x7fc133e0cb40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:42 __f = 0x7fc133e0cb40 2025-10-03 18:02:42 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc109ea5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #16 std::__1::function::operator() (this=0x7fc109ea5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0b9c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\313\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cb40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc109ea5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239478871830, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc109ea5b16}} 2025-10-03 18:02: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_ = 0x7fc109ea5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:42 _allocations_flag_prev_val759 = 2025-10-03 18:02:42 _allocations_flag_prev_val659 = false 2025-10-03 18:02:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc109ea5b17}} 2025-10-03 18:02:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_is_done = 2025-10-03 18:02:42 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0b9e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:42 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 2025-10-03 18:02:42 Thread 621 (Thread 0x7fc1096b1640 (LWP 271) "BgSchPool"): 2025-10-03 18:02:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:42 ec = 2025-10-03 18:02:42 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:42 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:42 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cba0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:42 thread_status = { = { = {}, }, thread_id = 271, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d09e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d09e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1096a4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19008, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026k\t\301\177\000\0000Kj\t\301\177\000", __large = 0x7fc1096b1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1096a4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1096a4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d092080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \272\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:42 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:42 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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=0x7fc133e0cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:42 __f = 0x7fc133e0cba0 2025-10-03 18:02:42 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1096a4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #16 std::__1::function::operator() (this=0x7fc1096a4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0ba20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\313\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cba0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1096a4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239479004800, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1096a4b16}} 2025-10-03 18:02: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_ = 0x7fc1096a4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:42 _allocations_flag_prev_val759 = 2025-10-03 18:02:42 _allocations_flag_prev_val659 = false 2025-10-03 18:02:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1096a4b17}} 2025-10-03 18:02:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_is_done = 2025-10-03 18:02:42 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0ba40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:42 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 2025-10-03 18:02:42 Thread 620 (Thread 0x7fc108eb0640 (LWP 272) "BgSchPool"): 2025-10-03 18:02:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:42 ec = 2025-10-03 18:02:42 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:42 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:42 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cc00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:42 thread_status = { = { = {}, }, thread_id = 272, os_thread_priority = 0, performance_counters = {counters = 0x7fc13428f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13428f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc108ea3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 32272, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\353\b\301\177\000\0000;\352\b\301\177\000", __large = 0x7fc108eb0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc108ea3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc108ea3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134283080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\272\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:42 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:42 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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=0x7fc133e0cc00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:42 __f = 0x7fc133e0cc00 2025-10-03 18:02:42 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc108ea3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #16 std::__1::function::operator() (this=0x7fc108ea3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0ba80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\314\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cc00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc108ea3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239479148009, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc108ea3b16}} 2025-10-03 18:02: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_ = 0x7fc108ea3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:42 _allocations_flag_prev_val759 = 2025-10-03 18:02:42 _allocations_flag_prev_val659 = false 2025-10-03 18:02:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc108ea3b17}} 2025-10-03 18:02:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_is_done = 2025-10-03 18:02:42 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0baa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:42 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 2025-10-03 18:02:42 Thread 619 (Thread 0x7fc1086af640 (LWP 273) "BgSchPool"): 2025-10-03 18:02:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:42 ec = 2025-10-03 18:02:42 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:42 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:42 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cc60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:42 thread_status = { = { = {}, }, thread_id = 273, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c2c8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c2c8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1086a2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366j\b\301\177\000\0000+j\b\301\177\000", __large = 0x7fc1086af640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1086a2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1086a2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c294340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\272\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:42 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:42 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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=0x7fc133e0cc60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:42 __f = 0x7fc133e0cc60 2025-10-03 18:02:42 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1086a2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #16 std::__1::function::operator() (this=0x7fc1086a2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bae0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\314\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cc60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1086a2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239479191921, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1086a2b16}} 2025-10-03 18:02: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_ = 0x7fc1086a2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:42 _allocations_flag_prev_val759 = 2025-10-03 18:02:42 _allocations_flag_prev_val659 = false 2025-10-03 18:02:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1086a2b17}} 2025-10-03 18:02:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_is_done = 2025-10-03 18:02:42 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bb00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:42 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 2025-10-03 18:02:42 Thread 618 (Thread 0x7fc107eae640 (LWP 274) "BgSchPool"): 2025-10-03 18:02:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:42 ec = 2025-10-03 18:02:42 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:42 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:42 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0ccc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:42 thread_status = { = { = {}, }, thread_id = 274, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d0b7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d0b7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc107ea1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19424, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\352\a\301\177\000\0000\033\352\a\301\177\000", __large = 0x7fc107eae640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc107ea1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc107ea1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d093340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\273\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:42 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:42 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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=0x7fc133e0ccc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:42 __f = 0x7fc133e0ccc0 2025-10-03 18:02:42 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc107ea1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #16 std::__1::function::operator() (this=0x7fc107ea1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bb40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\314\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0ccc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc107ea1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239479292229, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc107ea1b16}} 2025-10-03 18:02: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_ = 0x7fc107ea1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:42 _allocations_flag_prev_val759 = 2025-10-03 18:02:42 _allocations_flag_prev_val659 = false 2025-10-03 18:02:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc107ea1b17}} 2025-10-03 18:02:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_is_done = 2025-10-03 18:02:42 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bb60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:42 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 2025-10-03 18:02:42 Thread 617 (Thread 0x7fc1076ad640 (LWP 275) "BgSchPool"): 2025-10-03 18:02:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:42 ec = 2025-10-03 18:02:42 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:42 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:42 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cd20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:42 thread_status = { = { = {}, }, thread_id = 275, os_thread_priority = 0, performance_counters = {counters = 0x7fc134683000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134683000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc1076a0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326j\a\301\177\000\0000\vj\a\301\177\000", __large = 0x7fc1076ad640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1076a0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1076a0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134647dc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\273\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:42 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:42 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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=0x7fc133e0cd20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:42 __f = 0x7fc133e0cd20 2025-10-03 18:02:42 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc1076a0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #16 std::__1::function::operator() (this=0x7fc1076a0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bba0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \315\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cd20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc1076a0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239479420510, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc1076a0b16}} 2025-10-03 18:02: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_ = 0x7fc1076a0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:42 _allocations_flag_prev_val759 = 2025-10-03 18:02:42 _allocations_flag_prev_val659 = false 2025-10-03 18:02:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc1076a0b17}} 2025-10-03 18:02:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_is_done = 2025-10-03 18:02:42 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bbc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:42 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 2025-10-03 18:02:42 Thread 616 (Thread 0x7fc106eac640 (LWP 276) "BgSchPool"): 2025-10-03 18:02:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:42 ec = 2025-10-03 18:02:42 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:42 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:42 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cd80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:42 thread_status = { = { = {}, }, thread_id = 276, os_thread_priority = 0, performance_counters = {counters = 0x7fc11eb1d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc11eb1d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc106e9f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22048, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306\352\006\301\177\000\0000\373\351\006\301\177\000", __large = 0x7fc106eac640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc106e9fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc106e9fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc25579ddc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239888468864, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\274\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:42 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:42 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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=0x7fc133e0cd80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:42 __f = 0x7fc133e0cd80 2025-10-03 18:02:42 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc106e9fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #16 std::__1::function::operator() (this=0x7fc106e9fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bc00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\315\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cd80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc106e9fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239479472387, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc106e9fb16}} 2025-10-03 18:02: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_ = 0x7fc106e9fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:42 _allocations_flag_prev_val759 = 2025-10-03 18:02:42 _allocations_flag_prev_val659 = false 2025-10-03 18:02:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc106e9fb17}} 2025-10-03 18:02:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_is_done = 2025-10-03 18:02:42 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bc20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:42 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 2025-10-03 18:02:42 Thread 615 (Thread 0x7fc1066ab640 (LWP 277) "BgSchPool"): 2025-10-03 18:02:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:42 ec = 2025-10-03 18:02:42 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:42 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:42 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cde0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:42 thread_status = { = { = {}, }, thread_id = 277, os_thread_priority = 0, performance_counters = {counters = 0x7fc252921000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252921000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10669e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 33440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266j\006\301\177\000\0000\353i\006\301\177\000", __large = 0x7fc1066ab640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10669ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10669ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2532fb0d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\274\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:42 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:42 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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=0x7fc133e0cde0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:42 __f = 0x7fc133e0cde0 2025-10-03 18:02:42 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10669eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #16 std::__1::function::operator() (this=0x7fc10669eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bc60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\315\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cde0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10669ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239479667092, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10669eb16}} 2025-10-03 18:02: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_ = 0x7fc10669ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:42 _allocations_flag_prev_val759 = 2025-10-03 18:02:42 _allocations_flag_prev_val659 = false 2025-10-03 18:02:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10669eb17}} 2025-10-03 18:02:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_is_done = 2025-10-03 18:02:42 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bc80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:42 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 2025-10-03 18:02:42 Thread 614 (Thread 0x7fc105eaa640 (LWP 278) "BgSchPool"): 2025-10-03 18:02:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:42 No symbol table info available. 2025-10-03 18:02:42 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:42 ec = 2025-10-03 18:02:42 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:42 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:42 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0ce40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:42 thread_status = { = { = {}, }, thread_id = 278, os_thread_priority = 0, performance_counters = {counters = 0x7fc13209c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13209c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc105e9d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\352\005\301\177\000\0000\333\351\005\301\177\000", __large = 0x7fc105eaa640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc105e9da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc105e9da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132090080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\274\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:42 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:42 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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=0x7fc133e0ce40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:42 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:42 __f = 0x7fc133e0ce40 2025-10-03 18:02:42 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc105e9dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #16 std::__1::function::operator() (this=0x7fc105e9dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:42 No locals. 2025-10-03 18:02:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bcc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\316\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0ce40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc105e9dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239479923673, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc105e9db16}} 2025-10-03 18:02: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_ = 0x7fc105e9dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:42 _allocations_flag_prev_val759 = 2025-10-03 18:02:42 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc105e9db17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bce0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:43 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 2025-10-03 18:02:43 Thread 613 (Thread 0x7fc1056a9640 (LWP 279) "BgSchPool"): 2025-10-03 18:02:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:43 ec = 2025-10-03 18:02:43 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:43 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:43 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cea0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:43 thread_status = { = { = {}, }, thread_id = 279, os_thread_priority = 0, performance_counters = {counters = 0x7fc11eb51000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc11eb51000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10569c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226j\005\301\177\000\0000\313i\005\301\177\000", __large = 0x7fc1056a9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10569ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10569ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc11eb35080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \275\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:43 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:43 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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=0x7fc133e0cea0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:43 __f = 0x7fc133e0cea0 2025-10-03 18:02:43 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10569cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #16 std::__1::function::operator() (this=0x7fc10569cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bd20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\316\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cea0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10569cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239480114551, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10569cb16}} 2025-10-03 18:02: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_ = 0x7fc10569ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:43 _allocations_flag_prev_val759 = 2025-10-03 18:02:43 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10569cb17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bd40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:43 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 2025-10-03 18:02:43 Thread 612 (Thread 0x7fc104ea8640 (LWP 280) "BgSchPool"): 2025-10-03 18:02:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:43 ec = 2025-10-03 18:02:43 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:43 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:43 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cf00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:43 thread_status = { = { = {}, }, thread_id = 280, os_thread_priority = 0, performance_counters = {counters = 0x7fc13469f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13469f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc104e9b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\352\004\301\177\000\0000\273\351\004\301\177\000", __large = 0x7fc104ea8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc104e9ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc104e9ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134693080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\275\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:43 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:43 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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=0x7fc133e0cf00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:43 __f = 0x7fc133e0cf00 2025-10-03 18:02:43 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc104e9bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #16 std::__1::function::operator() (this=0x7fc104e9bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bd80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\317\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cf00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc104e9bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239480288277, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc104e9bb16}} 2025-10-03 18:02: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_ = 0x7fc104e9bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:43 _allocations_flag_prev_val759 = 2025-10-03 18:02:43 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc104e9bb17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bda0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:43 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 2025-10-03 18:02:43 Thread 611 (Thread 0x7fc1046a7640 (LWP 281) "BgSchPool"): 2025-10-03 18:02:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:43 ec = 2025-10-03 18:02:43 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:43 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:43 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cf60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:43 thread_status = { = { = {}, }, thread_id = 281, os_thread_priority = 0, performance_counters = {counters = 0x7fc1320b5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1320b5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc10469a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 32208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@vj\004\301\177\000\0000\253i\004\301\177\000", __large = 0x7fc1046a7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10469aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10469aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132091340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\275\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:43 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:43 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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=0x7fc133e0cf60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:43 __f = 0x7fc133e0cf60 2025-10-03 18:02:43 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc10469aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #16 std::__1::function::operator() (this=0x7fc10469aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bde0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\317\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cf60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc10469ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239480496378, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc10469ab16}} 2025-10-03 18:02: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_ = 0x7fc10469acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:43 _allocations_flag_prev_val759 = 2025-10-03 18:02:43 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc10469ab17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0be00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:43 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 2025-10-03 18:02:43 Thread 610 (Thread 0x7fc103ea6640 (LWP 282) "BgSchPool"): 2025-10-03 18:02:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:43 ec = 2025-10-03 18:02:43 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:43 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:43 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0cfc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:43 thread_status = { = { = {}, }, thread_id = 282, os_thread_priority = 0, performance_counters = {counters = 0x7fc25293c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc25293c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc103e99848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19744, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\352\003\301\177\000\0000\233\351\003\301\177\000", __large = 0x7fc103ea6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc103e99a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc103e99a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252930390}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\276\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:43 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:43 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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=0x7fc133e0cfc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:43 __f = 0x7fc133e0cfc0 2025-10-03 18:02:43 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc103e99ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #16 std::__1::function::operator() (this=0x7fc103e99ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0be40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\317\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0cfc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc103e99c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239480532655, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc103e99b16}} 2025-10-03 18:02: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_ = 0x7fc103e99caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:43 _allocations_flag_prev_val759 = 2025-10-03 18:02:43 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc103e99b17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0be60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:43 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 2025-10-03 18:02:43 Thread 609 (Thread 0x7fc1036a5640 (LWP 283) "BgSchPool"): 2025-10-03 18:02:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:43 ec = 2025-10-03 18:02:43 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:43 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:43 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d020) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:43 thread_status = { = { = {}, }, thread_id = 283, os_thread_priority = 0, performance_counters = {counters = 0x7fc134a9f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134a9f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc103698848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16384, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Vj\003\301\177\000\0000\213i\003\301\177\000", __large = 0x7fc1036a5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc103698a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc103698a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134a93080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\276\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:43 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:43 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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=0x7fc133e0d020) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:43 __f = 0x7fc133e0d020 2025-10-03 18:02:43 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc103698ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #16 std::__1::function::operator() (this=0x7fc103698ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bea0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \320\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d020}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc103698c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239480587539, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc103698b16}} 2025-10-03 18:02: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_ = 0x7fc103698caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:43 _allocations_flag_prev_val759 = 2025-10-03 18:02:43 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc103698b17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bec0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:43 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 2025-10-03 18:02:43 Thread 608 (Thread 0x7fc102ea4640 (LWP 284) "BgSchPool"): 2025-10-03 18:02:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:43 ec = 2025-10-03 18:02:43 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:43 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:43 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d080) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:43 thread_status = { = { = {}, }, thread_id = 284, os_thread_priority = 0, performance_counters = {counters = 0x7fc134eb8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134eb8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc102e97848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19936, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\352\002\301\177\000\0000{\351\002\301\177\000", __large = 0x7fc102ea4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc102e97a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc102e97a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134e94340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\277\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:43 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:43 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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=0x7fc133e0d080) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:43 __f = 0x7fc133e0d080 2025-10-03 18:02:43 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc102e97ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #16 std::__1::function::operator() (this=0x7fc102e97ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bf00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\320\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d080}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc102e97c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239480768418, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc102e97b16}} 2025-10-03 18:02: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_ = 0x7fc102e97caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:43 _allocations_flag_prev_val759 = 2025-10-03 18:02:43 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc102e97b17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bf20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:43 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 2025-10-03 18:02:43 Thread 607 (Thread 0x7fc1026a3640 (LWP 285) "BgSchPool"): 2025-10-03 18:02:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:43 ec = 2025-10-03 18:02:43 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:43 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:43 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d0e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:43 thread_status = { = { = {}, }, thread_id = 285, os_thread_priority = 0, performance_counters = {counters = 0x7fc11eb9a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc11eb9a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc102696848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 34128, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6j\002\301\177\000\0000ki\002\301\177\000", __large = 0x7fc1026a3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc102696a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc102696a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc11eb36340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\277\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:43 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:43 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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=0x7fc133e0d0e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:43 __f = 0x7fc133e0d0e0 2025-10-03 18:02:43 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc102696ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #16 std::__1::function::operator() (this=0x7fc102696ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bf60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\320\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d0e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc102696c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239480852035, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc102696b16}} 2025-10-03 18:02: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_ = 0x7fc102696caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:43 _allocations_flag_prev_val759 = 2025-10-03 18:02:43 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc102696b17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bf80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:43 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 2025-10-03 18:02:43 Thread 606 (Thread 0x7fc101ea2640 (LWP 286) "BgSchPool"): 2025-10-03 18:02:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:43 ec = 2025-10-03 18:02:43 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:43 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:43 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d140) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:43 thread_status = { = { = {}, }, thread_id = 286, os_thread_priority = 0, performance_counters = {counters = 0x7fc13529f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13529f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc101e95848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38016, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\352\001\301\177\000\0000[\351\001\301\177\000", __large = 0x7fc101ea2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc101e95a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc101e95a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135293080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\277\3403\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:43 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:43 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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=0x7fc133e0d140) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:43 __f = 0x7fc133e0d140 2025-10-03 18:02:43 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc101e95ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #16 std::__1::function::operator() (this=0x7fc101e95ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e0bfc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\321\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d140}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc101e95c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239481091173, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc101e95b16}} 2025-10-03 18:02: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_ = 0x7fc101e95caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:43 _allocations_flag_prev_val759 = 2025-10-03 18:02:43 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc101e95b17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e0bfe0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:43 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 2025-10-03 18:02:43 Thread 605 (Thread 0x7fc1016a1640 (LWP 287) "BgSchPool"): 2025-10-03 18:02:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:43 ec = 2025-10-03 18:02:43 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:43 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:43 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d1a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:43 thread_status = { = { = {}, }, thread_id = 287, os_thread_priority = 0, performance_counters = {counters = 0x7fc134ed4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134ed4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc101694848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 90272, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026j\001\301\177\000\0000Ki\001\301\177\000", __large = 0x7fc1016a1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc101694a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc101694a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134ec7600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 P\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:43 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:43 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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=0x7fc133e0d1a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:43 __f = 0x7fc133e0d1a0 2025-10-03 18:02:43 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc101694ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #16 std::__1::function::operator() (this=0x7fc101694ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e15020) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\321\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d1a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc101694c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239481323298, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc101694b16}} 2025-10-03 18:02: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_ = 0x7fc101694caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:43 _allocations_flag_prev_val759 = 2025-10-03 18:02:43 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc101694b17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e15040}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:43 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 2025-10-03 18:02:43 Thread 604 (Thread 0x7fc100ea0640 (LWP 288) "BgSchPool"): 2025-10-03 18:02:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:43 No symbol table info available. 2025-10-03 18:02:43 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:43 ec = 2025-10-03 18:02:43 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:43 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:43 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d200) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:43 thread_status = { = { = {}, }, thread_id = 288, os_thread_priority = 0, performance_counters = {counters = 0x7fc134ab8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134ab8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc100e93848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 37824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\352\000\301\177\000\0000;\351\000\301\177\000", __large = 0x7fc100ea0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc100e93a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc100e93a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134a94340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200P\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:43 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:43 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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=0x7fc133e0d200) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:43 __f = 0x7fc133e0d200 2025-10-03 18:02:43 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc100e93ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #16 std::__1::function::operator() (this=0x7fc100e93ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e15080) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\322\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d200}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc100e93c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239481382419, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc100e93b16}} 2025-10-03 18:02: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_ = 0x7fc100e93caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:43 _allocations_flag_prev_val759 = 2025-10-03 18:02:43 _allocations_flag_prev_val659 = false 2025-10-03 18:02:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc100e93b17}} 2025-10-03 18:02:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:43 job_is_done = 2025-10-03 18:02:43 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:43 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:43 No locals. 2025-10-03 18:02:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e150a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:44 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 2025-10-03 18:02:44 Thread 603 (Thread 0x7fc10069f640 (LWP 289) "BgSchPool"): 2025-10-03 18:02:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:44 ec = 2025-10-03 18:02:44 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:44 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:44 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d260) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:44 thread_status = { = { = {}, }, thread_id = 289, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d0d3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d0d3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc100692848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366i\000\301\177\000\0000+i\000\301\177\000", __large = 0x7fc10069f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc100692a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc100692a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d0c6600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340P\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:44 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:44 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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=0x7fc133e0d260) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:44 __f = 0x7fc133e0d260 2025-10-03 18:02:44 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc100692ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #16 std::__1::function::operator() (this=0x7fc100692ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e150e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\322\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d260}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc100692c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239481571314, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc100692b16}} 2025-10-03 18:02: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_ = 0x7fc100692caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:44 _allocations_flag_prev_val759 = 2025-10-03 18:02:44 _allocations_flag_prev_val659 = false 2025-10-03 18:02:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc100692b17}} 2025-10-03 18:02:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_is_done = 2025-10-03 18:02:44 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e15100}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:44 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 2025-10-03 18:02:44 Thread 602 (Thread 0x7fc0ffe9e640 (LWP 290) "BgSchPool"): 2025-10-03 18:02:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:44 ec = 2025-10-03 18:02:44 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:44 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:44 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d2c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:44 thread_status = { = { = {}, }, thread_id = 290, os_thread_priority = 0, performance_counters = {counters = 0x7fc1352b8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1352b8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ffe91848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29520, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\351\377\300\177\000\0000\033\351\377\300\177\000", __large = 0x7fc0ffe9e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ffe91a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ffe91a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135294340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@Q\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:44 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:44 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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=0x7fc133e0d2c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:44 __f = 0x7fc133e0d2c0 2025-10-03 18:02:44 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ffe91ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #16 std::__1::function::operator() (this=0x7fc0ffe91ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e15140) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\322\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d2c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ffe91c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239481779494, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ffe91b16}} 2025-10-03 18:02: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_ = 0x7fc0ffe91caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:44 _allocations_flag_prev_val759 = 2025-10-03 18:02:44 _allocations_flag_prev_val659 = false 2025-10-03 18:02:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ffe91b17}} 2025-10-03 18:02:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_is_done = 2025-10-03 18:02:44 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e15160}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:44 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 2025-10-03 18:02:44 Thread 601 (Thread 0x7fc0ff69d640 (LWP 291) "BgSchPool"): 2025-10-03 18:02:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:44 ec = 2025-10-03 18:02:44 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:44 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:44 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d320) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:44 thread_status = { = { = {}, }, thread_id = 291, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d0eb000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d0eb000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ff690848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326i\377\300\177\000\0000\vi\377\300\177\000", __large = 0x7fc0ff69d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ff690a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ff690a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d0c78c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240Q\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:44 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:44 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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=0x7fc133e0d320) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:44 __f = 0x7fc133e0d320 2025-10-03 18:02:44 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ff690ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #16 std::__1::function::operator() (this=0x7fc0ff690ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e151a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \323\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d320}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ff690c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239482008063, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ff690b16}} 2025-10-03 18:02: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_ = 0x7fc0ff690caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:44 _allocations_flag_prev_val759 = 2025-10-03 18:02:44 _allocations_flag_prev_val659 = false 2025-10-03 18:02:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ff690b17}} 2025-10-03 18:02:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_is_done = 2025-10-03 18:02:44 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e151c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:44 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 2025-10-03 18:02:44 Thread 600 (Thread 0x7fc0fe1ff640 (LWP 292) "BgSchPool"): 2025-10-03 18:02:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:44 ec = 2025-10-03 18:02:44 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:44 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:44 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d380) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:44 thread_status = { = { = {}, }, thread_id = 292, os_thread_priority = 0, performance_counters = {counters = 0x7fc1342a8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1342a8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0fe1f2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\037\376\300\177\000\0000+\037\376\300\177\000", __large = 0x7fc0fe1ff640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fe1f2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fe1f2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134284340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000R\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:44 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:44 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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=0x7fc133e0d380) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:44 __f = 0x7fc133e0d380 2025-10-03 18:02:44 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0fe1f2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #16 std::__1::function::operator() (this=0x7fc0fe1f2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e15200) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\323\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d380}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fe1f2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239482059609, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0fe1f2b16}} 2025-10-03 18:02: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_ = 0x7fc0fe1f2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:44 _allocations_flag_prev_val759 = 2025-10-03 18:02:44 _allocations_flag_prev_val659 = false 2025-10-03 18:02:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0fe1f2b17}} 2025-10-03 18:02:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_is_done = 2025-10-03 18:02:44 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e15220}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:44 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 2025-10-03 18:02:44 Thread 599 (Thread 0x7fc0fd9fe640 (LWP 293) "BgSchPool"): 2025-10-03 18:02:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:44 ec = 2025-10-03 18:02:44 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:44 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:44 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d3e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:44 thread_status = { = { = {}, }, thread_id = 293, os_thread_priority = 0, performance_counters = {counters = 0x7fc1352d4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1352d4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0fd9f1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22176, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\237\375\300\177\000\0000\033\237\375\300\177\000", __large = 0x7fc0fd9fe640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fd9f1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fd9f1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1352c7600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`R\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:44 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:44 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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=0x7fc133e0d3e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:44 __f = 0x7fc133e0d3e0 2025-10-03 18:02:44 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0fd9f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #16 std::__1::function::operator() (this=0x7fc0fd9f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e15260) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\323\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d3e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fd9f1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239482249555, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0fd9f1b16}} 2025-10-03 18:02: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_ = 0x7fc0fd9f1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:44 _allocations_flag_prev_val759 = 2025-10-03 18:02:44 _allocations_flag_prev_val659 = false 2025-10-03 18:02:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0fd9f1b17}} 2025-10-03 18:02:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_is_done = 2025-10-03 18:02:44 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e15280}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:44 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 2025-10-03 18:02:44 Thread 598 (Thread 0x7fc0fd1fd640 (LWP 294) "BgSchPool"): 2025-10-03 18:02:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:44 ec = 2025-10-03 18:02:44 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:44 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:44 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d440) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:44 thread_status = { = { = {}, }, thread_id = 294, os_thread_priority = 0, performance_counters = {counters = 0x7fc1342c4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1342c4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0fd1f0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19968, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\037\375\300\177\000\0000\v\037\375\300\177\000", __large = 0x7fc0fd1fd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fd1f0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fd1f0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1342b7600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300R\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:44 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:44 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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=0x7fc133e0d440) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:44 __f = 0x7fc133e0d440 2025-10-03 18:02:44 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0fd1f0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #16 std::__1::function::operator() (this=0x7fc0fd1f0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e152c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\324\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d440}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fd1f0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239482375111, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0fd1f0b16}} 2025-10-03 18:02: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_ = 0x7fc0fd1f0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:44 _allocations_flag_prev_val759 = 2025-10-03 18:02:44 _allocations_flag_prev_val659 = false 2025-10-03 18:02:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0fd1f0b17}} 2025-10-03 18:02:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_is_done = 2025-10-03 18:02:44 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e152e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:44 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 2025-10-03 18:02:44 Thread 597 (Thread 0x7fc0fc9fc640 (LWP 295) "BgSchPool"): 2025-10-03 18:02:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:44 ec = 2025-10-03 18:02:44 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:44 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:44 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d4a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:44 thread_status = { = { = {}, }, thread_id = 295, os_thread_priority = 0, performance_counters = {counters = 0x7fc13669d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13669d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0fc9ef848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 46992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Ɵ\374\300\177\000\0000\373\236\374\300\177\000", __large = 0x7fc0fc9fc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fc9efa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fc9efa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc136691080}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 S\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:44 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:44 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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=0x7fc133e0d4a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:44 __f = 0x7fc133e0d4a0 2025-10-03 18:02:44 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0fc9efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #16 std::__1::function::operator() (this=0x7fc0fc9efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e15320) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\324\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d4a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fc9efc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239482530312, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0fc9efb16}} 2025-10-03 18:02: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_ = 0x7fc0fc9efcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:44 _allocations_flag_prev_val759 = 2025-10-03 18:02:44 _allocations_flag_prev_val659 = false 2025-10-03 18:02:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0fc9efb17}} 2025-10-03 18:02:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_is_done = 2025-10-03 18:02:44 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e15340}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:44 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 2025-10-03 18:02:44 Thread 596 (Thread 0x7fc0fc1fb640 (LWP 296) "BgSchPool"): 2025-10-03 18:02:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:44 ec = 2025-10-03 18:02:44 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:44 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:44 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d500) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:44 thread_status = { = { = {}, }, thread_id = 296, os_thread_priority = 0, performance_counters = {counters = 0x7fc252954000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252954000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0fc1ee848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19168, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\037\374\300\177\000\0000\353\036\374\300\177\000", __large = 0x7fc0fc1fb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fc1eea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fc1eea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252931650}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200S\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:44 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:44 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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=0x7fc133e0d500) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:44 __f = 0x7fc133e0d500 2025-10-03 18:02:44 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0fc1eeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #16 std::__1::function::operator() (this=0x7fc0fc1eeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e15380) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\325\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d500}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fc1eec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239482606295, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0fc1eeb16}} 2025-10-03 18:02: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_ = 0x7fc0fc1eecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:44 _allocations_flag_prev_val759 = 2025-10-03 18:02:44 _allocations_flag_prev_val659 = false 2025-10-03 18:02:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0fc1eeb17}} 2025-10-03 18:02:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_is_done = 2025-10-03 18:02:44 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e153a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:44 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 2025-10-03 18:02:44 Thread 595 (Thread 0x7fc0fb9fa640 (LWP 297) "BgSchPool"): 2025-10-03 18:02:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:44 No symbol table info available. 2025-10-03 18:02:44 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:44 ec = 2025-10-03 18:02:44 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:44 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:44 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d560) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:44 thread_status = { = { = {}, }, thread_id = 297, os_thread_priority = 0, performance_counters = {counters = 0x7fc1320d1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1320d1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0fb9ed848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\237\373\300\177\000\0000۞\373\300\177\000", __large = 0x7fc0fb9fa640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fb9eda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fb9eda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1320c4600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340S\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:44 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:44 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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=0x7fc133e0d560) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:44 __f = 0x7fc133e0d560 2025-10-03 18:02:44 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0fb9edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #16 std::__1::function::operator() (this=0x7fc0fb9edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e153e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\325\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d560}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fb9edc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239482734686, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0fb9edb16}} 2025-10-03 18:02: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_ = 0x7fc0fb9edcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:44 _allocations_flag_prev_val759 = 2025-10-03 18:02:44 _allocations_flag_prev_val659 = false 2025-10-03 18:02:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0fb9edb17}} 2025-10-03 18:02:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:44 job_is_done = 2025-10-03 18:02:44 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:44 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:44 No locals. 2025-10-03 18:02:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e15400}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:45 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 2025-10-03 18:02:45 Thread 594 (Thread 0x7fc0fb1f9640 (LWP 298) "BgSchPool"): 2025-10-03 18:02:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:45 ec = 2025-10-03 18:02:45 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:45 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:45 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d5c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:45 thread_status = { = { = {}, }, thread_id = 298, os_thread_priority = 0, performance_counters = {counters = 0x7fc1342dd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1342dd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0fb1ec848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 40256, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\037\373\300\177\000\0000\313\036\373\300\177\000", __large = 0x7fc0fb1f9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fb1eca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fb1eca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1342b88c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@T\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:45 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:45 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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=0x7fc133e0d5c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:45 __f = 0x7fc133e0d5c0 2025-10-03 18:02:45 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0fb1ecba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #16 std::__1::function::operator() (this=0x7fc0fb1ecba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e15440) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\325\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d5c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fb1ecc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239482814024, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0fb1ecb16}} 2025-10-03 18:02: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_ = 0x7fc0fb1eccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:45 _allocations_flag_prev_val759 = 2025-10-03 18:02:45 _allocations_flag_prev_val659 = false 2025-10-03 18:02:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0fb1ecb17}} 2025-10-03 18:02:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_is_done = 2025-10-03 18:02:45 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e15460}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:45 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 2025-10-03 18:02:45 Thread 593 (Thread 0x7fc0fa9f8640 (LWP 299) "BgSchPool"): 2025-10-03 18:02:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:45 ec = 2025-10-03 18:02:45 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:45 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:45 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d620) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:45 thread_status = { = { = {}, }, thread_id = 299, os_thread_priority = 0, performance_counters = {counters = 0x7fc133e18000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133e18000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0fa9eb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29840, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\237\372\300\177\000\0000\273\236\372\300\177\000", __large = 0x7fc0fa9f8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fa9eba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fa9eba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133e0dc20}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240T\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:45 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:45 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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=0x7fc133e0d620) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:45 __f = 0x7fc133e0d620 2025-10-03 18:02:45 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0fa9ebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #16 std::__1::function::operator() (this=0x7fc0fa9ebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e154a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \326\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d620}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fa9ebc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239482941964, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0fa9ebb16}} 2025-10-03 18:02: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_ = 0x7fc0fa9ebcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:45 _allocations_flag_prev_val759 = 2025-10-03 18:02:45 _allocations_flag_prev_val659 = false 2025-10-03 18:02:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0fa9ebb17}} 2025-10-03 18:02:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_is_done = 2025-10-03 18:02:45 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e154c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:45 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 2025-10-03 18:02:45 Thread 592 (Thread 0x7fc0fa1f7640 (LWP 300) "BgSchPool"): 2025-10-03 18:02:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:45 ec = 2025-10-03 18:02:45 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:45 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:45 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d680) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:45 thread_status = { = { = {}, }, thread_id = 300, os_thread_priority = 0, performance_counters = {counters = 0x7fc1320e9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1320e9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0fa1ea848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30768, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\037\372\300\177\000\0000\253\036\372\300\177\000", __large = 0x7fc0fa1f7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fa1eaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fa1eaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1320c58c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000U\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:45 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:45 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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=0x7fc133e0d680) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:45 __f = 0x7fc133e0d680 2025-10-03 18:02:45 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0fa1eaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #16 std::__1::function::operator() (this=0x7fc0fa1eaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e15500) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\326\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d680}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0fa1eac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239483147079, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0fa1eab16}} 2025-10-03 18:02: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_ = 0x7fc0fa1eacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:45 _allocations_flag_prev_val759 = 2025-10-03 18:02:45 _allocations_flag_prev_val659 = false 2025-10-03 18:02:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0fa1eab17}} 2025-10-03 18:02:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_is_done = 2025-10-03 18:02:45 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e15520}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:45 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 2025-10-03 18:02:45 Thread 591 (Thread 0x7fc0f99f6640 (LWP 301) "BgSchPool"): 2025-10-03 18:02:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:45 ec = 2025-10-03 18:02:45 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:45 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:45 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d6e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:45 thread_status = { = { = {}, }, thread_id = 301, os_thread_priority = 0, performance_counters = {counters = 0x7fc133e30000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133e30000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f99e9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\237\371\300\177\000\0000\233\236\371\300\177\000", __large = 0x7fc0f99f6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f99e9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f99e9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133e0eee0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`U\3413\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:45 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:45 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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=0x7fc133e0d6e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:45 __f = 0x7fc133e0d6e0 2025-10-03 18:02:45 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f99e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #16 std::__1::function::operator() (this=0x7fc0f99e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e15560) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\326\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d6e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f99e9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239483286400, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f99e9b16}} 2025-10-03 18:02: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_ = 0x7fc0f99e9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:45 _allocations_flag_prev_val759 = 2025-10-03 18:02:45 _allocations_flag_prev_val659 = false 2025-10-03 18:02:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f99e9b17}} 2025-10-03 18:02:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_is_done = 2025-10-03 18:02:45 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669c780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:45 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 2025-10-03 18:02:45 Thread 590 (Thread 0x7fc0f91f5640 (LWP 302) "BgSchPool"): 2025-10-03 18:02:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:45 ec = 2025-10-03 18:02:45 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:45 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:45 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d740) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:45 thread_status = { = { = {}, }, thread_id = 302, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a6cc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a6cc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f91e8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18880, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\037\371\300\177\000\0000\213\036\371\300\177\000", __large = 0x7fc0f91f5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f91e8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f91e8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a6c0600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\307i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:45 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:45 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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=0x7fc133e0d740) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:45 __f = 0x7fc133e0d740 2025-10-03 18:02:45 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f91e8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #16 std::__1::function::operator() (this=0x7fc0f91e8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669c7c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\327\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d740}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f91e8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239483407908, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f91e8b16}} 2025-10-03 18:02: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_ = 0x7fc0f91e8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:45 _allocations_flag_prev_val759 = 2025-10-03 18:02:45 _allocations_flag_prev_val659 = false 2025-10-03 18:02:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f91e8b17}} 2025-10-03 18:02:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_is_done = 2025-10-03 18:02:45 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669c7e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:45 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 2025-10-03 18:02:45 Thread 589 (Thread 0x7fc0f89f4640 (LWP 303) "BgSchPool"): 2025-10-03 18:02:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:45 ec = 2025-10-03 18:02:45 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:45 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:45 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d7a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:45 thread_status = { = { = {}, }, thread_id = 303, os_thread_priority = 0, performance_counters = {counters = 0x7fc133e4c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133e4c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f89e7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38688, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\237\370\300\177\000\0000{\236\370\300\177\000", __large = 0x7fc0f89f4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f89e7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f89e7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133e401a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \310i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:45 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:45 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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=0x7fc133e0d7a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:45 __f = 0x7fc133e0d7a0 2025-10-03 18:02:45 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f89e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #16 std::__1::function::operator() (this=0x7fc0f89e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669c820) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\327\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d7a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f89e7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239483537661, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f89e7b16}} 2025-10-03 18:02: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_ = 0x7fc0f89e7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:45 _allocations_flag_prev_val759 = 2025-10-03 18:02:45 _allocations_flag_prev_val659 = false 2025-10-03 18:02:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f89e7b17}} 2025-10-03 18:02:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_is_done = 2025-10-03 18:02:45 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669c840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:45 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 2025-10-03 18:02:45 Thread 588 (Thread 0x7fc0f81f3640 (LWP 304) "BgSchPool"): 2025-10-03 18:02:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:45 ec = 2025-10-03 18:02:45 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:45 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:45 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d800) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:45 thread_status = { = { = {}, }, thread_id = 304, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a6e4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a6e4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f81e6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28624, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\037\370\300\177\000\0000k\036\370\300\177\000", __large = 0x7fc0f81f3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f81e6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f81e6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a6c18c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239892468956, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\310i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:45 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:45 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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=0x7fc133e0d800) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:45 __f = 0x7fc133e0d800 2025-10-03 18:02:45 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f81e6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #16 std::__1::function::operator() (this=0x7fc0f81e6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669c880) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\330\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d800}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f81e6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239483600199, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f81e6b16}} 2025-10-03 18:02: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_ = 0x7fc0f81e6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:45 _allocations_flag_prev_val759 = 2025-10-03 18:02:45 _allocations_flag_prev_val659 = false 2025-10-03 18:02:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f81e6b17}} 2025-10-03 18:02:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_is_done = 2025-10-03 18:02:45 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669c8a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:45 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 2025-10-03 18:02:45 Thread 587 (Thread 0x7fc0f79f2640 (LWP 305) "BgSchPool"): 2025-10-03 18:02:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:45 ec = 2025-10-03 18:02:45 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:45 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:45 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d860) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:45 thread_status = { = { = {}, }, thread_id = 305, os_thread_priority = 0, performance_counters = {counters = 0x7fc1322b5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1322b5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f79e5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 47600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\237\367\300\177\000\0000[\236\367\300\177\000", __large = 0x7fc0f79f2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f79e5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f79e5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132291340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\310i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:45 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:45 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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=0x7fc133e0d860) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:45 __f = 0x7fc133e0d860 2025-10-03 18:02:45 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f79e5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #16 std::__1::function::operator() (this=0x7fc0f79e5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669c8e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\330\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d860}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f79e5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239483688565, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f79e5b16}} 2025-10-03 18:02: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_ = 0x7fc0f79e5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:45 _allocations_flag_prev_val759 = 2025-10-03 18:02:45 _allocations_flag_prev_val659 = false 2025-10-03 18:02:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f79e5b17}} 2025-10-03 18:02:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_is_done = 2025-10-03 18:02:45 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669c900}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:45 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 2025-10-03 18:02:45 Thread 586 (Thread 0x7fc0f71f1640 (LWP 306) "BgSchPool"): 2025-10-03 18:02:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:45 No symbol table info available. 2025-10-03 18:02:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:45 ec = 2025-10-03 18:02:45 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:45 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:45 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d8c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:45 thread_status = { = { = {}, }, thread_id = 306, os_thread_priority = 0, performance_counters = {counters = 0x7fc133e65000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133e65000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f71e4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 33312, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\037\367\300\177\000\0000K\036\367\300\177\000", __large = 0x7fc0f71f1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f71e4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f71e4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133e41460}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\311i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:45 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:45 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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=0x7fc133e0d8c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:45 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:45 __f = 0x7fc133e0d8c0 2025-10-03 18:02:45 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f71e4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #16 std::__1::function::operator() (this=0x7fc0f71e4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:45 No locals. 2025-10-03 18:02:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669c940) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\330\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d8c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f71e4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239483755750, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f71e4b16}} 2025-10-03 18:02: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_ = 0x7fc0f71e4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:46 _allocations_flag_prev_val759 = 2025-10-03 18:02:46 _allocations_flag_prev_val659 = false 2025-10-03 18:02:46 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f71e4b17}} 2025-10-03 18:02:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_is_done = 2025-10-03 18:02:46 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669c960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:46 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 2025-10-03 18:02:46 Thread 585 (Thread 0x7fc0f69f0640 (LWP 307) "BgSchPool"): 2025-10-03 18:02:46 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:46 ec = 2025-10-03 18:02:46 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:46 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:46 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d920) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:46 thread_status = { = { = {}, }, thread_id = 307, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a6fd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a6fd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f69e3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23072, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\237\366\300\177\000\0000;\236\366\300\177\000", __large = 0x7fc0f69f0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f69e3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f69e3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a6c2b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\311i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:46 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:46 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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=0x7fc133e0d920) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:46 __f = 0x7fc133e0d920 2025-10-03 18:02:46 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f69e3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #16 std::__1::function::operator() (this=0x7fc0f69e3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669c9a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \331\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d920}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f69e3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239483818518, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:46 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f69e3b16}} 2025-10-03 18:02: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_ = 0x7fc0f69e3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:46 _allocations_flag_prev_val759 = 2025-10-03 18:02:46 _allocations_flag_prev_val659 = false 2025-10-03 18:02:46 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f69e3b17}} 2025-10-03 18:02:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_is_done = 2025-10-03 18:02:46 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669c9c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:46 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 2025-10-03 18:02:46 Thread 584 (Thread 0x7fc0f61ef640 (LWP 308) "BgSchPool"): 2025-10-03 18:02:46 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:46 ec = 2025-10-03 18:02:46 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:46 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:46 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d980) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:46 thread_status = { = { = {}, }, thread_id = 308, os_thread_priority = 0, performance_counters = {counters = 0x7fc1358b7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1358b7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f61e2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\036\366\300\177\000\0000+\036\366\300\177\000", __large = 0x7fc0f61ef640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f61e2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f61e2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135893340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\312i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:46 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:46 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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=0x7fc133e0d980) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:46 __f = 0x7fc133e0d980 2025-10-03 18:02:46 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f61e2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #16 std::__1::function::operator() (this=0x7fc0f61e2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669ca00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\331\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d980}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f61e2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239484052477, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:46 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f61e2b16}} 2025-10-03 18:02: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_ = 0x7fc0f61e2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:46 _allocations_flag_prev_val759 = 2025-10-03 18:02:46 _allocations_flag_prev_val659 = false 2025-10-03 18:02:46 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f61e2b17}} 2025-10-03 18:02:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_is_done = 2025-10-03 18:02:46 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669ca20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:46 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 2025-10-03 18:02:46 Thread 583 (Thread 0x7fc0f59ee640 (LWP 309) "BgSchPool"): 2025-10-03 18:02:46 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:46 ec = 2025-10-03 18:02:46 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:46 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:46 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0d9e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:46 thread_status = { = { = {}, }, thread_id = 309, os_thread_priority = 0, performance_counters = {counters = 0x7fc13acd4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13acd4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f59e1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\236\365\300\177\000\0000\033\236\365\300\177\000", __large = 0x7fc0f59ee640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f59e1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f59e1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13acc7600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\312i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:46 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:46 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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=0x7fc133e0d9e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:46 __f = 0x7fc133e0d9e0 2025-10-03 18:02:46 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f59e1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #16 std::__1::function::operator() (this=0x7fc0f59e1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669ca60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\331\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0d9e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f59e1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239484111137, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:46 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f59e1b16}} 2025-10-03 18:02: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_ = 0x7fc0f59e1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:46 _allocations_flag_prev_val759 = 2025-10-03 18:02:46 _allocations_flag_prev_val659 = false 2025-10-03 18:02:46 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f59e1b17}} 2025-10-03 18:02:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_is_done = 2025-10-03 18:02:46 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669ca80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:46 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 2025-10-03 18:02:46 Thread 582 (Thread 0x7fc0f51ed640 (LWP 310) "BgSchPool"): 2025-10-03 18:02:46 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:46 ec = 2025-10-03 18:02:46 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:46 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:46 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0da40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:46 thread_status = { = { = {}, }, thread_id = 310, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c2e3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c2e3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f51e0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19040, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\036\365\300\177\000\0000\v\036\365\300\177\000", __large = 0x7fc0f51ed640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f51e0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f51e0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c2d7600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\312i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:46 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:46 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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=0x7fc133e0da40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:46 __f = 0x7fc133e0da40 2025-10-03 18:02:46 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f51e0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #16 std::__1::function::operator() (this=0x7fc0f51e0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cac0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\332\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0da40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f51e0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239484188081, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:46 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f51e0b16}} 2025-10-03 18:02: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_ = 0x7fc0f51e0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:46 _allocations_flag_prev_val759 = 2025-10-03 18:02:46 _allocations_flag_prev_val659 = false 2025-10-03 18:02:46 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f51e0b17}} 2025-10-03 18:02:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_is_done = 2025-10-03 18:02:46 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:46 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 2025-10-03 18:02:46 Thread 581 (Thread 0x7fc0f49ec640 (LWP 311) "BgSchPool"): 2025-10-03 18:02:46 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:46 ec = 2025-10-03 18:02:46 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:46 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:46 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0daa0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:46 thread_status = { = { = {}, }, thread_id = 311, os_thread_priority = 0, performance_counters = {counters = 0x7fc133e81000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133e81000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f49df848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ƞ\364\300\177\000\0000\373\235\364\300\177\000", __large = 0x7fc0f49ec640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f49dfa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f49dfa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133e74720}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \313i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:46 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:46 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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=0x7fc133e0daa0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:46 __f = 0x7fc133e0daa0 2025-10-03 18:02:46 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f49dfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #16 std::__1::function::operator() (this=0x7fc0f49dfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cb20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\332\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0daa0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f49dfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239484432740, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:46 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f49dfb16}} 2025-10-03 18:02: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_ = 0x7fc0f49dfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:46 _allocations_flag_prev_val759 = 2025-10-03 18:02:46 _allocations_flag_prev_val659 = false 2025-10-03 18:02:46 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f49dfb17}} 2025-10-03 18:02:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_is_done = 2025-10-03 18:02:46 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cb40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:46 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 2025-10-03 18:02:46 Thread 580 (Thread 0x7fc0f41eb640 (LWP 312) "BgSchPool"): 2025-10-03 18:02:46 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:46 ec = 2025-10-03 18:02:46 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:46 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:46 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0db00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:46 thread_status = { = { = {}, }, thread_id = 312, os_thread_priority = 0, performance_counters = {counters = 0x7fc1322d1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1322d1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f41de848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\036\364\300\177\000\0000\353\035\364\300\177\000", __large = 0x7fc0f41eb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f41dea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f41dea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1322c4600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\313i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:46 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:46 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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=0x7fc133e0db00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:46 __f = 0x7fc133e0db00 2025-10-03 18:02:46 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f41deba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #16 std::__1::function::operator() (this=0x7fc0f41deba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cb80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\333\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0db00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f41dec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239484519643, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:46 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f41deb16}} 2025-10-03 18:02: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_ = 0x7fc0f41decaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:46 _allocations_flag_prev_val759 = 2025-10-03 18:02:46 _allocations_flag_prev_val659 = false 2025-10-03 18:02:46 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f41deb17}} 2025-10-03 18:02:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_is_done = 2025-10-03 18:02:46 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:46 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 2025-10-03 18:02:46 Thread 579 (Thread 0x7fc0f39ea640 (LWP 313) "BgSchPool"): 2025-10-03 18:02:46 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:46 ec = 2025-10-03 18:02:46 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:46 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:46 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0db60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:46 thread_status = { = { = {}, }, thread_id = 313, os_thread_priority = 0, performance_counters = {counters = 0x7fc1346b8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1346b8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f39dd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\236\363\300\177\000\0000۝\363\300\177\000", __large = 0x7fc0f39ea640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f39dda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f39dda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134694340}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\313i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:46 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:46 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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=0x7fc133e0db60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:46 __f = 0x7fc133e0db60 2025-10-03 18:02:46 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f39ddba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #16 std::__1::function::operator() (this=0x7fc0f39ddba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cbe0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\333\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0db60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f39ddc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239484617967, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:46 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f39ddb16}} 2025-10-03 18:02: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_ = 0x7fc0f39ddcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:46 _allocations_flag_prev_val759 = 2025-10-03 18:02:46 _allocations_flag_prev_val659 = false 2025-10-03 18:02:46 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f39ddb17}} 2025-10-03 18:02:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_is_done = 2025-10-03 18:02:46 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cc00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:46 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 2025-10-03 18:02:46 Thread 578 (Thread 0x7fc0f31e9640 (LWP 314) "BgSchPool"): 2025-10-03 18:02:46 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:46 ec = 2025-10-03 18:02:46 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:46 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:46 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e0dbc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:46 thread_status = { = { = {}, }, thread_id = 314, os_thread_priority = 0, performance_counters = {counters = 0x7fc134eec000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134eec000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f31dc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21120, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\036\363\300\177\000\0000\313\035\363\300\177\000", __large = 0x7fc0f31e9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f31dca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f31dca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134ec88c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\314i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:46 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:46 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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=0x7fc133e0dbc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:46 __f = 0x7fc133e0dbc0 2025-10-03 18:02:46 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f31dcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #16 std::__1::function::operator() (this=0x7fc0f31dcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cc40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\333\3403\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e0dbc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f31dcc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239484688179, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:46 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f31dcb16}} 2025-10-03 18:02: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_ = 0x7fc0f31dccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:46 _allocations_flag_prev_val759 = 2025-10-03 18:02:46 _allocations_flag_prev_val659 = false 2025-10-03 18:02:46 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f31dcb17}} 2025-10-03 18:02:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_is_done = 2025-10-03 18:02:46 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cc60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:46 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 2025-10-03 18:02:46 Thread 577 (Thread 0x7fc0f29e8640 (LWP 315) "BgSchPool"): 2025-10-03 18:02:46 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:46 No symbol table info available. 2025-10-03 18:02:46 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:46 ec = 2025-10-03 18:02:46 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:46 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:46 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692340) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:46 thread_status = { = { = {}, }, thread_id = 315, os_thread_priority = 0, performance_counters = {counters = 0x7fc134ad4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134ad4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f29db848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 36352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\236\362\300\177\000\0000\273\235\362\300\177\000", __large = 0x7fc0f29e8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f29dba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f29dba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134ac7600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\314i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:46 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:46 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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=0x7fc136692340) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:46 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:46 __f = 0x7fc136692340 2025-10-03 18:02:46 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f29dbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #16 std::__1::function::operator() (this=0x7fc0f29dbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:46 No locals. 2025-10-03 18:02:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cca0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@#i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692340}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f29dbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239484868387, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:46 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f29dbb16}} 2025-10-03 18:02: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_ = 0x7fc0f29dbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f29dbb17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669ccc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:47 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 2025-10-03 18:02:47 Thread 576 (Thread 0x7fc0f21e7640 (LWP 316) "BgSchPool"): 2025-10-03 18:02:47 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:47 ec = 2025-10-03 18:02:47 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:47 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:47 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1366923a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:47 thread_status = { = { = {}, }, thread_id = 316, os_thread_priority = 0, performance_counters = {counters = 0x7fc11ebd6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc11ebd6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f21da848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27120, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\036\362\300\177\000\0000\253\035\362\300\177\000", __large = 0x7fc0f21e7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f21daa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f21daa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc11eba9600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\315i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:47 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:47 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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=0x7fc1366923a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:47 __f = 0x7fc1366923a0 2025-10-03 18:02:47 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f21daba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #16 std::__1::function::operator() (this=0x7fc0f21daba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cd00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240#i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1366923a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f21dac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239485051450, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:47 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f21dab16}} 2025-10-03 18:02: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_ = 0x7fc0f21dacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f21dab17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cd20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:47 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 2025-10-03 18:02:47 Thread 575 (Thread 0x7fc0f19e6640 (LWP 317) "BgSchPool"): 2025-10-03 18:02:47 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:47 ec = 2025-10-03 18:02:47 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:47 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:47 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692400) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:47 thread_status = { = { = {}, }, thread_id = 317, os_thread_priority = 0, performance_counters = {counters = 0x7fc1358d3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1358d3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f19d9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 25584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\236\361\300\177\000\0000\233\235\361\300\177\000", __large = 0x7fc0f19e6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f19d9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f19d9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1358c6600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\315i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:47 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:47 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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=0x7fc136692400) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:47 __f = 0x7fc136692400 2025-10-03 18:02:47 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f19d9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #16 std::__1::function::operator() (this=0x7fc0f19d9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cd60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000$i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692400}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f19d9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239485182907, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:47 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f19d9b16}} 2025-10-03 18:02: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_ = 0x7fc0f19d9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f19d9b17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cd80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:47 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 2025-10-03 18:02:47 Thread 574 (Thread 0x7fc0f11e5640 (LWP 318) "BgSchPool"): 2025-10-03 18:02:47 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:47 ec = 2025-10-03 18:02:47 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:47 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:47 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692460) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:47 thread_status = { = { = {}, }, thread_id = 318, os_thread_priority = 0, performance_counters = {counters = 0x7fc1346d4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1346d4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f11d8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19264, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\036\361\300\177\000\0000\213\035\361\300\177\000", __large = 0x7fc0f11e5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f11d8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f11d8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1346c7600}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\315i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:47 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:47 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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=0x7fc136692460) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:47 __f = 0x7fc136692460 2025-10-03 18:02:47 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f11d8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #16 std::__1::function::operator() (this=0x7fc0f11d8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cdc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`$i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692460}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f11d8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239485333389, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:47 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f11d8b16}} 2025-10-03 18:02: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_ = 0x7fc0f11d8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f11d8b17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cde0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:47 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 2025-10-03 18:02:47 Thread 573 (Thread 0x7fc0f09e4640 (LWP 319) "BgSchPool"): 2025-10-03 18:02:47 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:47 ec = 2025-10-03 18:02:47 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:47 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:47 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1366924c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:47 thread_status = { = { = {}, }, thread_id = 319, os_thread_priority = 0, performance_counters = {counters = 0x7fc13acec000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13acec000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f09d7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\236\360\300\177\000\0000{\235\360\300\177\000", __large = 0x7fc0f09e4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f09d7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f09d7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13acc88c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \316i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:47 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:47 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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=0x7fc1366924c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:47 __f = 0x7fc1366924c0 2025-10-03 18:02:47 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f09d7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #16 std::__1::function::operator() (this=0x7fc0f09d7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669ce20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300$i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1366924c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f09d7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239485395316, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:47 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f09d7b16}} 2025-10-03 18:02: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_ = 0x7fc0f09d7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f09d7b17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669ce40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:47 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 2025-10-03 18:02:47 Thread 572 (Thread 0x7fc0f01e3640 (LWP 320) "BgSchPool"): 2025-10-03 18:02:47 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:47 ec = 2025-10-03 18:02:47 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:47 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:47 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692520) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:47 thread_status = { = { = {}, }, thread_id = 320, os_thread_priority = 0, performance_counters = {counters = 0x7fc0feca7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0feca7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0f01d6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\036\360\300\177\000\0000k\035\360\300\177\000", __large = 0x7fc0f01e3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f01d6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f01d6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc11ebaa8c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\316i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:47 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:47 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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=0x7fc136692520) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:47 __f = 0x7fc136692520 2025-10-03 18:02:47 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0f01d6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #16 std::__1::function::operator() (this=0x7fc0f01d6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669ce80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " %i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692520}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0f01d6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239485480636, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:47 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0f01d6b16}} 2025-10-03 18:02: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_ = 0x7fc0f01d6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0f01d6b17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:47 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 2025-10-03 18:02:47 Thread 571 (Thread 0x7fc0ef9e2640 (LWP 321) "BgSchPool"): 2025-10-03 18:02:47 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:47 ec = 2025-10-03 18:02:47 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:47 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:47 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692580) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:47 thread_status = { = { = {}, }, thread_id = 321, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d104000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d104000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ef9d5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\236\357\300\177\000\0000[\235\357\300\177\000", __large = 0x7fc0ef9e2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ef9d5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ef9d5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d0c8b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\316i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:47 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:47 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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=0x7fc136692580) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:47 __f = 0x7fc136692580 2025-10-03 18:02:47 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ef9d5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #16 std::__1::function::operator() (this=0x7fc0ef9d5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cee0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200%i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692580}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ef9d5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239485738760, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:47 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ef9d5b16}} 2025-10-03 18:02: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_ = 0x7fc0ef9d5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ef9d5b17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cf00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:47 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 2025-10-03 18:02:47 Thread 570 (Thread 0x7fc0ef1e1640 (LWP 322) "BgSchPool"): 2025-10-03 18:02:47 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:47 ec = 2025-10-03 18:02:47 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:47 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:47 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1366925e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:47 thread_status = { = { = {}, }, thread_id = 322, os_thread_priority = 0, performance_counters = {counters = 0x7fc134aec000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134aec000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ef1d4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\036\357\300\177\000\0000K\035\357\300\177\000", __large = 0x7fc0ef1e1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ef1d4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ef1d4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134ac88c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\317i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:47 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:47 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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=0x7fc1366925e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:47 __f = 0x7fc1366925e0 2025-10-03 18:02:47 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ef1d4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #16 std::__1::function::operator() (this=0x7fc0ef1d4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cf40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340%i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1366925e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ef1d4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239485803651, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:47 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ef1d4b16}} 2025-10-03 18:02: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_ = 0x7fc0ef1d4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ef1d4b17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cf60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:47 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 2025-10-03 18:02:47 Thread 569 (Thread 0x7fc0ee9e0640 (LWP 323) "BgSchPool"): 2025-10-03 18:02:47 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:47 ec = 2025-10-03 18:02:47 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:47 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:47 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692640) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:47 thread_status = { = { = {}, }, thread_id = 323, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c2fc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c2fc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ee9d3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29168, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\236\356\300\177\000\0000;\235\356\300\177\000", __large = 0x7fc0ee9e0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ee9d3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ee9d3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c2d88c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\317i6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:47 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:47 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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=0x7fc136692640) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:47 __f = 0x7fc136692640 2025-10-03 18:02:47 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ee9d3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #16 std::__1::function::operator() (this=0x7fc0ee9d3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13669cfa0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692640}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ee9d3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239485962088, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:47 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ee9d3b16}} 2025-10-03 18:02: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_ = 0x7fc0ee9d3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ee9d3b17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13669cfc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:47 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 2025-10-03 18:02:47 Thread 568 (Thread 0x7fc0ee1df640 (LWP 324) "BgSchPool"): 2025-10-03 18:02:47 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:47 ec = 2025-10-03 18:02:47 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:47 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:47 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1366926a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:47 thread_status = { = { = {}, }, thread_id = 324, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d120000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d120000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ee1d2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27376, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\035\356\300\177\000\0000+\035\356\300\177\000", __large = 0x7fc0ee1df640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ee1d2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ee1d2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d113e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000Pk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:47 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:47 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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=0x7fc1366926a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:47 __f = 0x7fc1366926a0 2025-10-03 18:02:47 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ee1d2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #16 std::__1::function::operator() (this=0x7fc0ee1d2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b5000) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240&i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1366926a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ee1d2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239486171371, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:47 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ee1d2b16}} 2025-10-03 18:02: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_ = 0x7fc0ee1d2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ee1d2b17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b5020}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:47 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 2025-10-03 18:02:47 Thread 567 (Thread 0x7fc0ed9de640 (LWP 325) "BgSchPool"): 2025-10-03 18:02:47 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:47 No symbol table info available. 2025-10-03 18:02:47 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:47 ec = 2025-10-03 18:02:47 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:47 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:47 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692700) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:47 thread_status = { = { = {}, }, thread_id = 325, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c315000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c315000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ed9d1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 77312, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\235\355\300\177\000\0000\033\235\355\300\177\000", __large = 0x7fc0ed9de640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ed9d1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ed9d1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c2d9b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`Pk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:47 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:47 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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=0x7fc136692700) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:47 __f = 0x7fc136692700 2025-10-03 18:02:47 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ed9d1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #16 std::__1::function::operator() (this=0x7fc0ed9d1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:47 No locals. 2025-10-03 18:02:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b5060) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000'i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692700}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ed9d1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239486296335, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:47 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ed9d1b16}} 2025-10-03 18:02: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_ = 0x7fc0ed9d1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:47 _allocations_flag_prev_val759 = 2025-10-03 18:02:47 _allocations_flag_prev_val659 = false 2025-10-03 18:02:47 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ed9d1b17}} 2025-10-03 18:02:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:47 job_is_done = 2025-10-03 18:02:47 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:47 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b5080}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:48 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 2025-10-03 18:02:48 Thread 566 (Thread 0x7fc0ed1dd640 (LWP 326) "BgSchPool"): 2025-10-03 18:02:48 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:48 ec = 2025-10-03 18:02:48 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:48 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:48 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692760) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:48 thread_status = { = { = {}, }, thread_id = 326, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ad05000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ad05000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ed1d0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28624, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\035\355\300\177\000\0000\v\035\355\300\177\000", __large = 0x7fc0ed1dd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ed1d0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ed1d0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13acc9b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300Pk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:48 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:48 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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=0x7fc136692760) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:48 __f = 0x7fc136692760 2025-10-03 18:02:48 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ed1d0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #16 std::__1::function::operator() (this=0x7fc0ed1d0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b50c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`'i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692760}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ed1d0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239486379562, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:48 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ed1d0b16}} 2025-10-03 18:02: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_ = 0x7fc0ed1d0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:48 _allocations_flag_prev_val759 = 2025-10-03 18:02:48 _allocations_flag_prev_val659 = false 2025-10-03 18:02:48 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ed1d0b17}} 2025-10-03 18:02:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_is_done = 2025-10-03 18:02:48 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b50e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:48 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 2025-10-03 18:02:48 Thread 565 (Thread 0x7fc0ec9dc640 (LWP 327) "BgSchPool"): 2025-10-03 18:02:48 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:48 ec = 2025-10-03 18:02:48 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:48 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:48 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1366927c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:48 thread_status = { = { = {}, }, thread_id = 327, os_thread_priority = 0, performance_counters = {counters = 0x7fc134f05000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134f05000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ec9cf848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Ɲ\354\300\177\000\0000\373\234\354\300\177\000", __large = 0x7fc0ec9dc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ec9cfa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ec9cfa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134ec9b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 Qk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:48 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:48 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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=0x7fc1366927c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:48 __f = 0x7fc1366927c0 2025-10-03 18:02:48 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ec9cfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #16 std::__1::function::operator() (this=0x7fc0ec9cfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b5120) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300'i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1366927c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ec9cfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239486449122, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:48 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ec9cfb16}} 2025-10-03 18:02: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_ = 0x7fc0ec9cfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:48 _allocations_flag_prev_val759 = 2025-10-03 18:02:48 _allocations_flag_prev_val659 = false 2025-10-03 18:02:48 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ec9cfb17}} 2025-10-03 18:02:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_is_done = 2025-10-03 18:02:48 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b5140}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:48 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 2025-10-03 18:02:48 Thread 564 (Thread 0x7fc0ec1db640 (LWP 328) "BgSchPool"): 2025-10-03 18:02:48 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:48 ec = 2025-10-03 18:02:48 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:48 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:48 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692820) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:48 thread_status = { = { = {}, }, thread_id = 328, os_thread_priority = 0, performance_counters = {counters = 0x7fc134f21000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134f21000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ec1ce848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\035\354\300\177\000\0000\353\034\354\300\177\000", __large = 0x7fc0ec1db640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ec1cea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ec1cea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134f14e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200Qk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:48 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:48 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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=0x7fc136692820) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:48 __f = 0x7fc136692820 2025-10-03 18:02:48 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ec1ceba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #16 std::__1::function::operator() (this=0x7fc0ec1ceba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b5180) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " (i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692820}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ec1cec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239486570219, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:48 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ec1ceb16}} 2025-10-03 18:02: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_ = 0x7fc0ec1cecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:48 _allocations_flag_prev_val759 = 2025-10-03 18:02:48 _allocations_flag_prev_val659 = false 2025-10-03 18:02:48 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ec1ceb17}} 2025-10-03 18:02:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_is_done = 2025-10-03 18:02:48 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b51a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:48 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 2025-10-03 18:02:48 Thread 563 (Thread 0x7fc0eb9da640 (LWP 329) "BgSchPool"): 2025-10-03 18:02:48 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:48 ec = 2025-10-03 18:02:48 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:48 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:48 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692880) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:48 thread_status = { = { = {}, }, thread_id = 329, os_thread_priority = 0, performance_counters = {counters = 0x7fc133e9a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133e9a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0eb9cd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\235\353\300\177\000\0000ۜ\353\300\177\000", __large = 0x7fc0eb9da640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0eb9cda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0eb9cda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133e759e0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340Qk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:48 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:48 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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=0x7fc136692880) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:48 __f = 0x7fc136692880 2025-10-03 18:02:48 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0eb9cdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #16 std::__1::function::operator() (this=0x7fc0eb9cdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b51e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200(i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692880}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0eb9cdc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239486736330, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:48 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0eb9cdb16}} 2025-10-03 18:02: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_ = 0x7fc0eb9cdcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:48 _allocations_flag_prev_val759 = 2025-10-03 18:02:48 _allocations_flag_prev_val659 = false 2025-10-03 18:02:48 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0eb9cdb17}} 2025-10-03 18:02:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_is_done = 2025-10-03 18:02:48 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b5200}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:48 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 2025-10-03 18:02:48 Thread 562 (Thread 0x7fc0eb1d9640 (LWP 330) "BgSchPool"): 2025-10-03 18:02:48 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:48 ec = 2025-10-03 18:02:48 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:48 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:48 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692940) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:48 thread_status = { = { = {}, }, thread_id = 330, os_thread_priority = 0, performance_counters = {counters = 0x7fc1358eb000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1358eb000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0eb1cc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 63808, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\035\353\300\177\000\0000\313\034\353\300\177\000", __large = 0x7fc0eb1d9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0eb1cca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0eb1cca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1358c78c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@Rk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:48 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:48 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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=0x7fc136692940) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:48 __f = 0x7fc136692940 2025-10-03 18:02:48 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0eb1ccba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #16 std::__1::function::operator() (this=0x7fc0eb1ccba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b5240) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@)i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692940}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0eb1ccc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239486983995, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:48 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0eb1ccb16}} 2025-10-03 18:02: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_ = 0x7fc0eb1cccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:48 _allocations_flag_prev_val759 = 2025-10-03 18:02:48 _allocations_flag_prev_val659 = false 2025-10-03 18:02:48 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0eb1ccb17}} 2025-10-03 18:02:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_is_done = 2025-10-03 18:02:48 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b5260}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:48 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 2025-10-03 18:02:48 Thread 561 (Thread 0x7fc0ea9d8640 (LWP 331) "BgSchPool"): 2025-10-03 18:02:48 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:48 ec = 2025-10-03 18:02:48 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:48 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:48 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1366928e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:48 thread_status = { = { = {}, }, thread_id = 331, os_thread_priority = 0, performance_counters = {counters = 0x7fc1366be000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1366be000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ea9cb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 37312, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\235\352\300\177\000\0000\273\234\352\300\177\000", __large = 0x7fc0ea9d8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ea9cba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ea9cba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc136692ca0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240Rk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:48 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:48 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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=0x7fc1366928e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:48 __f = 0x7fc1366928e0 2025-10-03 18:02:48 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ea9cbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #16 std::__1::function::operator() (this=0x7fc0ea9cbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b52a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340(i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1366928e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ea9cbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239486855695, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:48 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ea9cbb16}} 2025-10-03 18:02: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_ = 0x7fc0ea9cbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:48 _allocations_flag_prev_val759 = 2025-10-03 18:02:48 _allocations_flag_prev_val659 = false 2025-10-03 18:02:48 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ea9cbb17}} 2025-10-03 18:02:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_is_done = 2025-10-03 18:02:48 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b52c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:48 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 2025-10-03 18:02:48 Thread 560 (Thread 0x7fc0ea1d7640 (LWP 332) "BgSchPool"): 2025-10-03 18:02:48 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:48 ec = 2025-10-03 18:02:48 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:48 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:48 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1366929a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:48 thread_status = { = { = {}, }, thread_id = 332, os_thread_priority = 0, performance_counters = {counters = 0x7fc1322e9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1322e9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ea1ca848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@v\035\352\300\177\000\0000\253\034\352\300\177\000", __large = 0x7fc0ea1d7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ea1caa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ea1caa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1366cdf60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000Sk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:48 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:48 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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=0x7fc1366929a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:48 __f = 0x7fc1366929a0 2025-10-03 18:02:48 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ea1caba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #16 std::__1::function::operator() (this=0x7fc0ea1caba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b5300) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240)i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1366929a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ea1cac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239487213806, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:48 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ea1cab16}} 2025-10-03 18:02: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_ = 0x7fc0ea1cacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:48 _allocations_flag_prev_val759 = 2025-10-03 18:02:48 _allocations_flag_prev_val659 = false 2025-10-03 18:02:48 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ea1cab17}} 2025-10-03 18:02:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_is_done = 2025-10-03 18:02:48 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b5320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:48 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 2025-10-03 18:02:48 Thread 559 (Thread 0x7fc0e99d6640 (LWP 333) "BgSchPool"): 2025-10-03 18:02:48 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:48 ec = 2025-10-03 18:02:48 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:48 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:48 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692a00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:48 thread_status = { = { = {}, }, thread_id = 333, os_thread_priority = 0, performance_counters = {counters = 0x7fc1352ec000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1352ec000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e99c9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38720, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\235\351\300\177\000\0000\233\234\351\300\177\000", __large = 0x7fc0e99d6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e99c9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e99c9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1352c88c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`Sk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:48 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:48 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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=0x7fc136692a00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:48 __f = 0x7fc136692a00 2025-10-03 18:02:48 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e99c9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #16 std::__1::function::operator() (this=0x7fc0e99c9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b5360) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000*i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692a00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e99c9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239487341415, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:48 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e99c9b16}} 2025-10-03 18:02: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_ = 0x7fc0e99c9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:48 _allocations_flag_prev_val759 = 2025-10-03 18:02:48 _allocations_flag_prev_val659 = false 2025-10-03 18:02:48 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e99c9b17}} 2025-10-03 18:02:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_is_done = 2025-10-03 18:02:48 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b5380}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:48 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 2025-10-03 18:02:48 Thread 558 (Thread 0x7fc0e91d5640 (LWP 334) "BgSchPool"): 2025-10-03 18:02:48 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:48 ec = 2025-10-03 18:02:48 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:48 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:48 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692a60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:48 thread_status = { = { = {}, }, thread_id = 334, os_thread_priority = 0, performance_counters = {counters = 0x7fc1322f9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1322f9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e91c8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@V\035\351\300\177\000\0000\213\034\351\300\177\000", __large = 0x7fc0e91d5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e91c8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e91c8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1322c58c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239896469049, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300Sk6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:48 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:48 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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=0x7fc136692a60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:48 __f = 0x7fc136692a60 2025-10-03 18:02:48 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e91c8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #16 std::__1::function::operator() (this=0x7fc0e91c8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1366b53c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`*i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692a60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e91c8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239487491978, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:48 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e91c8b16}} 2025-10-03 18:02: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_ = 0x7fc0e91c8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:48 _allocations_flag_prev_val759 = 2025-10-03 18:02:48 _allocations_flag_prev_val659 = false 2025-10-03 18:02:48 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e91c8b17}} 2025-10-03 18:02:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_is_done = 2025-10-03 18:02:48 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1366b53e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:48 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 2025-10-03 18:02:48 Thread 557 (Thread 0x7fc0e89d4640 (LWP 335) "BgSchPool"): 2025-10-03 18:02:48 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:48 No symbol table info available. 2025-10-03 18:02:48 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:48 ec = 2025-10-03 18:02:48 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:48 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:48 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692ac0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:48 thread_status = { = { = {}, }, thread_id = 335, os_thread_priority = 0, performance_counters = {counters = 0x7fc1366e2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1366e2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e89c7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23456, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\235\350\300\177\000\0000{\234\350\300\177\000", __large = 0x7fc0e89d4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e89c7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e89c7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1366cf220}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\220\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:48 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:48 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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=0x7fc136692ac0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:48 __f = 0x7fc136692ac0 2025-10-03 18:02:48 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e89c7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #16 std::__1::function::operator() (this=0x7fc0e89c7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e990a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300*i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692ac0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e89c7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239487636208, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:48 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e89c7b16}} 2025-10-03 18:02: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_ = 0x7fc0e89c7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:48 _allocations_flag_prev_val759 = 2025-10-03 18:02:48 _allocations_flag_prev_val659 = false 2025-10-03 18:02:48 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e89c7b17}} 2025-10-03 18:02:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:48 job_is_done = 2025-10-03 18:02:48 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:48 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:48 No locals. 2025-10-03 18:02:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e990c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:49 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 2025-10-03 18:02:49 Thread 556 (Thread 0x7fc0e81d3640 (LWP 336) "BgSchPool"): 2025-10-03 18:02:49 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:49 ec = 2025-10-03 18:02:49 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:49 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:49 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692b20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:49 thread_status = { = { = {}, }, thread_id = 336, os_thread_priority = 0, performance_counters = {counters = 0x7fc135904000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135904000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e81c6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 36432, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\035\350\300\177\000\0000k\034\350\300\177\000", __large = 0x7fc0e81d3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e81c6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e81c6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1358c8b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\221\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:49 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:49 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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=0x7fc136692b20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:49 __f = 0x7fc136692b20 2025-10-03 18:02:49 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e81c6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #16 std::__1::function::operator() (this=0x7fc0e81c6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99100) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " +i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692b20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e81c6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239487696531, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:49 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e81c6b16}} 2025-10-03 18:02: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_ = 0x7fc0e81c6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:49 _allocations_flag_prev_val759 = 2025-10-03 18:02:49 _allocations_flag_prev_val659 = false 2025-10-03 18:02:49 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e81c6b17}} 2025-10-03 18:02:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_is_done = 2025-10-03 18:02:49 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99120}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:49 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 2025-10-03 18:02:49 Thread 555 (Thread 0x7fc0e79d2640 (LWP 337) "BgSchPool"): 2025-10-03 18:02:49 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:49 ec = 2025-10-03 18:02:49 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:49 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:49 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692b80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:49 thread_status = { = { = {}, }, thread_id = 337, os_thread_priority = 0, performance_counters = {counters = 0x7fc132102000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132102000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e79c5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27792, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\235\347\300\177\000\0000[\234\347\300\177\000", __large = 0x7fc0e79d2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e79c5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e79c5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1320c6b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\221\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:49 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:49 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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=0x7fc136692b80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:49 __f = 0x7fc136692b80 2025-10-03 18:02:49 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e79c5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #16 std::__1::function::operator() (this=0x7fc0e79c5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99160) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200+i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692b80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e79c5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239487913338, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:49 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e79c5b16}} 2025-10-03 18:02: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_ = 0x7fc0e79c5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:49 _allocations_flag_prev_val759 = 2025-10-03 18:02:49 _allocations_flag_prev_val659 = false 2025-10-03 18:02:49 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e79c5b17}} 2025-10-03 18:02:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_is_done = 2025-10-03 18:02:49 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99180}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:49 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 2025-10-03 18:02:49 Thread 554 (Thread 0x7fc0e71d1640 (LWP 338) "BgSchPool"): 2025-10-03 18:02:49 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:49 ec = 2025-10-03 18:02:49 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:49 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:49 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692be0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:49 thread_status = { = { = {}, }, thread_id = 338, os_thread_priority = 0, performance_counters = {counters = 0x7fc135305000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135305000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e71c4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\035\347\300\177\000\0000K\034\347\300\177\000", __large = 0x7fc0e71d1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e71c4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e71c4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1352c9b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\221\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:49 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:49 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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=0x7fc136692be0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:49 __f = 0x7fc136692be0 2025-10-03 18:02:49 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e71c4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #16 std::__1::function::operator() (this=0x7fc0e71c4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e991c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340+i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692be0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e71c4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239488037832, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:49 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e71c4b16}} 2025-10-03 18:02: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_ = 0x7fc0e71c4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:49 _allocations_flag_prev_val759 = 2025-10-03 18:02:49 _allocations_flag_prev_val659 = false 2025-10-03 18:02:49 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e71c4b17}} 2025-10-03 18:02:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_is_done = 2025-10-03 18:02:49 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e991e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:49 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 2025-10-03 18:02:49 Thread 553 (Thread 0x7fc0e69d0640 (LWP 339) "BgSchPool"): 2025-10-03 18:02:49 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:49 ec = 2025-10-03 18:02:49 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:49 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:49 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136692c40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:49 thread_status = { = { = {}, }, thread_id = 339, os_thread_priority = 0, performance_counters = {counters = 0x7fc132312000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132312000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e69c3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 25872, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\235\346\300\177\000\0000;\234\346\300\177\000", __large = 0x7fc0e69d0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e69c3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e69c3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1322c6b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \222\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:49 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:49 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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=0x7fc136692c40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:49 __f = 0x7fc136692c40 2025-10-03 18:02:49 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e69c3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #16 std::__1::function::operator() (this=0x7fc0e69c3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99220) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@,i6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136692c40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e69c3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239488304772, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:49 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e69c3b16}} 2025-10-03 18:02: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_ = 0x7fc0e69c3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:49 _allocations_flag_prev_val759 = 2025-10-03 18:02:49 _allocations_flag_prev_val659 = false 2025-10-03 18:02:49 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e69c3b17}} 2025-10-03 18:02:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_is_done = 2025-10-03 18:02:49 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99240}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:49 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 2025-10-03 18:02:49 Thread 552 (Thread 0x7fc0e61cf640 (LWP 340) "BgSchPool"): 2025-10-03 18:02:49 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:49 ec = 2025-10-03 18:02:49 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:49 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:49 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e76ca0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:49 thread_status = { = { = {}, }, thread_id = 340, os_thread_priority = 0, performance_counters = {counters = 0x7fc135321000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135321000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e61c2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\034\346\300\177\000\0000+\034\346\300\177\000", __large = 0x7fc0e61cf640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e61c2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e61c2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135314e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\222\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:49 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:49 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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=0x7fc133e76ca0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:49 __f = 0x7fc133e76ca0 2025-10-03 18:02:49 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e61c2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #16 std::__1::function::operator() (this=0x7fc0e61c2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99280) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240l\3473\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e76ca0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e61c2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239488481544, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:49 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e61c2b16}} 2025-10-03 18:02: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_ = 0x7fc0e61c2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:49 _allocations_flag_prev_val759 = 2025-10-03 18:02:49 _allocations_flag_prev_val659 = false 2025-10-03 18:02:49 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e61c2b17}} 2025-10-03 18:02:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_is_done = 2025-10-03 18:02:49 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e992a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:49 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 2025-10-03 18:02:49 Thread 551 (Thread 0x7fc0e59ce640 (LWP 341) "BgSchPool"): 2025-10-03 18:02:49 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:49 ec = 2025-10-03 18:02:49 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:49 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:49 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e76d00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:49 thread_status = { = { = {}, }, thread_id = 341, os_thread_priority = 0, performance_counters = {counters = 0x7fc13211e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13211e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e59c1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 37504, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\234\345\300\177\000\0000\033\234\345\300\177\000", __large = 0x7fc0e59ce640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e59c1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e59c1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132111e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\222\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:49 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:49 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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=0x7fc133e76d00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:49 __f = 0x7fc133e76d00 2025-10-03 18:02:49 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e59c1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #16 std::__1::function::operator() (this=0x7fc0e59c1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e992e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000m\3473\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e76d00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e59c1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239488826591, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:49 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e59c1b16}} 2025-10-03 18:02: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_ = 0x7fc0e59c1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:49 _allocations_flag_prev_val759 = 2025-10-03 18:02:49 _allocations_flag_prev_val659 = false 2025-10-03 18:02:49 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e59c1b17}} 2025-10-03 18:02:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_is_done = 2025-10-03 18:02:49 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99300}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:49 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 2025-10-03 18:02:49 Thread 550 (Thread 0x7fc0e51cd640 (LWP 342) "BgSchPool"): 2025-10-03 18:02:49 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:49 ec = 2025-10-03 18:02:49 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:49 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:49 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e76d60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:49 thread_status = { = { = {}, }, thread_id = 342, os_thread_priority = 0, performance_counters = {counters = 0x7fc25296c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc25296c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e51c0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 32944, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\034\345\300\177\000\0000\v\034\345\300\177\000", __large = 0x7fc0e51cd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e51c0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e51c0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252932910}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\223\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:49 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:49 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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=0x7fc133e76d60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:49 __f = 0x7fc133e76d60 2025-10-03 18:02:49 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e51c0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #16 std::__1::function::operator() (this=0x7fc0e51c0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99340) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`m\3473\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e76d60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e51c0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239488870313, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:49 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e51c0b16}} 2025-10-03 18:02: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_ = 0x7fc0e51c0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:49 _allocations_flag_prev_val759 = 2025-10-03 18:02:49 _allocations_flag_prev_val659 = false 2025-10-03 18:02:49 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e51c0b17}} 2025-10-03 18:02:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_is_done = 2025-10-03 18:02:49 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:49 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 2025-10-03 18:02:49 Thread 549 (Thread 0x7fc0e49cc640 (LWP 343) "BgSchPool"): 2025-10-03 18:02:49 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:49 ec = 2025-10-03 18:02:49 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:49 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:49 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e76dc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:49 thread_status = { = { = {}, }, thread_id = 343, os_thread_priority = 0, performance_counters = {counters = 0x7fc1366fe000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1366fe000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e49bf848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 32272, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Ɯ\344\300\177\000\0000\373\233\344\300\177\000", __large = 0x7fc0e49cc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e49bfa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e49bfa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1366f14e0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\223\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:49 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:49 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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=0x7fc133e76dc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:49 __f = 0x7fc133e76dc0 2025-10-03 18:02:49 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e49bfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #16 std::__1::function::operator() (this=0x7fc0e49bfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e993a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300m\3473\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e76dc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e49bfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239488918112, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:49 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e49bfb16}} 2025-10-03 18:02: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_ = 0x7fc0e49bfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:49 _allocations_flag_prev_val759 = 2025-10-03 18:02:49 _allocations_flag_prev_val659 = false 2025-10-03 18:02:49 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e49bfb17}} 2025-10-03 18:02:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_is_done = 2025-10-03 18:02:49 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e993c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:49 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 2025-10-03 18:02:49 Thread 548 (Thread 0x7fc0e41cb640 (LWP 344) "BgSchPool"): 2025-10-03 18:02:49 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:49 ec = 2025-10-03 18:02:49 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:49 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:49 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e76e20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:49 thread_status = { = { = {}, }, thread_id = 344, os_thread_priority = 0, performance_counters = {counters = 0x7fc134b05000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134b05000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e41be848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23936, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\034\344\300\177\000\0000\353\033\344\300\177\000", __large = 0x7fc0e41cb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e41bea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e41bea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134ac9b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\224\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:49 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:49 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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=0x7fc133e76e20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:49 __f = 0x7fc133e76e20 2025-10-03 18:02:49 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e41beba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #16 std::__1::function::operator() (this=0x7fc0e41beba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99400) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " n\3473\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e76e20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e41bec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239488963557, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:49 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e41beb16}} 2025-10-03 18:02: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_ = 0x7fc0e41becaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:49 _allocations_flag_prev_val759 = 2025-10-03 18:02:49 _allocations_flag_prev_val659 = false 2025-10-03 18:02:49 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e41beb17}} 2025-10-03 18:02:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_is_done = 2025-10-03 18:02:49 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99420}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:49 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 2025-10-03 18:02:49 Thread 547 (Thread 0x7fc0e39ca640 (LWP 345) "BgSchPool"): 2025-10-03 18:02:49 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:49 No symbol table info available. 2025-10-03 18:02:49 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:49 ec = 2025-10-03 18:02:49 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:49 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:49 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e76e80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:49 thread_status = { = { = {}, }, thread_id = 345, os_thread_priority = 0, performance_counters = {counters = 0x7fc132137000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132137000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e39bd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\234\343\300\177\000\0000ۛ\343\300\177\000", __large = 0x7fc0e39ca640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e39bda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e39bda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132113100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\224\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:49 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:49 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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=0x7fc133e76e80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:49 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:49 __f = 0x7fc133e76e80 2025-10-03 18:02:49 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e39bdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #16 std::__1::function::operator() (this=0x7fc0e39bdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:49 No locals. 2025-10-03 18:02:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99460) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200n\3473\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e76e80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e39bdc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239489080777, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:49 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e39bdb16}} 2025-10-03 18:02: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_ = 0x7fc0e39bdcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:49 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e39bdb17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:50 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 2025-10-03 18:02:50 Thread 546 (Thread 0x7fc0e31c9640 (LWP 346) "BgSchPool"): 2025-10-03 18:02:50 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:50 ec = 2025-10-03 18:02:50 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:50 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:50 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e76ee0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:50 thread_status = { = { = {}, }, thread_id = 346, os_thread_priority = 0, performance_counters = {counters = 0x7fc134b21000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134b21000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e31bc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20448, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\034\343\300\177\000\0000\313\033\343\300\177\000", __large = 0x7fc0e31c9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e31bca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e31bca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134b14e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\224\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:50 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:50 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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=0x7fc133e76ee0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:50 __f = 0x7fc133e76ee0 2025-10-03 18:02:50 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e31bcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #16 std::__1::function::operator() (this=0x7fc0e31bcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e994c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340n\3473\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e76ee0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e31bcc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239489316610, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:50 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e31bcb16}} 2025-10-03 18:02: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_ = 0x7fc0e31bccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:50 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e31bcb17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e994e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:50 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 2025-10-03 18:02:50 Thread 545 (Thread 0x7fc0e29c8640 (LWP 347) "BgSchPool"): 2025-10-03 18:02:50 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:50 ec = 2025-10-03 18:02:50 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:50 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:50 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e76f40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:50 thread_status = { = { = {}, }, thread_id = 347, os_thread_priority = 0, performance_counters = {counters = 0x7fc252987000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252987000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e29bb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\234\342\300\177\000\0000\273\233\342\300\177\000", __large = 0x7fc0e29c8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e29bba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e29bba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc25297bbd0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \225\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:50 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:50 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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=0x7fc133e76f40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:50 __f = 0x7fc133e76f40 2025-10-03 18:02:50 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e29bbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #16 std::__1::function::operator() (this=0x7fc0e29bbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99520) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@o\3473\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e76f40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e29bbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239489483112, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:50 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e29bbb16}} 2025-10-03 18:02: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_ = 0x7fc0e29bbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:50 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e29bbb17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99540}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:50 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 2025-10-03 18:02:50 Thread 544 (Thread 0x7fc0e21c7640 (LWP 348) "BgSchPool"): 2025-10-03 18:02:50 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:50 ec = 2025-10-03 18:02:50 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:50 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:50 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133e76fa0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:50 thread_status = { = { = {}, }, thread_id = 348, os_thread_priority = 0, performance_counters = {counters = 0x7fc132152000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132152000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e21ba848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@v\034\342\300\177\000\0000\253\033\342\300\177\000", __large = 0x7fc0e21c7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e21baa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e21baa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1321463c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\225\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:50 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:50 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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=0x7fc133e76fa0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:50 __f = 0x7fc133e76fa0 2025-10-03 18:02:50 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e21baba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #16 std::__1::function::operator() (this=0x7fc0e21baba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99580) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240o\3473\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133e76fa0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e21bac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239489699818, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:50 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e21bab16}} 2025-10-03 18:02: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_ = 0x7fc0e21bacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:50 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e21bab17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e995a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:50 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 2025-10-03 18:02:50 Thread 543 (Thread 0x7fc0e19c6640 (LWP 349) "BgSchPool"): 2025-10-03 18:02:50 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:50 ec = 2025-10-03 18:02:50 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:50 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:50 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2000) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:50 thread_status = { = { = {}, }, thread_id = 349, os_thread_priority = 0, performance_counters = {counters = 0x7fc25299f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc25299f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e19b9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\234\341\300\177\000\0000\233\233\341\300\177\000", __large = 0x7fc0e19c6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e19b9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e19b9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc25297ce90}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\225\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:50 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:50 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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=0x7fc133eb2000) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:50 __f = 0x7fc133eb2000 2025-10-03 18:02:50 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e19b9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #16 std::__1::function::operator() (this=0x7fc0e19b9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e995e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000 \3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2000}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e19b9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239489963523, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:50 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e19b9b16}} 2025-10-03 18:02: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_ = 0x7fc0e19b9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:50 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e19b9b17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99600}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:50 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 2025-10-03 18:02:50 Thread 542 (Thread 0x7fc0e11c5640 (LWP 350) "BgSchPool"): 2025-10-03 18:02:50 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:50 ec = 2025-10-03 18:02:50 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:50 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:50 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2060) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:50 thread_status = { = { = {}, }, thread_id = 350, os_thread_priority = 0, performance_counters = {counters = 0x7fc136717000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc136717000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e11b8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22432, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\034\341\300\177\000\0000\213\033\341\300\177\000", __large = 0x7fc0e11c5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e11b8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e11b8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1366f27a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\226\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:50 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:50 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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=0x7fc133eb2060) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:50 __f = 0x7fc133eb2060 2025-10-03 18:02:50 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e11b8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #16 std::__1::function::operator() (this=0x7fc0e11b8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99640) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "` \3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2060}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e11b8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239490030770, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:50 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e11b8b16}} 2025-10-03 18:02: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_ = 0x7fc0e11b8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:50 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e11b8b17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:50 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 2025-10-03 18:02:50 Thread 541 (Thread 0x7fc0e09c4640 (LWP 351) "BgSchPool"): 2025-10-03 18:02:50 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:50 ec = 2025-10-03 18:02:50 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:50 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:50 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb20c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:50 thread_status = { = { = {}, }, thread_id = 351, os_thread_priority = 0, performance_counters = {counters = 0x7fc135920000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135920000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e09b7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18976, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\234\340\300\177\000\0000{\233\340\300\177\000", __large = 0x7fc0e09c4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e09b7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e09b7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135913e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\226\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:50 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:50 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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=0x7fc133eb20c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:50 __f = 0x7fc133eb20c0 2025-10-03 18:02:50 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e09b7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #16 std::__1::function::operator() (this=0x7fc0e09b7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e996a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300 \3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb20c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e09b7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239490164169, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:50 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e09b7b16}} 2025-10-03 18:02: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_ = 0x7fc0e09b7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:50 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e09b7b17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e996c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:50 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 2025-10-03 18:02:50 Thread 540 (Thread 0x7fc0e01c3640 (LWP 352) "BgSchPool"): 2025-10-03 18:02:50 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:50 ec = 2025-10-03 18:02:50 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:50 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:50 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2120) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:50 thread_status = { = { = {}, }, thread_id = 352, os_thread_priority = 0, performance_counters = {counters = 0x7fc134b3a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134b3a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0e01b6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29072, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\034\340\300\177\000\0000k\033\340\300\177\000", __large = 0x7fc0e01c3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e01b6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e01b6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134b16100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\227\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:50 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:50 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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=0x7fc133eb2120) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:50 __f = 0x7fc133eb2120 2025-10-03 18:02:50 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0e01b6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #16 std::__1::function::operator() (this=0x7fc0e01b6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99700) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " !\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2120}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0e01b6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239490244550, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:50 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0e01b6b16}} 2025-10-03 18:02: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_ = 0x7fc0e01b6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:50 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0e01b6b17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99720}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:50 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 2025-10-03 18:02:50 Thread 539 (Thread 0x7fc0df9c2640 (LWP 353) "BgSchPool"): 2025-10-03 18:02:50 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:50 ec = 2025-10-03 18:02:50 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:50 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:50 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2180) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:50 thread_status = { = { = {}, }, thread_id = 353, os_thread_priority = 0, performance_counters = {counters = 0x7fc136730000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc136730000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0df9b5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29808, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\234\337\300\177\000\0000[\233\337\300\177\000", __large = 0x7fc0df9c2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0df9b5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0df9b5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1366f3a60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\227\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:50 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:50 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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=0x7fc133eb2180) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:50 __f = 0x7fc133eb2180 2025-10-03 18:02:50 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0df9b5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #16 std::__1::function::operator() (this=0x7fc0df9b5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99760) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200!\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2180}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0df9b5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239490377149, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:50 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0df9b5b16}} 2025-10-03 18:02: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_ = 0x7fc0df9b5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:50 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0df9b5b17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:50 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 2025-10-03 18:02:50 Thread 538 (Thread 0x7fc0df1c1640 (LWP 354) "BgSchPool"): 2025-10-03 18:02:50 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:50 ec = 2025-10-03 18:02:50 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:50 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:50 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb21e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:50 thread_status = { = { = {}, }, thread_id = 354, os_thread_priority = 0, performance_counters = {counters = 0x7fc135939000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135939000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0df1b4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30288, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\034\337\300\177\000\0000K\033\337\300\177\000", __large = 0x7fc0df1c1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0df1b4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0df1b4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135915100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\227\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:50 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:50 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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=0x7fc133eb21e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:50 __f = 0x7fc133eb21e0 2025-10-03 18:02:50 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0df1b4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #16 std::__1::function::operator() (this=0x7fc0df1b4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e997c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340!\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb21e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0df1b4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239490576462, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:50 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0df1b4b16}} 2025-10-03 18:02: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_ = 0x7fc0df1b4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:50 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0df1b4b17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e997e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:50 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 2025-10-03 18:02:50 Thread 537 (Thread 0x7fc0de9c0640 (LWP 355) "BgSchPool"): 2025-10-03 18:02:50 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:50 No symbol table info available. 2025-10-03 18:02:50 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:50 ec = 2025-10-03 18:02:50 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:50 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:50 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2240) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:50 thread_status = { = { = {}, }, thread_id = 355, os_thread_priority = 0, performance_counters = {counters = 0x7fc13232e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13232e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0de9b3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\234\336\300\177\000\0000;\233\336\300\177\000", __large = 0x7fc0de9c0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0de9b3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0de9b3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132321e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \230\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:50 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:50 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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=0x7fc133eb2240) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:50 __f = 0x7fc133eb2240 2025-10-03 18:02:50 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0de9b3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #16 std::__1::function::operator() (this=0x7fc0de9b3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:50 No locals. 2025-10-03 18:02:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99820) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\"\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2240}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0de9b3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239490671982, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:50 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0de9b3b16}} 2025-10-03 18:02: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_ = 0x7fc0de9b3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:50 _allocations_flag_prev_val759 = 2025-10-03 18:02:50 _allocations_flag_prev_val659 = false 2025-10-03 18:02:50 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0de9b3b17}} 2025-10-03 18:02:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:50 job_is_done = 2025-10-03 18:02:50 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:50 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 536 (Thread 0x7fc0de1bf640 (LWP 356) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb22a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 356, os_thread_priority = 0, performance_counters = {counters = 0x7fc0fede0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0fede0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0de1b2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 52048, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\033\336\300\177\000\0000+\033\336\300\177\000", __large = 0x7fc0de1bf640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0de1b2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0de1b2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc11ebabb80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\230\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb22a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb22a0 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0de1b2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0de1b2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99880) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\"\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb22a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0de1b2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239490928633, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0de1b2b16}} 2025-10-03 18:02: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_ = 0x7fc0de1b2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:51 _allocations_flag_prev_val759 = 2025-10-03 18:02:51 _allocations_flag_prev_val659 = false 2025-10-03 18:02:51 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0de1b2b17}} 2025-10-03 18:02:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_is_done = 2025-10-03 18:02:51 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e998a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 535 (Thread 0x7fc0dd9be640 (LWP 357) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2360) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 357, os_thread_priority = 0, performance_counters = {counters = 0x7fc0fee0c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0fee0c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0dd9b1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28304, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\233\335\300\177\000\0000\033\233\335\300\177\000", __large = 0x7fc0dd9be640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dd9b1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dd9b1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0fedefe40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\230\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb2360) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb2360 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0dd9b1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0dd9b1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e998e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`#\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2360}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dd9b1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239491201205, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0dd9b1b16}} 2025-10-03 18:02: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_ = 0x7fc0dd9b1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:51 _allocations_flag_prev_val759 = 2025-10-03 18:02:51 _allocations_flag_prev_val659 = false 2025-10-03 18:02:51 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0dd9b1b17}} 2025-10-03 18:02:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_is_done = 2025-10-03 18:02:51 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99900}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 534 (Thread 0x7fc0dd1bd640 (LWP 358) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2300) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 358, os_thread_priority = 0, performance_counters = {counters = 0x7fc132346000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132346000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0dd1b0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\033\335\300\177\000\0000\v\033\335\300\177\000", __large = 0x7fc0dd1bd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dd1b0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dd1b0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132323100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\231\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb2300) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb2300 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0dd1b0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0dd1b0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99940) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000#\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2300}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dd1b0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239491117528, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0dd1b0b16}} 2025-10-03 18:02: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_ = 0x7fc0dd1b0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:51 _allocations_flag_prev_val759 = 2025-10-03 18:02:51 _allocations_flag_prev_val659 = false 2025-10-03 18:02:51 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0dd1b0b17}} 2025-10-03 18:02:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_is_done = 2025-10-03 18:02:51 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 533 (Thread 0x7fc0dc9bc640 (LWP 359) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb23c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 359, os_thread_priority = 0, performance_counters = {counters = 0x7fc1346ec000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1346ec000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0dc9af848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ƛ\334\300\177\000\0000\373\232\334\300\177\000", __large = 0x7fc0dc9bc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dc9afa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dc9afa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1346c88c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\231\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb23c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb23c0 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0dc9afba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0dc9afba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e999a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300#\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb23c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dc9afc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239491333062, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0dc9afb16}} 2025-10-03 18:02: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_ = 0x7fc0dc9afcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:51 _allocations_flag_prev_val759 = 2025-10-03 18:02:51 _allocations_flag_prev_val659 = false 2025-10-03 18:02:51 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0dc9afb17}} 2025-10-03 18:02:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_is_done = 2025-10-03 18:02:51 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e999c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 532 (Thread 0x7fc0dc1bb640 (LWP 360) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2420) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 360, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d139000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d139000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0dc1ae848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20960, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\033\334\300\177\000\0000\353\032\334\300\177\000", __large = 0x7fc0dc1bb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dc1aea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dc1aea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d115100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239900469141, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\232\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb2420) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb2420 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0dc1aeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0dc1aeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99a00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " $\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2420}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0dc1aec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239491459259, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0dc1aeb16}} 2025-10-03 18:02: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_ = 0x7fc0dc1aecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:51 _allocations_flag_prev_val759 = 2025-10-03 18:02:51 _allocations_flag_prev_val659 = false 2025-10-03 18:02:51 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0dc1aeb17}} 2025-10-03 18:02:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_is_done = 2025-10-03 18:02:51 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99a20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 531 (Thread 0x7fc0db9ba640 (LWP 361) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2480) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 361, os_thread_priority = 0, performance_counters = {counters = 0x7fc0fee3d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0fee3d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0db9ad848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\233\333\300\177\000\0000ۚ\333\300\177\000", __large = 0x7fc0db9ba640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0db9ada27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0db9ada6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0fedf1100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\232\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb2480) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb2480 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0db9adba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0db9adba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99a60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200$\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2480}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0db9adc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239491653533, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0db9adb16}} 2025-10-03 18:02: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_ = 0x7fc0db9adcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:51 _allocations_flag_prev_val759 = 2025-10-03 18:02:51 _allocations_flag_prev_val659 = false 2025-10-03 18:02:51 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0db9adb17}} 2025-10-03 18:02:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_is_done = 2025-10-03 18:02:51 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99a80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 530 (Thread 0x7fc0db1b9640 (LWP 362) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb24e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 362, os_thread_priority = 0, performance_counters = {counters = 0x7fc132362000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132362000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0db1ac848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29104, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\033\333\300\177\000\0000\313\032\333\300\177\000", __large = 0x7fc0db1b9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0db1aca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0db1aca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1323553c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\232\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb24e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb24e0 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0db1acba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0db1acba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99ac0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340$\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb24e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0db1acc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239491754172, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0db1acb16}} 2025-10-03 18:02: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_ = 0x7fc0db1accaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:51 _allocations_flag_prev_val759 = 2025-10-03 18:02:51 _allocations_flag_prev_val659 = false 2025-10-03 18:02:51 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0db1acb17}} 2025-10-03 18:02:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_is_done = 2025-10-03 18:02:51 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99ae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 529 (Thread 0x7fc0da9b8640 (LWP 363) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2540) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 363, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a719000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a719000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0da9ab848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\233\332\300\177\000\0000\273\232\332\300\177\000", __large = 0x7fc0da9b8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0da9aba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0da9aba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a70ce40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \233\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb2540) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb2540 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0da9abba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0da9abba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99b20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@%\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2540}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0da9abc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239491924982, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0da9abb16}} 2025-10-03 18:02: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_ = 0x7fc0da9abcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:51 _allocations_flag_prev_val759 = 2025-10-03 18:02:51 _allocations_flag_prev_val659 = false 2025-10-03 18:02:51 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0da9abb17}} 2025-10-03 18:02:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_is_done = 2025-10-03 18:02:51 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99b40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 528 (Thread 0x7fc0da1b7640 (LWP 364) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb25a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 364, os_thread_priority = 0, performance_counters = {counters = 0x7fc1342f5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1342f5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0da1aa848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17536, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\033\332\300\177\000\0000\253\032\332\300\177\000", __large = 0x7fc0da1b7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0da1aaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0da1aaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1342b9b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\233\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb25a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb25a0 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0da1aaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0da1aaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99b80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240%\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb25a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0da1aac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239492126099, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0da1aab16}} 2025-10-03 18:02: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_ = 0x7fc0da1aacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:51 _allocations_flag_prev_val759 = 2025-10-03 18:02:51 _allocations_flag_prev_val659 = false 2025-10-03 18:02:51 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0da1aab17}} 2025-10-03 18:02:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_is_done = 2025-10-03 18:02:51 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99ba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 527 (Thread 0x7fc0d99b6640 (LWP 365) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2600) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 365, os_thread_priority = 0, performance_counters = {counters = 0x7fc134705000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134705000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d99a9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\233\331\300\177\000\0000\233\232\331\300\177\000", __large = 0x7fc0d99b6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d99a9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d99a9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1346c9b80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\233\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb2600) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb2600 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d99a9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0d99a9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99be0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000&\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2600}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d99a9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239492324602, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d99a9b16}} 2025-10-03 18:02: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_ = 0x7fc0d99a9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:51 _allocations_flag_prev_val759 = 2025-10-03 18:02:51 _allocations_flag_prev_val659 = false 2025-10-03 18:02:51 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d99a9b17}} 2025-10-03 18:02:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_is_done = 2025-10-03 18:02:51 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99c00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:51 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 2025-10-03 18:02:51 Thread 526 (Thread 0x7fc0d91b5640 (LWP 366) "BgSchPool"): 2025-10-03 18:02:51 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:51 No symbol table info available. 2025-10-03 18:02:51 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:51 ec = 2025-10-03 18:02:51 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:51 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:51 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2660) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:51 thread_status = { = { = {}, }, thread_id = 366, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c331000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c331000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d91a8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\033\331\300\177\000\0000\213\032\331\300\177\000", __large = 0x7fc0d91b5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d91a8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d91a8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c324e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\234\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:51 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:51 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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=0x7fc133eb2660) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:51 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:51 __f = 0x7fc133eb2660 2025-10-03 18:02:51 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d91a8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #16 std::__1::function::operator() (this=0x7fc0d91a8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:51 No locals. 2025-10-03 18:02:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99c40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`&\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2660}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d91a8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239492594307, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:51 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d91a8b16}} 2025-10-03 18:02: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_ = 0x7fc0d91a8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:52 _allocations_flag_prev_val759 = 2025-10-03 18:02:52 _allocations_flag_prev_val659 = false 2025-10-03 18:02:52 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d91a8b17}} 2025-10-03 18:02:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_is_done = 2025-10-03 18:02:52 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99c60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:52 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 2025-10-03 18:02:52 Thread 525 (Thread 0x7fc0d89b4640 (LWP 367) "BgSchPool"): 2025-10-03 18:02:52 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:52 ec = 2025-10-03 18:02:52 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:52 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:52 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb26c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:52 thread_status = { = { = {}, }, thread_id = 367, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ad21000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ad21000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d89a7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 48720, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\233\330\300\177\000\0000{\232\330\300\177\000", __large = 0x7fc0d89b4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d89a7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d89a7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ad14e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\234\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:52 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:52 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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=0x7fc133eb26c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:52 __f = 0x7fc133eb26c0 2025-10-03 18:02:52 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d89a7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #16 std::__1::function::operator() (this=0x7fc0d89a7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99ca0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300&\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb26c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d89a7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239492815032, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:52 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d89a7b16}} 2025-10-03 18:02: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_ = 0x7fc0d89a7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:52 _allocations_flag_prev_val759 = 2025-10-03 18:02:52 _allocations_flag_prev_val659 = false 2025-10-03 18:02:52 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d89a7b17}} 2025-10-03 18:02:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_is_done = 2025-10-03 18:02:52 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99cc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:52 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 2025-10-03 18:02:52 Thread 524 (Thread 0x7fc0d81b3640 (LWP 368) "BgSchPool"): 2025-10-03 18:02:52 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:52 ec = 2025-10-03 18:02:52 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:52 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:52 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2720) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:52 thread_status = { = { = {}, }, thread_id = 368, os_thread_priority = 0, performance_counters = {counters = 0x7fc134f3a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134f3a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d81a6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21856, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\033\330\300\177\000\0000k\032\330\300\177\000", __large = 0x7fc0d81b3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d81a6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d81a6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134f16100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\235\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:52 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:52 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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=0x7fc133eb2720) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:52 __f = 0x7fc133eb2720 2025-10-03 18:02:52 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d81a6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #16 std::__1::function::operator() (this=0x7fc0d81a6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99d00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " '\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2720}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d81a6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239492965033, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:52 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d81a6b16}} 2025-10-03 18:02: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_ = 0x7fc0d81a6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:52 _allocations_flag_prev_val759 = 2025-10-03 18:02:52 _allocations_flag_prev_val659 = false 2025-10-03 18:02:52 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d81a6b17}} 2025-10-03 18:02:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_is_done = 2025-10-03 18:02:52 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:52 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 2025-10-03 18:02:52 Thread 523 (Thread 0x7fc0d79b2640 (LWP 369) "BgSchPool"): 2025-10-03 18:02:52 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:52 ec = 2025-10-03 18:02:52 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:52 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:52 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2780) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:52 thread_status = { = { = {}, }, thread_id = 369, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d154000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d154000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d79a5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 25936, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\233\327\300\177\000\0000[\232\327\300\177\000", __large = 0x7fc0d79b2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d79a5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d79a5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d1483c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\235\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:52 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:52 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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=0x7fc133eb2780) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:52 __f = 0x7fc133eb2780 2025-10-03 18:02:52 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d79a5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #16 std::__1::function::operator() (this=0x7fc0d79a5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99d60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200'\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2780}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d79a5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239493027350, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:52 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d79a5b16}} 2025-10-03 18:02: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_ = 0x7fc0d79a5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:52 _allocations_flag_prev_val759 = 2025-10-03 18:02:52 _allocations_flag_prev_val659 = false 2025-10-03 18:02:52 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d79a5b17}} 2025-10-03 18:02:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_is_done = 2025-10-03 18:02:52 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99d80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:52 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 2025-10-03 18:02:52 Thread 522 (Thread 0x7fc0d71b1640 (LWP 370) "BgSchPool"): 2025-10-03 18:02:52 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:52 ec = 2025-10-03 18:02:52 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:52 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:52 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb27e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:52 thread_status = { = { = {}, }, thread_id = 370, os_thread_priority = 0, performance_counters = {counters = 0x7fc134311000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134311000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d71a4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20128, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\033\327\300\177\000\0000K\032\327\300\177\000", __large = 0x7fc0d71b1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d71a4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d71a4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134304e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\235\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:52 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:52 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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=0x7fc133eb27e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:52 __f = 0x7fc133eb27e0 2025-10-03 18:02:52 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d71a4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #16 std::__1::function::operator() (this=0x7fc0d71a4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99dc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340'\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb27e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d71a4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239493158245, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:52 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d71a4b16}} 2025-10-03 18:02: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_ = 0x7fc0d71a4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:52 _allocations_flag_prev_val759 = 2025-10-03 18:02:52 _allocations_flag_prev_val659 = false 2025-10-03 18:02:52 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d71a4b17}} 2025-10-03 18:02:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_is_done = 2025-10-03 18:02:52 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99de0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:52 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 2025-10-03 18:02:52 Thread 521 (Thread 0x7fc0d69b0640 (LWP 371) "BgSchPool"): 2025-10-03 18:02:52 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:52 ec = 2025-10-03 18:02:52 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:52 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:52 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2840) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:52 thread_status = { = { = {}, }, thread_id = 371, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a732000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a732000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d69a3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\233\326\300\177\000\0000;\232\326\300\177\000", __large = 0x7fc0d69b0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d69a3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d69a3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a70e100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \236\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:52 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:52 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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=0x7fc133eb2840) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:52 __f = 0x7fc133eb2840 2025-10-03 18:02:52 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d69a3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #16 std::__1::function::operator() (this=0x7fc0d69a3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99e20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@(\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2840}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d69a3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239493435916, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:52 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d69a3b16}} 2025-10-03 18:02: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_ = 0x7fc0d69a3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:52 _allocations_flag_prev_val759 = 2025-10-03 18:02:52 _allocations_flag_prev_val659 = false 2025-10-03 18:02:52 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d69a3b17}} 2025-10-03 18:02:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_is_done = 2025-10-03 18:02:52 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99e40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:52 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 2025-10-03 18:02:52 Thread 520 (Thread 0x7fc0d5e2f640 (LWP 372) "BgSchPool"): 2025-10-03 18:02:52 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:52 ec = 2025-10-03 18:02:52 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:52 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:52 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb28a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:52 thread_status = { = { = {}, }, thread_id = 372, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ad3a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ad3a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d5e22848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\366\342\325\300\177\000\0000+\342\325\300\177\000", __large = 0x7fc0d5e2f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d5e22a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d5e22a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ad16100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\236\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:52 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:52 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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=0x7fc133eb28a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:52 __f = 0x7fc133eb28a0 2025-10-03 18:02:52 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d5e22ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #16 std::__1::function::operator() (this=0x7fc0d5e22ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99e80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240(\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb28a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d5e22c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239493535452, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:52 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d5e22b16}} 2025-10-03 18:02: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_ = 0x7fc0d5e22caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:52 _allocations_flag_prev_val759 = 2025-10-03 18:02:52 _allocations_flag_prev_val659 = false 2025-10-03 18:02:52 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d5e22b17}} 2025-10-03 18:02:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_is_done = 2025-10-03 18:02:52 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99ea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:52 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 2025-10-03 18:02:52 Thread 519 (Thread 0x7fc0d562e640 (LWP 373) "BgSchPool"): 2025-10-03 18:02:52 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:52 ec = 2025-10-03 18:02:52 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:52 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:52 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2900) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:52 thread_status = { = { = {}, }, thread_id = 373, os_thread_priority = 0, performance_counters = {counters = 0x7fc13533a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13533a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d5621848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20928, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346b\325\300\177\000\0000\033b\325\300\177\000", __large = 0x7fc0d562e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d5621a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d5621a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135316100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\236\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:52 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:52 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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=0x7fc133eb2900) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:52 __f = 0x7fc133eb2900 2025-10-03 18:02:52 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d5621ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #16 std::__1::function::operator() (this=0x7fc0d5621ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99ee0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000)\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2900}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d5621c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239493683941, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:52 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d5621b16}} 2025-10-03 18:02: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_ = 0x7fc0d5621caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:52 _allocations_flag_prev_val759 = 2025-10-03 18:02:52 _allocations_flag_prev_val659 = false 2025-10-03 18:02:52 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d5621b17}} 2025-10-03 18:02:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_is_done = 2025-10-03 18:02:52 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99f00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:52 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 2025-10-03 18:02:52 Thread 518 (Thread 0x7fc0d4e2d640 (LWP 374) "BgSchPool"): 2025-10-03 18:02:52 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:52 ec = 2025-10-03 18:02:52 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:52 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:52 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2960) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:52 thread_status = { = { = {}, }, thread_id = 374, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c349000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c349000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d4e20848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\342\324\300\177\000\0000\v\342\324\300\177\000", __large = 0x7fc0d4e2d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d4e20a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d4e20a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c326100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\237\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:52 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:52 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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=0x7fc133eb2960) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:52 __f = 0x7fc133eb2960 2025-10-03 18:02:52 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d4e20ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #16 std::__1::function::operator() (this=0x7fc0d4e20ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99f40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`)\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2960}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d4e20c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239493960500, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:52 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d4e20b16}} 2025-10-03 18:02: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_ = 0x7fc0d4e20caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:52 _allocations_flag_prev_val759 = 2025-10-03 18:02:52 _allocations_flag_prev_val659 = false 2025-10-03 18:02:52 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d4e20b17}} 2025-10-03 18:02:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_is_done = 2025-10-03 18:02:52 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99f60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:52 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 2025-10-03 18:02:52 Thread 517 (Thread 0x7fc0d462c640 (LWP 375) "BgSchPool"): 2025-10-03 18:02:52 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:52 No symbol table info available. 2025-10-03 18:02:52 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:52 ec = 2025-10-03 18:02:52 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:52 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:52 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb29c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:52 thread_status = { = { = {}, }, thread_id = 375, os_thread_priority = 0, performance_counters = {counters = 0x7fc135355000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135355000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d461f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31216, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306b\324\300\177\000\0000\373a\324\300\177\000", __large = 0x7fc0d462c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d461fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d461fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1353493c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\237\3513\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:52 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:52 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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=0x7fc133eb29c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:52 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:52 __f = 0x7fc133eb29c0 2025-10-03 18:02:52 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d461fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #16 std::__1::function::operator() (this=0x7fc0d461fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:52 No locals. 2025-10-03 18:02:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133e99fa0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300)\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb29c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d461fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239494212933, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:52 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d461fb16}} 2025-10-03 18:02: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_ = 0x7fc0d461fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:52 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d461fb17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133e99fc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 516 (Thread 0x7fc0d3e2b640 (LWP 376) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2a20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 376, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d16d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d16d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d3e1e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27376, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\342\323\300\177\000\0000\353\341\323\300\177\000", __large = 0x7fc0d3e2b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d3e1ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d3e1ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d149680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\260\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2a20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2a20 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d3e1eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0d3e1eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb000) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " *\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2a20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d3e1ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239494278285, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d3e1eb16}} 2025-10-03 18:02: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_ = 0x7fc0d3e1ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d3e1eb17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb020}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 515 (Thread 0x7fc0d362a640 (LWP 377) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2a80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 377, os_thread_priority = 0, performance_counters = {counters = 0x7fc134f55000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134f55000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d361d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23072, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246b\323\300\177\000\0000\333a\323\300\177\000", __large = 0x7fc0d362a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d361da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d361da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134f493c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\260\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2a80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2a80 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d361dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0d361dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb060) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200*\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2a80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d361dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239494400294, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d361db16}} 2025-10-03 18:02: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_ = 0x7fc0d361dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d361db17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb080}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 514 (Thread 0x7fc0d2e29640 (LWP 378) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2ae0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 378, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a74d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a74d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d2e1c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22464, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\342\322\300\177\000\0000\313\341\322\300\177\000", __large = 0x7fc0d2e29640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d2e1ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d2e1ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a7413c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\260\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2ae0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2ae0 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d2e1cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0d2e1cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb0c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340*\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2ae0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d2e1cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239494589228, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d2e1cb16}} 2025-10-03 18:02: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_ = 0x7fc0d2e1ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d2e1cb17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb0e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 513 (Thread 0x7fc0d2628640 (LWP 379) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2b40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 379, os_thread_priority = 0, performance_counters = {counters = 0x7fc134721000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134721000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d261b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20064, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206b\322\300\177\000\0000\273a\322\300\177\000", __large = 0x7fc0d2628640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d261ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d261ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134714e40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \261\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2b40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2b40 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d261bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0d261bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb120) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@+\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2b40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d261bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239494725644, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d261bb16}} 2025-10-03 18:02: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_ = 0x7fc0d261bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d261bb17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb140}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 512 (Thread 0x7fc0d1e27640 (LWP 380) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2ba0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 380, os_thread_priority = 0, performance_counters = {counters = 0x7fc13473a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13473a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d1e1a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 37824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\342\321\300\177\000\0000\253\341\321\300\177\000", __large = 0x7fc0d1e27640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d1e1aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d1e1aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134716100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\261\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2ba0 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d1e1aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0d1e1aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb180) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240+\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2ba0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d1e1ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239495052938, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d1e1ab16}} 2025-10-03 18:02: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_ = 0x7fc0d1e1acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d1e1ab17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb1a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 511 (Thread 0x7fc0d1626640 (LWP 381) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2c00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 381, os_thread_priority = 0, performance_counters = {counters = 0x7fc2529ba000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc2529ba000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d1619848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23840, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@fb\321\300\177\000\0000\233a\321\300\177\000", __large = 0x7fc0d1626640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d1619a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d1619a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2529ae150}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\261\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2c00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2c00 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d1619ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0d1619ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb1e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000,\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2c00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d1619c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239495094797, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d1619b16}} 2025-10-03 18:02: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_ = 0x7fc0d1619caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d1619b17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb200}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 510 (Thread 0x7fc0d0e25640 (LWP 382) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2c60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 382, os_thread_priority = 0, performance_counters = {counters = 0x7fc13216b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13216b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d0e18848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18880, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\342\320\300\177\000\0000\213\341\320\300\177\000", __large = 0x7fc0d0e25640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d0e18a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d0e18a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132147680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\262\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2c60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2c60 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d0e18ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0d0e18ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb240) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`,\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2c60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d0e18c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239495184044, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d0e18b16}} 2025-10-03 18:02: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_ = 0x7fc0d0e18caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d0e18b17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb260}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 509 (Thread 0x7fc0d0624640 (LWP 383) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2cc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 383, os_thread_priority = 0, performance_counters = {counters = 0x7fc2529d2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc2529d2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0d0617848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 59104, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Fb\320\300\177\000\0000{a\320\300\177\000", __large = 0x7fc0d0624640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d0617a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d0617a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2529af410}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\262\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2cc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2cc0 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0d0617ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0d0617ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb2a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300,\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2cc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0d0617c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239495337212, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0d0617b16}} 2025-10-03 18:02: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_ = 0x7fc0d0617caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0d0617b17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb2c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 508 (Thread 0x7fc0cfe23640 (LWP 384) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2d20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 384, os_thread_priority = 0, performance_counters = {counters = 0x7fc132184000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132184000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0cfe16848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\342\317\300\177\000\0000k\341\317\300\177\000", __large = 0x7fc0cfe23640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cfe16a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cfe16a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132148940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239904469234, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\263\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2d20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2d20 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0cfe16ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0cfe16ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb300) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " -\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2d20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cfe16c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239495677530, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0cfe16b16}} 2025-10-03 18:02: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_ = 0x7fc0cfe16caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0cfe16b17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 507 (Thread 0x7fc0cf622640 (LWP 385) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2d80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 385, os_thread_priority = 0, performance_counters = {counters = 0x7fc2529ea000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc2529ea000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0cf615848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 24336, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&b\317\300\177\000\0000[a\317\300\177\000", __large = 0x7fc0cf622640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cf615a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cf615a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2529b06d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\263\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2d80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2d80 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0cf615ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0cf615ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb360) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200-\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2d80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cf615c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239495720320, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0cf615b16}} 2025-10-03 18:02: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_ = 0x7fc0cf615caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0cf615b17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb380}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:53 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 2025-10-03 18:02:53 Thread 506 (Thread 0x7fc0cee21640 (LWP 386) "BgSchPool"): 2025-10-03 18:02:53 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:53 No symbol table info available. 2025-10-03 18:02:53 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:53 ec = 2025-10-03 18:02:53 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:53 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:53 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2de0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:53 thread_status = { = { = {}, }, thread_id = 386, os_thread_priority = 0, performance_counters = {counters = 0x7fc134b55000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134b55000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0cee14848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\342\316\300\177\000\0000K\341\316\300\177\000", __large = 0x7fc0cee21640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cee14a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cee14a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134b493c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\263\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:53 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:53 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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=0x7fc133eb2de0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:53 __f = 0x7fc133eb2de0 2025-10-03 18:02:53 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0cee14ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #16 std::__1::function::operator() (this=0x7fc0cee14ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb3c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340-\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2de0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cee14c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239495880480, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:53 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0cee14b16}} 2025-10-03 18:02: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_ = 0x7fc0cee14caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:53 _allocations_flag_prev_val759 = 2025-10-03 18:02:53 _allocations_flag_prev_val659 = false 2025-10-03 18:02:53 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0cee14b17}} 2025-10-03 18:02:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:53 job_is_done = 2025-10-03 18:02:53 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:53 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:53 No locals. 2025-10-03 18:02:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb3e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:54 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 2025-10-03 18:02:54 Thread 505 (Thread 0x7fc0ce620640 (LWP 387) "BgSchPool"): 2025-10-03 18:02:54 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:54 ec = 2025-10-03 18:02:54 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:54 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:54 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2e40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:54 thread_status = { = { = {}, }, thread_id = 387, os_thread_priority = 0, performance_counters = {counters = 0x7fc13237b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13237b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ce613848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17232, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006b\316\300\177\000\0000;a\316\300\177\000", __large = 0x7fc0ce620640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ce613a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ce613a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132356680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \264\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:54 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:54 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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=0x7fc133eb2e40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:54 __f = 0x7fc133eb2e40 2025-10-03 18:02:54 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ce613ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #16 std::__1::function::operator() (this=0x7fc0ce613ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb420) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@.\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2e40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ce613c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239496013230, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:54 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ce613b16}} 2025-10-03 18:02: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_ = 0x7fc0ce613caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:54 _allocations_flag_prev_val759 = 2025-10-03 18:02:54 _allocations_flag_prev_val659 = false 2025-10-03 18:02:54 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ce613b17}} 2025-10-03 18:02:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_is_done = 2025-10-03 18:02:54 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb440}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:54 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 2025-10-03 18:02:54 Thread 504 (Thread 0x7fc0cde1f640 (LWP 388) "BgSchPool"): 2025-10-03 18:02:54 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:54 ec = 2025-10-03 18:02:54 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:54 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:54 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2ea0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:54 thread_status = { = { = {}, }, thread_id = 388, os_thread_priority = 0, performance_counters = {counters = 0x7fc134f6e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134f6e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0cde12848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26272, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\341\315\300\177\000\0000+\341\315\300\177\000", __large = 0x7fc0cde1f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cde12a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cde12a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134f4a680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\264\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:54 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:54 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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=0x7fc133eb2ea0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:54 __f = 0x7fc133eb2ea0 2025-10-03 18:02:54 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0cde12ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #16 std::__1::function::operator() (this=0x7fc0cde12ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb480) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240.\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2ea0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cde12c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239496083421, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:54 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0cde12b16}} 2025-10-03 18:02: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_ = 0x7fc0cde12caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:54 _allocations_flag_prev_val759 = 2025-10-03 18:02:54 _allocations_flag_prev_val659 = false 2025-10-03 18:02:54 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0cde12b17}} 2025-10-03 18:02:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_is_done = 2025-10-03 18:02:54 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb4a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:54 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 2025-10-03 18:02:54 Thread 503 (Thread 0x7fc0cd61e640 (LWP 389) "BgSchPool"): 2025-10-03 18:02:54 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:54 ec = 2025-10-03 18:02:54 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:54 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:54 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2f00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:54 thread_status = { = { = {}, }, thread_id = 389, os_thread_priority = 0, performance_counters = {counters = 0x7fc132394000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc132394000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0cd611848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346a\315\300\177\000\0000\033a\315\300\177\000", __large = 0x7fc0cd61e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cd611a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cd611a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132357940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\264\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:54 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:54 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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=0x7fc133eb2f00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:54 __f = 0x7fc133eb2f00 2025-10-03 18:02:54 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0cd611ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #16 std::__1::function::operator() (this=0x7fc0cd611ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb4e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000/\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2f00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cd611c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239496205150, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:54 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0cd611b16}} 2025-10-03 18:02: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_ = 0x7fc0cd611caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:54 _allocations_flag_prev_val759 = 2025-10-03 18:02:54 _allocations_flag_prev_val659 = false 2025-10-03 18:02:54 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0cd611b17}} 2025-10-03 18:02:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_is_done = 2025-10-03 18:02:54 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:54 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 2025-10-03 18:02:54 Thread 502 (Thread 0x7fc0cce1d640 (LWP 390) "BgSchPool"): 2025-10-03 18:02:54 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:54 ec = 2025-10-03 18:02:54 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:54 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:54 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2f60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:54 thread_status = { = { = {}, }, thread_id = 390, os_thread_priority = 0, performance_counters = {counters = 0x7fc134b6e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134b6e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0cce10848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27488, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\341\314\300\177\000\0000\v\341\314\300\177\000", __large = 0x7fc0cce1d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cce10a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cce10a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134b4a680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\265\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:54 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:54 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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=0x7fc133eb2f60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:54 __f = 0x7fc133eb2f60 2025-10-03 18:02:54 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0cce10ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #16 std::__1::function::operator() (this=0x7fc0cce10ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb540) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`/\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2f60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cce10c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239496348117, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:54 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0cce10b16}} 2025-10-03 18:02: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_ = 0x7fc0cce10caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:54 _allocations_flag_prev_val759 = 2025-10-03 18:02:54 _allocations_flag_prev_val659 = false 2025-10-03 18:02:54 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0cce10b17}} 2025-10-03 18:02:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_is_done = 2025-10-03 18:02:54 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:54 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 2025-10-03 18:02:54 Thread 501 (Thread 0x7fc0cc61c640 (LWP 391) "BgSchPool"): 2025-10-03 18:02:54 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:54 ec = 2025-10-03 18:02:54 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:54 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:54 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb2fc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:54 thread_status = { = { = {}, }, thread_id = 391, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d186000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d186000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0cc60f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306a\314\300\177\000\0000\373`\314\300\177\000", __large = 0x7fc0cc61c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cc60fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cc60fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d14a940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\265\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:54 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:54 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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=0x7fc133eb2fc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:54 __f = 0x7fc133eb2fc0 2025-10-03 18:02:54 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0cc60fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #16 std::__1::function::operator() (this=0x7fc0cc60fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb5a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300/\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb2fc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cc60fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239496498670, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:54 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0cc60fb16}} 2025-10-03 18:02: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_ = 0x7fc0cc60fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:54 _allocations_flag_prev_val759 = 2025-10-03 18:02:54 _allocations_flag_prev_val659 = false 2025-10-03 18:02:54 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0cc60fb17}} 2025-10-03 18:02:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_is_done = 2025-10-03 18:02:54 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb5c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:54 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 2025-10-03 18:02:54 Thread 500 (Thread 0x7fc0cbe1b640 (LWP 392) "BgSchPool"): 2025-10-03 18:02:54 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:54 ec = 2025-10-03 18:02:54 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:54 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:54 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3020) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:54 thread_status = { = { = {}, }, thread_id = 392, os_thread_priority = 0, performance_counters = {counters = 0x7fc13432a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13432a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0cbe0e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21776, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\341\313\300\177\000\0000\353\340\313\300\177\000", __large = 0x7fc0cbe1b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cbe0ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cbe0ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134306100}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\266\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:54 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:54 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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=0x7fc133eb3020) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:54 __f = 0x7fc133eb3020 2025-10-03 18:02:54 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0cbe0eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #16 std::__1::function::operator() (this=0x7fc0cbe0eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb600) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " 0\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3020}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cbe0ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239496695128, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:54 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0cbe0eb16}} 2025-10-03 18:02: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_ = 0x7fc0cbe0ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:54 _allocations_flag_prev_val759 = 2025-10-03 18:02:54 _allocations_flag_prev_val659 = false 2025-10-03 18:02:54 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0cbe0eb17}} 2025-10-03 18:02:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_is_done = 2025-10-03 18:02:54 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb620}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:54 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 2025-10-03 18:02:54 Thread 499 (Thread 0x7fc0cb61a640 (LWP 393) "BgSchPool"): 2025-10-03 18:02:54 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:54 ec = 2025-10-03 18:02:54 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:54 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:54 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3080) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:54 thread_status = { = { = {}, }, thread_id = 393, os_thread_priority = 0, performance_counters = {counters = 0x7fc134f87000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134f87000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0cb60d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246a\313\300\177\000\0000\333`\313\300\177\000", __large = 0x7fc0cb61a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cb60da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cb60da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134f4b940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\266\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:54 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:54 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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=0x7fc133eb3080) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:54 __f = 0x7fc133eb3080 2025-10-03 18:02:54 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0cb60dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #16 std::__1::function::operator() (this=0x7fc0cb60dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb660) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2000\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3080}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cb60dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239496793723, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:54 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0cb60db16}} 2025-10-03 18:02: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_ = 0x7fc0cb60dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:54 _allocations_flag_prev_val759 = 2025-10-03 18:02:54 _allocations_flag_prev_val659 = false 2025-10-03 18:02:54 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0cb60db17}} 2025-10-03 18:02:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_is_done = 2025-10-03 18:02:54 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb680}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:54 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 2025-10-03 18:02:54 Thread 498 (Thread 0x7fc0cae19640 (LWP 394) "BgSchPool"): 2025-10-03 18:02:54 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:54 ec = 2025-10-03 18:02:54 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:54 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:54 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb30e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:54 thread_status = { = { = {}, }, thread_id = 394, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d1a2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d1a2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0cae0c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 69680, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\341\312\300\177\000\0000\313\340\312\300\177\000", __large = 0x7fc0cae19640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cae0ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cae0ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d195c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\266\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:54 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:54 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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=0x7fc133eb30e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:54 __f = 0x7fc133eb30e0 2025-10-03 18:02:54 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0cae0cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #16 std::__1::function::operator() (this=0x7fc0cae0cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb6c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3400\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb30e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0cae0cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239496922885, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:54 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0cae0cb16}} 2025-10-03 18:02: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_ = 0x7fc0cae0ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:54 _allocations_flag_prev_val759 = 2025-10-03 18:02:54 _allocations_flag_prev_val659 = false 2025-10-03 18:02:54 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0cae0cb17}} 2025-10-03 18:02:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_is_done = 2025-10-03 18:02:54 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb6e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:54 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 2025-10-03 18:02:54 Thread 497 (Thread 0x7fc0ca618640 (LWP 395) "BgSchPool"): 2025-10-03 18:02:54 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:54 ec = 2025-10-03 18:02:54 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:54 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:54 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3140) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:54 thread_status = { = { = {}, }, thread_id = 395, os_thread_priority = 0, performance_counters = {counters = 0x7fc134b87000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134b87000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ca60b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206a\312\300\177\000\0000\273`\312\300\177\000", __large = 0x7fc0ca618640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ca60ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ca60ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134b4b940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \267\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:54 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:54 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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=0x7fc133eb3140) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:54 __f = 0x7fc133eb3140 2025-10-03 18:02:54 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ca60bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #16 std::__1::function::operator() (this=0x7fc0ca60bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb720) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@1\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3140}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ca60bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239497101500, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:54 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ca60bb16}} 2025-10-03 18:02: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_ = 0x7fc0ca60bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:54 _allocations_flag_prev_val759 = 2025-10-03 18:02:54 _allocations_flag_prev_val659 = false 2025-10-03 18:02:54 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ca60bb17}} 2025-10-03 18:02:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_is_done = 2025-10-03 18:02:54 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb740}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:54 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 2025-10-03 18:02:54 Thread 496 (Thread 0x7fc0c9e17640 (LWP 396) "BgSchPool"): 2025-10-03 18:02:54 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:54 No symbol table info available. 2025-10-03 18:02:54 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:54 ec = 2025-10-03 18:02:54 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:54 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:54 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb31a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:54 thread_status = { = { = {}, }, thread_id = 396, os_thread_priority = 0, performance_counters = {counters = 0x7fc134346000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134346000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c9e0a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35568, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\341\311\300\177\000\0000\253\340\311\300\177\000", __large = 0x7fc0c9e17640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c9e0aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c9e0aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1343393c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\267\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:54 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:54 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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=0x7fc133eb31a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:54 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:54 __f = 0x7fc133eb31a0 2025-10-03 18:02:54 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c9e0aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #16 std::__1::function::operator() (this=0x7fc0c9e0aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:54 No locals. 2025-10-03 18:02:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb780) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2401\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb31a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c9e0ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239497290966, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:54 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c9e0ab16}} 2025-10-03 18:02: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_ = 0x7fc0c9e0acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c9e0ab17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:55 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb7a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:55 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 2025-10-03 18:02:55 Thread 495 (Thread 0x7fc0c9616640 (LWP 397) "BgSchPool"): 2025-10-03 18:02:55 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:55 ec = 2025-10-03 18:02:55 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:55 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:55 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3200) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:55 thread_status = { = { = {}, }, thread_id = 397, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ad55000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ad55000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c9609848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23072, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@fa\311\300\177\000\0000\233`\311\300\177\000", __large = 0x7fc0c9616640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c9609a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c9609a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ad493c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\267\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:55 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:55 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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=0x7fc133eb3200) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:55 __f = 0x7fc133eb3200 2025-10-03 18:02:55 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c9609ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #16 std::__1::function::operator() (this=0x7fc0c9609ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb7e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0002\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3200}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c9609c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239497475622, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:55 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c9609b16}} 2025-10-03 18:02: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_ = 0x7fc0c9609caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c9609b17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:55 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb800}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:55 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 2025-10-03 18:02:55 Thread 494 (Thread 0x7fc0c8e15640 (LWP 398) "BgSchPool"): 2025-10-03 18:02:55 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:55 ec = 2025-10-03 18:02:55 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:55 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:55 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3260) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:55 thread_status = { = { = {}, }, thread_id = 398, os_thread_priority = 0, performance_counters = {counters = 0x7fc1321a0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1321a0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c8e08848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\341\310\300\177\000\0000\213\340\310\300\177\000", __large = 0x7fc0c8e15640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c8e08a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c8e08a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132193c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\270\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:55 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:55 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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=0x7fc133eb3260) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:55 __f = 0x7fc133eb3260 2025-10-03 18:02:55 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c8e08ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #16 std::__1::function::operator() (this=0x7fc0c8e08ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb840) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`2\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3260}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c8e08c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239497609153, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:55 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c8e08b16}} 2025-10-03 18:02: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_ = 0x7fc0c8e08caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c8e08b17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:55 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:55 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 2025-10-03 18:02:55 Thread 493 (Thread 0x7fc0c8614640 (LWP 399) "BgSchPool"): 2025-10-03 18:02:55 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:55 ec = 2025-10-03 18:02:55 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:55 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:55 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb32c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:55 thread_status = { = { = {}, }, thread_id = 399, os_thread_priority = 0, performance_counters = {counters = 0x7fc13435e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13435e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c8607848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18912, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Fa\310\300\177\000\0000{`\310\300\177\000", __large = 0x7fc0c8614640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c8607a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c8607a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13433a680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\270\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:55 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:55 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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=0x7fc133eb32c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:55 __f = 0x7fc133eb32c0 2025-10-03 18:02:55 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c8607ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #16 std::__1::function::operator() (this=0x7fc0c8607ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb8a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3002\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb32c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c8607c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239497782097, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:55 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c8607b16}} 2025-10-03 18:02: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_ = 0x7fc0c8607caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c8607b17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:55 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb8c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:55 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 2025-10-03 18:02:55 Thread 492 (Thread 0x7fc0c7e13640 (LWP 400) "BgSchPool"): 2025-10-03 18:02:55 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:55 ec = 2025-10-03 18:02:55 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:55 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:55 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3320) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:55 thread_status = { = { = {}, }, thread_id = 400, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c365000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c365000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c7e06848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21376, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\341\307\300\177\000\0000k\340\307\300\177\000", __large = 0x7fc0c7e13640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c7e06a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c7e06a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c3583c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\271\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:55 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:55 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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=0x7fc133eb3320) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:55 __f = 0x7fc133eb3320 2025-10-03 18:02:55 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c7e06ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #16 std::__1::function::operator() (this=0x7fc0c7e06ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb900) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " 3\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3320}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c7e06c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239497876494, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:55 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c7e06b16}} 2025-10-03 18:02: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_ = 0x7fc0c7e06caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c7e06b17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:55 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb920}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:55 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 2025-10-03 18:02:55 Thread 491 (Thread 0x7fc0c7612640 (LWP 401) "BgSchPool"): 2025-10-03 18:02:55 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:55 ec = 2025-10-03 18:02:55 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:55 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:55 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3380) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:55 thread_status = { = { = {}, }, thread_id = 401, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ad6e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ad6e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c7605848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38112, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&a\307\300\177\000\0000[`\307\300\177\000", __large = 0x7fc0c7612640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c7605a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c7605a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ad4a680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\271\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:55 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:55 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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=0x7fc133eb3380) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:55 __f = 0x7fc133eb3380 2025-10-03 18:02:55 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c7605ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #16 std::__1::function::operator() (this=0x7fc0c7605ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb960) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2003\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3380}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c7605c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239498118027, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:55 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c7605b16}} 2025-10-03 18:02: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_ = 0x7fc0c7605caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c7605b17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:55 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:55 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 2025-10-03 18:02:55 Thread 490 (Thread 0x7fc0c6e11640 (LWP 402) "BgSchPool"): 2025-10-03 18:02:55 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:55 ec = 2025-10-03 18:02:55 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:55 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:55 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb33e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:55 thread_status = { = { = {}, }, thread_id = 402, os_thread_priority = 0, performance_counters = {counters = 0x7fc1321b9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1321b9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c6e04848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\341\306\300\177\000\0000K\340\306\300\177\000", __large = 0x7fc0c6e11640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c6e04a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c6e04a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc132194ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\271\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:55 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:55 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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=0x7fc133eb33e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:55 __f = 0x7fc133eb33e0 2025-10-03 18:02:55 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c6e04ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #16 std::__1::function::operator() (this=0x7fc0c6e04ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebb9c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3403\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb33e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c6e04c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239498328161, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:55 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c6e04b16}} 2025-10-03 18:02: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_ = 0x7fc0c6e04caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c6e04b17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:55 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebb9e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:55 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 2025-10-03 18:02:55 Thread 489 (Thread 0x7fc0c6610640 (LWP 403) "BgSchPool"): 2025-10-03 18:02:55 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:55 ec = 2025-10-03 18:02:55 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:55 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:55 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3440) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:55 thread_status = { = { = {}, }, thread_id = 403, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c37e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c37e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c6603848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006a\306\300\177\000\0000;`\306\300\177\000", __large = 0x7fc0c6610640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c6603a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c6603a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c359680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \272\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:55 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:55 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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=0x7fc133eb3440) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:55 __f = 0x7fc133eb3440 2025-10-03 18:02:55 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c6603ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #16 std::__1::function::operator() (this=0x7fc0c6603ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebba20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@4\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3440}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c6603c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239498511525, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:55 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c6603b16}} 2025-10-03 18:02: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_ = 0x7fc0c6603caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c6603b17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:55 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebba40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:55 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 2025-10-03 18:02:55 Thread 488 (Thread 0x7fc0c5e0f640 (LWP 404) "BgSchPool"): 2025-10-03 18:02:55 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:55 ec = 2025-10-03 18:02:55 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:55 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:55 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb34a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:55 thread_status = { = { = {}, }, thread_id = 404, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ad87000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ad87000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c5e02848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\340\305\300\177\000\0000+\340\305\300\177\000", __large = 0x7fc0c5e0f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c5e02a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c5e02a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ad4b940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\272\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:55 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:55 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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=0x7fc133eb34a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:55 __f = 0x7fc133eb34a0 2025-10-03 18:02:55 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c5e02ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #16 std::__1::function::operator() (this=0x7fc0c5e02ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebba80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2404\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb34a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c5e02c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239498649214, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:55 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c5e02b16}} 2025-10-03 18:02: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_ = 0x7fc0c5e02caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c5e02b17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:55 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbaa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:55 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 2025-10-03 18:02:55 Thread 487 (Thread 0x7fc0c560e640 (LWP 405) "BgSchPool"): 2025-10-03 18:02:55 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:55 ec = 2025-10-03 18:02:55 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:55 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:55 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3500) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:55 thread_status = { = { = {}, }, thread_id = 405, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c397000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c397000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c5601848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21056, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346`\305\300\177\000\0000\033`\305\300\177\000", __large = 0x7fc0c560e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c5601a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c5601a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c35a940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\272\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:55 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:55 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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=0x7fc133eb3500) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:55 __f = 0x7fc133eb3500 2025-10-03 18:02:55 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c5601ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #16 std::__1::function::operator() (this=0x7fc0c5601ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbae0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0005\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3500}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c5601c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239498797752, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:55 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c5601b16}} 2025-10-03 18:02: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_ = 0x7fc0c5601caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c5601b17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:55 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbb00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:55 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 2025-10-03 18:02:55 Thread 486 (Thread 0x7fc0c4e0d640 (LWP 406) "BgSchPool"): 2025-10-03 18:02:55 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:55 No symbol table info available. 2025-10-03 18:02:55 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:55 ec = 2025-10-03 18:02:55 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:55 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:55 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3560) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:55 thread_status = { = { = {}, }, thread_id = 406, os_thread_priority = 0, performance_counters = {counters = 0x7fc1323b0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1323b0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c4e00848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29680, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\340\304\300\177\000\0000\v\340\304\300\177\000", __large = 0x7fc0c4e0d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c4e00a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c4e00a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1323a3c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\273\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:55 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:55 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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=0x7fc133eb3560) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:55 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:55 __f = 0x7fc133eb3560 2025-10-03 18:02:55 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c4e00ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #16 std::__1::function::operator() (this=0x7fc0c4e00ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:55 No locals. 2025-10-03 18:02:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbb40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`5\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3560}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c4e00c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239498852294, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:55 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c4e00b16}} 2025-10-03 18:02: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_ = 0x7fc0c4e00caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:55 _allocations_flag_prev_val759 = 2025-10-03 18:02:55 _allocations_flag_prev_val659 = false 2025-10-03 18:02:55 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c4e00b17}} 2025-10-03 18:02:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:55 job_is_done = 2025-10-03 18:02:56 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbb60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:56 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 2025-10-03 18:02:56 Thread 485 (Thread 0x7fc0c460c640 (LWP 407) "BgSchPool"): 2025-10-03 18:02:56 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:56 ec = 2025-10-03 18:02:56 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:56 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:56 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb35c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:56 thread_status = { = { = {}, }, thread_id = 407, os_thread_priority = 0, performance_counters = {counters = 0x7fc13536e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13536e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c45ff848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306`\304\300\177\000\0000\373_\304\300\177\000", __large = 0x7fc0c460c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c45ffa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c45ffa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13534a680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\273\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:56 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:56 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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=0x7fc133eb35c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:56 __f = 0x7fc133eb35c0 2025-10-03 18:02:56 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c45ffba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #16 std::__1::function::operator() (this=0x7fc0c45ffba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbba0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3005\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb35c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c45ffc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239498899432, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:56 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c45ffb16}} 2025-10-03 18:02: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_ = 0x7fc0c45ffcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:56 _allocations_flag_prev_val759 = 2025-10-03 18:02:56 _allocations_flag_prev_val659 = false 2025-10-03 18:02:56 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c45ffb17}} 2025-10-03 18:02:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_is_done = 2025-10-03 18:02:56 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbbc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:56 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 2025-10-03 18:02:56 Thread 484 (Thread 0x7fc0c3e0b640 (LWP 408) "BgSchPool"): 2025-10-03 18:02:56 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:56 ec = 2025-10-03 18:02:56 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:56 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:56 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3620) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:56 thread_status = { = { = {}, }, thread_id = 408, os_thread_priority = 0, performance_counters = {counters = 0x7fc133ebf000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133ebf000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c3dfe848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 33712, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\340\303\300\177\000\0000\353\337\303\300\177\000", __large = 0x7fc0c3e0b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c3dfea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c3dfea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133eb38c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\274\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:56 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:56 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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=0x7fc133eb3620) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:56 __f = 0x7fc133eb3620 2025-10-03 18:02:56 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c3dfeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #16 std::__1::function::operator() (this=0x7fc0c3dfeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbc00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " 6\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3620}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c3dfec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239499071665, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:56 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c3dfeb16}} 2025-10-03 18:02: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_ = 0x7fc0c3dfecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:56 _allocations_flag_prev_val759 = 2025-10-03 18:02:56 _allocations_flag_prev_val659 = false 2025-10-03 18:02:56 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c3dfeb17}} 2025-10-03 18:02:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_is_done = 2025-10-03 18:02:56 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbc20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:56 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 2025-10-03 18:02:56 Thread 483 (Thread 0x7fc0c360a640 (LWP 409) "BgSchPool"): 2025-10-03 18:02:56 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:56 ec = 2025-10-03 18:02:56 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:56 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:56 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3680) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:56 thread_status = { = { = {}, }, thread_id = 409, os_thread_priority = 0, performance_counters = {counters = 0x7fc135387000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135387000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c35fd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246`\303\300\177\000\0000\333_\303\300\177\000", __large = 0x7fc0c360a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c35fda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c35fda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13534b940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\274\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:56 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:56 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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=0x7fc133eb3680) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:56 __f = 0x7fc133eb3680 2025-10-03 18:02:56 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c35fdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #16 std::__1::function::operator() (this=0x7fc0c35fdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbc60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2006\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3680}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c35fdc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239499351010, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:56 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c35fdb16}} 2025-10-03 18:02: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_ = 0x7fc0c35fdcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:56 _allocations_flag_prev_val759 = 2025-10-03 18:02:56 _allocations_flag_prev_val659 = false 2025-10-03 18:02:56 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c35fdb17}} 2025-10-03 18:02:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_is_done = 2025-10-03 18:02:56 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbc80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:56 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 2025-10-03 18:02:56 Thread 482 (Thread 0x7fc0c2e09640 (LWP 410) "BgSchPool"): 2025-10-03 18:02:56 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:56 ec = 2025-10-03 18:02:56 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:56 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:56 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb36e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:56 thread_status = { = { = {}, }, thread_id = 410, os_thread_priority = 0, performance_counters = {counters = 0x7fc252a05000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252a05000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c2dfc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20096, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\340\302\300\177\000\0000\313\337\302\300\177\000", __large = 0x7fc0c2e09640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c2dfca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c2dfca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2529f9990}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239908469326, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\274\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:56 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:56 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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=0x7fc133eb36e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:56 __f = 0x7fc133eb36e0 2025-10-03 18:02:56 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c2dfcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #16 std::__1::function::operator() (this=0x7fc0c2dfcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbcc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3406\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb36e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c2dfcc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239499551856, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:56 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c2dfcb16}} 2025-10-03 18:02: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_ = 0x7fc0c2dfccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:56 _allocations_flag_prev_val759 = 2025-10-03 18:02:56 _allocations_flag_prev_val659 = false 2025-10-03 18:02:56 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c2dfcb17}} 2025-10-03 18:02:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_is_done = 2025-10-03 18:02:56 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbce0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:56 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 2025-10-03 18:02:56 Thread 481 (Thread 0x7fc0c2608640 (LWP 411) "BgSchPool"): 2025-10-03 18:02:56 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:56 ec = 2025-10-03 18:02:56 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:56 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:56 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3740) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:56 thread_status = { = { = {}, }, thread_id = 411, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a766000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a766000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c25fb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 33776, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206`\302\300\177\000\0000\273_\302\300\177\000", __large = 0x7fc0c2608640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c25fba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c25fba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a742680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \275\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:56 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:56 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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=0x7fc133eb3740) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:56 __f = 0x7fc133eb3740 2025-10-03 18:02:56 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c25fbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #16 std::__1::function::operator() (this=0x7fc0c25fbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbd20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@7\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3740}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c25fbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239499648969, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:56 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c25fbb16}} 2025-10-03 18:02: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_ = 0x7fc0c25fbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:56 _allocations_flag_prev_val759 = 2025-10-03 18:02:56 _allocations_flag_prev_val659 = false 2025-10-03 18:02:56 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c25fbb17}} 2025-10-03 18:02:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_is_done = 2025-10-03 18:02:56 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbd40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:56 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 2025-10-03 18:02:56 Thread 480 (Thread 0x7fc0c1e07640 (LWP 412) "BgSchPool"): 2025-10-03 18:02:56 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:56 ec = 2025-10-03 18:02:56 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:56 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:56 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb37a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:56 thread_status = { = { = {}, }, thread_id = 412, os_thread_priority = 0, performance_counters = {counters = 0x7fc1353a3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1353a3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c1dfa848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\340\301\300\177\000\0000\253\337\301\300\177\000", __large = 0x7fc0c1e07640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c1dfaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c1dfaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135396c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\275\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:56 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:56 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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=0x7fc133eb37a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:56 __f = 0x7fc133eb37a0 2025-10-03 18:02:56 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c1dfaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #16 std::__1::function::operator() (this=0x7fc0c1dfaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbd80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2407\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb37a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c1dfac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239499732535, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:56 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c1dfab16}} 2025-10-03 18:02: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_ = 0x7fc0c1dfacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:56 _allocations_flag_prev_val759 = 2025-10-03 18:02:56 _allocations_flag_prev_val659 = false 2025-10-03 18:02:56 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c1dfab17}} 2025-10-03 18:02:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_is_done = 2025-10-03 18:02:56 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbda0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:56 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 2025-10-03 18:02:56 Thread 479 (Thread 0x7fc0c1606640 (LWP 413) "BgSchPool"): 2025-10-03 18:02:56 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:56 ec = 2025-10-03 18:02:56 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:56 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:56 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3800) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:56 thread_status = { = { = {}, }, thread_id = 413, os_thread_priority = 0, performance_counters = {counters = 0x7fc252a1d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252a1d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c15f9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f`\301\300\177\000\0000\233_\301\300\177\000", __large = 0x7fc0c1606640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c15f9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c15f9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2529fac50}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\275\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:56 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:56 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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=0x7fc133eb3800) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:56 __f = 0x7fc133eb3800 2025-10-03 18:02:56 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c15f9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #16 std::__1::function::operator() (this=0x7fc0c15f9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbde0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0008\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3800}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c15f9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239499895060, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:56 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c15f9b16}} 2025-10-03 18:02: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_ = 0x7fc0c15f9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:56 _allocations_flag_prev_val759 = 2025-10-03 18:02:56 _allocations_flag_prev_val659 = false 2025-10-03 18:02:56 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c15f9b17}} 2025-10-03 18:02:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_is_done = 2025-10-03 18:02:56 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbe00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:56 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 2025-10-03 18:02:56 Thread 478 (Thread 0x7fc0c0e05640 (LWP 414) "BgSchPool"): 2025-10-03 18:02:56 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:56 ec = 2025-10-03 18:02:56 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:56 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:56 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb3860) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:56 thread_status = { = { = {}, }, thread_id = 414, os_thread_priority = 0, performance_counters = {counters = 0x7fc135954000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135954000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c0df8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 25088, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\340\300\300\177\000\0000\213\337\300\300\177\000", __large = 0x7fc0c0e05640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c0df8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c0df8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1359483c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\276\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:56 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:56 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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=0x7fc133eb3860) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:56 __f = 0x7fc133eb3860 2025-10-03 18:02:56 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c0df8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #16 std::__1::function::operator() (this=0x7fc0c0df8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbe40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`8\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb3860}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c0df8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239500128097, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:56 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c0df8b16}} 2025-10-03 18:02: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_ = 0x7fc0c0df8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:56 _allocations_flag_prev_val759 = 2025-10-03 18:02:56 _allocations_flag_prev_val659 = false 2025-10-03 18:02:56 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c0df8b17}} 2025-10-03 18:02:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_is_done = 2025-10-03 18:02:56 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbe60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:56 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 2025-10-03 18:02:56 Thread 477 (Thread 0x7fc0c0604640 (LWP 415) "BgSchPool"): 2025-10-03 18:02:56 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:56 No symbol table info available. 2025-10-03 18:02:56 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:56 ec = 2025-10-03 18:02:56 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:56 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:56 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4b80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:56 thread_status = { = { = {}, }, thread_id = 415, os_thread_priority = 0, performance_counters = {counters = 0x7fc13674b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13674b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0c05f7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F`\300\300\177\000\0000{_\300\300\177\000", __large = 0x7fc0c0604640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c05f7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c05f7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13673fd20}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\276\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:56 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:56 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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=0x7fc133eb4b80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:56 __f = 0x7fc133eb4b80 2025-10-03 18:02:56 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0c05f7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #16 std::__1::function::operator() (this=0x7fc0c05f7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbea0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200K\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4b80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0c05f7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239500354802, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:56 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0c05f7b16}} 2025-10-03 18:02: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_ = 0x7fc0c05f7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:56 _allocations_flag_prev_val759 = 2025-10-03 18:02:56 _allocations_flag_prev_val659 = false 2025-10-03 18:02:56 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0c05f7b17}} 2025-10-03 18:02:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:56 job_is_done = 2025-10-03 18:02:56 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:56 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:56 No locals. 2025-10-03 18:02:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbec0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:57 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 2025-10-03 18:02:57 Thread 476 (Thread 0x7fc0bfe03640 (LWP 416) "BgSchPool"): 2025-10-03 18:02:57 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:57 ec = 2025-10-03 18:02:57 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:57 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:57 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4be0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:57 thread_status = { = { = {}, }, thread_id = 416, os_thread_priority = 0, performance_counters = {counters = 0x7fc0fee98000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0fee98000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0bfdf6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\340\277\300\177\000\0000k߿\300\177\000", __large = 0x7fc0bfe03640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bfdf6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bfdf6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0fee543c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\277\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:57 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:57 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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=0x7fc133eb4be0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:57 __f = 0x7fc133eb4be0 2025-10-03 18:02:57 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0bfdf6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #16 std::__1::function::operator() (this=0x7fc0bfdf6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbf00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340K\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4be0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bfdf6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239500408462, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:57 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0bfdf6b16}} 2025-10-03 18:02: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_ = 0x7fc0bfdf6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:57 _allocations_flag_prev_val759 = 2025-10-03 18:02:57 _allocations_flag_prev_val659 = false 2025-10-03 18:02:57 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0bfdf6b17}} 2025-10-03 18:02:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_is_done = 2025-10-03 18:02:57 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbf20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:57 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 2025-10-03 18:02:57 Thread 475 (Thread 0x7fc0bf602640 (LWP 417) "BgSchPool"): 2025-10-03 18:02:57 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:57 ec = 2025-10-03 18:02:57 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:57 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:57 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4c40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:57 thread_status = { = { = {}, }, thread_id = 417, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a77f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a77f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0bf5f5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 43168, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&`\277\300\177\000\0000[_\277\300\177\000", __large = 0x7fc0bf602640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bf5f5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bf5f5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a743940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\277\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:57 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:57 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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=0x7fc133eb4c40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:57 __f = 0x7fc133eb4c40 2025-10-03 18:02:57 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0bf5f5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #16 std::__1::function::operator() (this=0x7fc0bf5f5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbf60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@L\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4c40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bf5f5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239500451012, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:57 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0bf5f5b16}} 2025-10-03 18:02: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_ = 0x7fc0bf5f5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:57 _allocations_flag_prev_val759 = 2025-10-03 18:02:57 _allocations_flag_prev_val659 = false 2025-10-03 18:02:57 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0bf5f5b17}} 2025-10-03 18:02:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_is_done = 2025-10-03 18:02:57 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbf80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:57 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 2025-10-03 18:02:57 Thread 474 (Thread 0x7fc0bee01640 (LWP 418) "BgSchPool"): 2025-10-03 18:02:57 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:57 ec = 2025-10-03 18:02:57 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:57 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:57 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4ca0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:57 thread_status = { = { = {}, }, thread_id = 418, os_thread_priority = 0, performance_counters = {counters = 0x7fc13596d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13596d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0bedf4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\340\276\300\177\000\0000K߾\300\177\000", __large = 0x7fc0bee01640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bedf4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bedf4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135949680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\277\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:57 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:57 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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=0x7fc133eb4ca0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:57 __f = 0x7fc133eb4ca0 2025-10-03 18:02:57 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0bedf4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #16 std::__1::function::operator() (this=0x7fc0bedf4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebbfc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240L\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4ca0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bedf4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239500498973, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:57 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0bedf4b16}} 2025-10-03 18:02: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_ = 0x7fc0bedf4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:57 _allocations_flag_prev_val759 = 2025-10-03 18:02:57 _allocations_flag_prev_val659 = false 2025-10-03 18:02:57 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0bedf4b17}} 2025-10-03 18:02:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_is_done = 2025-10-03 18:02:57 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebbfe0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:57 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 2025-10-03 18:02:57 Thread 473 (Thread 0x7fc0be600640 (LWP 419) "BgSchPool"): 2025-10-03 18:02:57 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:57 ec = 2025-10-03 18:02:57 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:57 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:57 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4d00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:57 thread_status = { = { = {}, }, thread_id = 419, os_thread_priority = 0, performance_counters = {counters = 0x7fc136764000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc136764000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0be5f3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\006`\276\300\177\000\0000;_\276\300\177\000", __large = 0x7fc0be600640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0be5f3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0be5f3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc136740fe0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \320\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:57 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:57 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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=0x7fc133eb4d00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:57 __f = 0x7fc133eb4d00 2025-10-03 18:02:57 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0be5f3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #16 std::__1::function::operator() (this=0x7fc0be5f3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd020) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000M\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4d00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0be5f3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239500702294, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:57 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0be5f3b16}} 2025-10-03 18:02: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_ = 0x7fc0be5f3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:57 _allocations_flag_prev_val759 = 2025-10-03 18:02:57 _allocations_flag_prev_val659 = false 2025-10-03 18:02:57 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0be5f3b17}} 2025-10-03 18:02:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_is_done = 2025-10-03 18:02:57 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd040}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:57 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 2025-10-03 18:02:57 Thread 472 (Thread 0x7fc0bddff640 (LWP 420) "BgSchPool"): 2025-10-03 18:02:57 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:57 ec = 2025-10-03 18:02:57 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:57 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:57 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4d60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:57 thread_status = { = { = {}, }, thread_id = 420, os_thread_priority = 0, performance_counters = {counters = 0x7fc0d5fdd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0d5fdd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0bddf2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35872, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366߽\300\177\000\0000+߽\300\177\000", __large = 0x7fc0bddff640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bddf2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bddf2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0fee55680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\320\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:57 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:57 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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=0x7fc133eb4d60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:57 __f = 0x7fc133eb4d60 2025-10-03 18:02:57 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0bddf2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #16 std::__1::function::operator() (this=0x7fc0bddf2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd080) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`M\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4d60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bddf2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239500941483, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:57 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0bddf2b16}} 2025-10-03 18:02: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_ = 0x7fc0bddf2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:57 _allocations_flag_prev_val759 = 2025-10-03 18:02:57 _allocations_flag_prev_val659 = false 2025-10-03 18:02:57 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0bddf2b17}} 2025-10-03 18:02:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_is_done = 2025-10-03 18:02:57 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd0a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:57 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 2025-10-03 18:02:57 Thread 471 (Thread 0x7fc0bd5fe640 (LWP 421) "BgSchPool"): 2025-10-03 18:02:57 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:57 ec = 2025-10-03 18:02:57 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:57 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:57 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4dc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:57 thread_status = { = { = {}, }, thread_id = 421, os_thread_priority = 0, performance_counters = {counters = 0x7fc134755000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134755000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0bd5f1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28112, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346_\275\300\177\000\0000\033_\275\300\177\000", __large = 0x7fc0bd5fe640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bd5f1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bd5f1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1347493c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\320\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:57 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:57 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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=0x7fc133eb4dc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:57 __f = 0x7fc133eb4dc0 2025-10-03 18:02:57 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0bd5f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #16 std::__1::function::operator() (this=0x7fc0bd5f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd0e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300M\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4dc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bd5f1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239501081585, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:57 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0bd5f1b16}} 2025-10-03 18:02: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_ = 0x7fc0bd5f1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:57 _allocations_flag_prev_val759 = 2025-10-03 18:02:57 _allocations_flag_prev_val659 = false 2025-10-03 18:02:57 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0bd5f1b17}} 2025-10-03 18:02:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_is_done = 2025-10-03 18:02:57 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd100}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:57 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 2025-10-03 18:02:57 Thread 470 (Thread 0x7fc0bcdfd640 (LWP 422) "BgSchPool"): 2025-10-03 18:02:57 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:57 ec = 2025-10-03 18:02:57 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:57 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:57 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4e20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:57 thread_status = { = { = {}, }, thread_id = 422, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d1bb000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d1bb000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0bcdf0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\337\274\300\177\000\0000\v\337\274\300\177\000", __large = 0x7fc0bcdfd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bcdf0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bcdf0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d196ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\321\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:57 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:57 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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=0x7fc133eb4e20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:57 __f = 0x7fc133eb4e20 2025-10-03 18:02:57 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0bcdf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #16 std::__1::function::operator() (this=0x7fc0bcdf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd140) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " N\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4e20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bcdf0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239501211920, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:57 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0bcdf0b16}} 2025-10-03 18:02: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_ = 0x7fc0bcdf0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:57 _allocations_flag_prev_val759 = 2025-10-03 18:02:57 _allocations_flag_prev_val659 = false 2025-10-03 18:02:57 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0bcdf0b17}} 2025-10-03 18:02:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_is_done = 2025-10-03 18:02:57 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd160}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:57 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 2025-10-03 18:02:57 Thread 469 (Thread 0x7fc0bc5fc640 (LWP 423) "BgSchPool"): 2025-10-03 18:02:57 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:57 No symbol table info available. 2025-10-03 18:02:57 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:57 ec = 2025-10-03 18:02:57 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:57 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:57 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4e80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:57 thread_status = { = { = {}, }, thread_id = 423, os_thread_priority = 0, performance_counters = {counters = 0x7fc134fa3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134fa3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0bc5ef848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26928, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306_\274\300\177\000\0000\373^\274\300\177\000", __large = 0x7fc0bc5fc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bc5efa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bc5efa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134f96c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\321\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:57 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:57 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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=0x7fc133eb4e80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:57 __f = 0x7fc133eb4e80 2025-10-03 18:02:57 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0bc5efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #16 std::__1::function::operator() (this=0x7fc0bc5efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd1a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200N\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4e80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bc5efc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239501370237, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:57 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0bc5efb16}} 2025-10-03 18:02: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_ = 0x7fc0bc5efcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:57 _allocations_flag_prev_val759 = 2025-10-03 18:02:57 _allocations_flag_prev_val659 = false 2025-10-03 18:02:57 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0bc5efb17}} 2025-10-03 18:02:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:57 job_is_done = 2025-10-03 18:02:57 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:57 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:57 No locals. 2025-10-03 18:02:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd1c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:58 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 2025-10-03 18:02:58 Thread 468 (Thread 0x7fc0bbdfb640 (LWP 424) "BgSchPool"): 2025-10-03 18:02:58 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:58 ec = 2025-10-03 18:02:58 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:58 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:58 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4ee0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:58 thread_status = { = { = {}, }, thread_id = 424, os_thread_priority = 0, performance_counters = {counters = 0x7fc134ba3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134ba3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0bbdee848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19232, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\337\273\300\177\000\0000\353\336\273\300\177\000", __large = 0x7fc0bbdfb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bbdeea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bbdeea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134b96c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\322\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:58 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:58 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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=0x7fc133eb4ee0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:58 __f = 0x7fc133eb4ee0 2025-10-03 18:02:58 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0bbdeeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #16 std::__1::function::operator() (this=0x7fc0bbdeeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd200) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340N\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4ee0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bbdeec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239501435439, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:58 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0bbdeeb16}} 2025-10-03 18:02: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_ = 0x7fc0bbdeecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:58 _allocations_flag_prev_val759 = 2025-10-03 18:02:58 _allocations_flag_prev_val659 = false 2025-10-03 18:02:58 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0bbdeeb17}} 2025-10-03 18:02:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_is_done = 2025-10-03 18:02:58 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd220}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:58 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 2025-10-03 18:02:58 Thread 467 (Thread 0x7fc0bb5fa640 (LWP 425) "BgSchPool"): 2025-10-03 18:02:58 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:58 ec = 2025-10-03 18:02:58 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:58 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:58 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4f40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:58 thread_status = { = { = {}, }, thread_id = 425, os_thread_priority = 0, performance_counters = {counters = 0x7fc13476e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13476e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0bb5ed848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17568, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246_\273\300\177\000\0000\333^\273\300\177\000", __large = 0x7fc0bb5fa640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bb5eda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bb5eda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13474a680}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\322\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:58 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:58 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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=0x7fc133eb4f40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:58 __f = 0x7fc133eb4f40 2025-10-03 18:02:58 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0bb5edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #16 std::__1::function::operator() (this=0x7fc0bb5edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd260) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@O\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4f40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0bb5edc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239501566074, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:58 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0bb5edb16}} 2025-10-03 18:02: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_ = 0x7fc0bb5edcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:58 _allocations_flag_prev_val759 = 2025-10-03 18:02:58 _allocations_flag_prev_val659 = false 2025-10-03 18:02:58 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0bb5edb17}} 2025-10-03 18:02:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_is_done = 2025-10-03 18:02:58 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd280}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:58 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 2025-10-03 18:02:58 Thread 466 (Thread 0x7fc0badf9640 (LWP 426) "BgSchPool"): 2025-10-03 18:02:58 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:58 ec = 2025-10-03 18:02:58 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:58 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:58 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133eb4fa0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:58 thread_status = { = { = {}, }, thread_id = 426, os_thread_priority = 0, performance_counters = {counters = 0x7fc134fbc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134fbc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0badec848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30608, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226ߺ\300\177\000\0000\313\336\272\300\177\000", __large = 0x7fc0badf9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0badeca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0badeca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134f97ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\322\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:58 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:58 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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=0x7fc133eb4fa0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:58 __f = 0x7fc133eb4fa0 2025-10-03 18:02:58 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0badecba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #16 std::__1::function::operator() (this=0x7fc0badecba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd2c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240O\3533\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133eb4fa0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0badecc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239501766890, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:58 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0badecb16}} 2025-10-03 18:02: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_ = 0x7fc0badeccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:58 _allocations_flag_prev_val759 = 2025-10-03 18:02:58 _allocations_flag_prev_val659 = false 2025-10-03 18:02:58 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0badecb17}} 2025-10-03 18:02:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_is_done = 2025-10-03 18:02:58 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd2e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:58 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 2025-10-03 18:02:58 Thread 465 (Thread 0x7fc0ba5f8640 (LWP 427) "BgSchPool"): 2025-10-03 18:02:58 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:58 ec = 2025-10-03 18:02:58 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:58 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:58 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8000) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:58 thread_status = { = { = {}, }, thread_id = 427, os_thread_priority = 0, performance_counters = {counters = 0x7fc134bbc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134bbc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ba5eb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 39584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206_\272\300\177\000\0000\273^\272\300\177\000", __large = 0x7fc0ba5f8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ba5eba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ba5eba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134b97ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \323\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:58 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:58 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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=0x7fc133ed8000) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:58 __f = 0x7fc133ed8000 2025-10-03 18:02:58 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ba5ebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #16 std::__1::function::operator() (this=0x7fc0ba5ebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd320) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\200\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8000}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ba5ebc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239501912203, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:58 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ba5ebb16}} 2025-10-03 18:02: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_ = 0x7fc0ba5ebcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:58 _allocations_flag_prev_val759 = 2025-10-03 18:02:58 _allocations_flag_prev_val659 = false 2025-10-03 18:02:58 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ba5ebb17}} 2025-10-03 18:02:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_is_done = 2025-10-03 18:02:58 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd340}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:58 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 2025-10-03 18:02:58 Thread 464 (Thread 0x7fc0b9df7640 (LWP 428) "BgSchPool"): 2025-10-03 18:02:58 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:58 ec = 2025-10-03 18:02:58 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:58 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:58 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8060) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:58 thread_status = { = { = {}, }, thread_id = 428, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d1d6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d1d6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b9dea848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@v߹\300\177\000\0000\253\336\271\300\177\000", __large = 0x7fc0b9df7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b9deaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b9deaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d1ca180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\323\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:58 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:58 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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=0x7fc133ed8060) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:58 __f = 0x7fc133ed8060 2025-10-03 18:02:58 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b9deaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #16 std::__1::function::operator() (this=0x7fc0b9deaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd380) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\200\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8060}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b9deac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239502015367, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:58 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b9deab16}} 2025-10-03 18:02: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_ = 0x7fc0b9deacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:58 _allocations_flag_prev_val759 = 2025-10-03 18:02:58 _allocations_flag_prev_val659 = false 2025-10-03 18:02:58 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b9deab17}} 2025-10-03 18:02:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_is_done = 2025-10-03 18:02:58 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd3a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:58 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 2025-10-03 18:02:58 Thread 463 (Thread 0x7fc0b95f6640 (LWP 429) "BgSchPool"): 2025-10-03 18:02:58 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:58 ec = 2025-10-03 18:02:58 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:58 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:58 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed80c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:58 thread_status = { = { = {}, }, thread_id = 429, os_thread_priority = 0, performance_counters = {counters = 0x7fc134377000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134377000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b95e9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21856, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f_\271\300\177\000\0000\233^\271\300\177\000", __large = 0x7fc0b95f6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b95e9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b95e9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13433b940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\323\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:58 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:58 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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=0x7fc133ed80c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:58 __f = 0x7fc133ed80c0 2025-10-03 18:02:58 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b95e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #16 std::__1::function::operator() (this=0x7fc0b95e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd3e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\200\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed80c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b95e9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239502112819, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:58 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b95e9b16}} 2025-10-03 18:02: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_ = 0x7fc0b95e9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:58 _allocations_flag_prev_val759 = 2025-10-03 18:02:58 _allocations_flag_prev_val659 = false 2025-10-03 18:02:58 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b95e9b17}} 2025-10-03 18:02:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_is_done = 2025-10-03 18:02:58 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd400}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:58 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 2025-10-03 18:02:58 Thread 462 (Thread 0x7fc0b8df5640 (LWP 430) "BgSchPool"): 2025-10-03 18:02:58 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:58 ec = 2025-10-03 18:02:58 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:58 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:58 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8120) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:58 thread_status = { = { = {}, }, thread_id = 430, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a79b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a79b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b8de8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22816, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V߸\300\177\000\0000\213\336\270\300\177\000", __large = 0x7fc0b8df5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b8de8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b8de8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a78ec00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\324\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:58 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:58 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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=0x7fc133ed8120) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:58 __f = 0x7fc133ed8120 2025-10-03 18:02:58 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b8de8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #16 std::__1::function::operator() (this=0x7fc0b8de8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd440) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \201\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8120}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b8de8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239502249656, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:58 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b8de8b16}} 2025-10-03 18:02: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_ = 0x7fc0b8de8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:58 _allocations_flag_prev_val759 = 2025-10-03 18:02:58 _allocations_flag_prev_val659 = false 2025-10-03 18:02:58 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b8de8b17}} 2025-10-03 18:02:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_is_done = 2025-10-03 18:02:58 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd460}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:58 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 2025-10-03 18:02:58 Thread 461 (Thread 0x7fc0b85f4640 (LWP 431) "BgSchPool"): 2025-10-03 18:02:58 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:58 No symbol table info available. 2025-10-03 18:02:58 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:58 ec = 2025-10-03 18:02:58 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:58 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:58 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8180) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:58 thread_status = { = { = {}, }, thread_id = 431, os_thread_priority = 0, performance_counters = {counters = 0x7fc1321d4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1321d4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b85e7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19808, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F_\270\300\177\000\0000{^\270\300\177\000", __large = 0x7fc0b85f4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b85e7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b85e7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1321c8180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\324\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:58 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:58 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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=0x7fc133ed8180) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:58 __f = 0x7fc133ed8180 2025-10-03 18:02:58 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b85e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #16 std::__1::function::operator() (this=0x7fc0b85e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd4a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\201\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8180}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b85e7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239502331229, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:58 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b85e7b16}} 2025-10-03 18:02: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_ = 0x7fc0b85e7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:58 _allocations_flag_prev_val759 = 2025-10-03 18:02:58 _allocations_flag_prev_val659 = false 2025-10-03 18:02:58 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b85e7b17}} 2025-10-03 18:02:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:58 job_is_done = 2025-10-03 18:02:58 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:58 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:58 No locals. 2025-10-03 18:02:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd4c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:59 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 2025-10-03 18:02:59 Thread 460 (Thread 0x7fc0b7df3640 (LWP 432) "BgSchPool"): 2025-10-03 18:02:59 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:59 ec = 2025-10-03 18:02:59 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:59 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:59 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed81e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:59 thread_status = { = { = {}, }, thread_id = 432, os_thread_priority = 0, performance_counters = {counters = 0x7fc134393000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134393000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b7de6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 40992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6߷\300\177\000\0000k\336\267\300\177\000", __large = 0x7fc0b7df3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b7de6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b7de6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134386c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\325\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:59 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:59 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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=0x7fc133ed81e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:59 __f = 0x7fc133ed81e0 2025-10-03 18:02:59 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b7de6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #16 std::__1::function::operator() (this=0x7fc0b7de6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd500) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\201\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed81e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b7de6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239502484035, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:59 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b7de6b16}} 2025-10-03 18:02: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_ = 0x7fc0b7de6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:59 _allocations_flag_prev_val759 = 2025-10-03 18:02:59 _allocations_flag_prev_val659 = false 2025-10-03 18:02:59 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b7de6b17}} 2025-10-03 18:02:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_is_done = 2025-10-03 18:02:59 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd520}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:59 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 2025-10-03 18:02:59 Thread 459 (Thread 0x7fc0b75f2640 (LWP 433) "BgSchPool"): 2025-10-03 18:02:59 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:59 ec = 2025-10-03 18:02:59 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:59 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:59 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8240) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:59 thread_status = { = { = {}, }, thread_id = 433, os_thread_priority = 0, performance_counters = {counters = 0x7fc136780000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc136780000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b75e5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31904, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&_\267\300\177\000\0000[^\267\300\177\000", __large = 0x7fc0b75f2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b75e5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b75e5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1367732a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\325\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:59 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:59 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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=0x7fc133ed8240) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:59 __f = 0x7fc133ed8240 2025-10-03 18:02:59 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b75e5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #16 std::__1::function::operator() (this=0x7fc0b75e5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd560) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\202\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8240}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b75e5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239502705080, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:59 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b75e5b16}} 2025-10-03 18:02: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_ = 0x7fc0b75e5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:59 _allocations_flag_prev_val759 = 2025-10-03 18:02:59 _allocations_flag_prev_val659 = false 2025-10-03 18:02:59 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b75e5b17}} 2025-10-03 18:02:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_is_done = 2025-10-03 18:02:59 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd580}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:59 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 2025-10-03 18:02:59 Thread 458 (Thread 0x7fc0b6df1640 (LWP 434) "BgSchPool"): 2025-10-03 18:02:59 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:59 ec = 2025-10-03 18:02:59 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:59 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:59 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed82a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:59 thread_status = { = { = {}, }, thread_id = 434, os_thread_priority = 0, performance_counters = {counters = 0x7fc1321ed000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1321ed000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b6de4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 77184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026߶\300\177\000\0000K\336\266\300\177\000", __large = 0x7fc0b6df1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b6de4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b6de4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1321c9440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\325\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:59 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:59 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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=0x7fc133ed82a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:59 __f = 0x7fc133ed82a0 2025-10-03 18:02:59 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b6de4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #16 std::__1::function::operator() (this=0x7fc0b6de4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebd5c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\202\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed82a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b6de4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239502837849, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:59 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b6de4b16}} 2025-10-03 18:02: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_ = 0x7fc0b6de4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:59 _allocations_flag_prev_val759 = 2025-10-03 18:02:59 _allocations_flag_prev_val659 = false 2025-10-03 18:02:59 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b6de4b17}} 2025-10-03 18:02:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_is_done = 2025-10-03 18:02:59 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebd5e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:59 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 2025-10-03 18:02:59 Thread 457 (Thread 0x7fc0b65f0640 (LWP 435) "BgSchPool"): 2025-10-03 18:02:59 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:59 ec = 2025-10-03 18:02:59 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:59 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:59 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8300) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:59 thread_status = { = { = {}, }, thread_id = 435, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a7b4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a7b4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b65e3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29232, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006_\266\300\177\000\0000;^\266\300\177\000", __large = 0x7fc0b65f0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b65e3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b65e3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a78fec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\342\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:59 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:59 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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=0x7fc133ed8300) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:59 __f = 0x7fc133ed8300 2025-10-03 18:02:59 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b65e3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #16 std::__1::function::operator() (this=0x7fc0b65e3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe2a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\203\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8300}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b65e3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239502895177, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:59 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b65e3b16}} 2025-10-03 18:02: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_ = 0x7fc0b65e3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:59 _allocations_flag_prev_val759 = 2025-10-03 18:02:59 _allocations_flag_prev_val659 = false 2025-10-03 18:02:59 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b65e3b17}} 2025-10-03 18:02:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_is_done = 2025-10-03 18:02:59 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe2c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:59 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 2025-10-03 18:02:59 Thread 456 (Thread 0x7fc0b5def640 (LWP 436) "BgSchPool"): 2025-10-03 18:02:59 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:59 ec = 2025-10-03 18:02:59 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:59 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:59 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8360) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:59 thread_status = { = { = {}, }, thread_id = 436, os_thread_priority = 0, performance_counters = {counters = 0x7fc252a35000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252a35000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b5de2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20512, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\336\265\300\177\000\0000+\336\265\300\177\000", __large = 0x7fc0b5def640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b5de2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b5de2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc2529fbf10}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\343\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:59 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:59 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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=0x7fc133ed8360) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:59 __f = 0x7fc133ed8360 2025-10-03 18:02:59 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b5de2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #16 std::__1::function::operator() (this=0x7fc0b5de2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe300) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\203\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8360}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b5de2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239503049486, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:59 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b5de2b16}} 2025-10-03 18:02: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_ = 0x7fc0b5de2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:59 _allocations_flag_prev_val759 = 2025-10-03 18:02:59 _allocations_flag_prev_val659 = false 2025-10-03 18:02:59 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b5de2b17}} 2025-10-03 18:02:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_is_done = 2025-10-03 18:02:59 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:59 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 2025-10-03 18:02:59 Thread 455 (Thread 0x7fc0b536e640 (LWP 437) "BgSchPool"): 2025-10-03 18:02:59 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:59 ec = 2025-10-03 18:02:59 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:59 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:59 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed83c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:59 thread_status = { = { = {}, }, thread_id = 437, os_thread_priority = 0, performance_counters = {counters = 0x7fc136799000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc136799000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b5361848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\3466\265\300\177\000\0000\0336\265\300\177\000", __large = 0x7fc0b536e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b5361a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b5361a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc136774560}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\343\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:59 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:59 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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=0x7fc133ed83c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:59 __f = 0x7fc133ed83c0 2025-10-03 18:02:59 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b5361ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #16 std::__1::function::operator() (this=0x7fc0b5361ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe360) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\203\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed83c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b5361c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239503350912, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:59 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b5361b16}} 2025-10-03 18:02: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_ = 0x7fc0b5361caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:59 _allocations_flag_prev_val759 = 2025-10-03 18:02:59 _allocations_flag_prev_val659 = false 2025-10-03 18:02:59 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b5361b17}} 2025-10-03 18:02:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_is_done = 2025-10-03 18:02:59 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:02:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe380}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:02:59 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 2025-10-03 18:02:59 Thread 454 (Thread 0x7fc0b4b6d640 (LWP 438) "BgSchPool"): 2025-10-03 18:02:59 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:02:59 No symbol table info available. 2025-10-03 18:02:59 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:02:59 ec = 2025-10-03 18:02:59 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:02:59 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:02:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:02:59 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8420) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:02:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:02:59 thread_status = { = { = {}, }, thread_id = 438, os_thread_priority = 0, performance_counters = {counters = 0x7fc252a50000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252a50000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b4b60848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 33104, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ֶ\264\300\177\000\0000\v\266\264\300\177\000", __large = 0x7fc0b4b6d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b4b60a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b4b60a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252a451d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\343\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:02:59 function = {this = 0x7fc25313ec00} 2025-10-03 18:02:59 arguments = 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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=0x7fc133ed8420) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:02:59 __f = 0x7fc133ed8420 2025-10-03 18:02:59 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b4b60ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #16 std::__1::function::operator() (this=0x7fc0b4b60ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe3c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:02:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \204\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8420}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b4b60c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239503523555, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:02:59 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b4b60b16}} 2025-10-03 18:02: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_ = 0x7fc0b4b60caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:02:59 _allocations_flag_prev_val759 = 2025-10-03 18:02:59 _allocations_flag_prev_val659 = false 2025-10-03 18:02:59 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b4b60b17}} 2025-10-03 18:02:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:02:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:02:59 job_is_done = 2025-10-03 18:02:59 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:02:59 No locals. 2025-10-03 18:02: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:02:59 No locals. 2025-10-03 18:02:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe3e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:00 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 2025-10-03 18:03:00 Thread 453 (Thread 0x7fc0b436c640 (LWP 439) "BgSchPool"): 2025-10-03 18:03:00 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:00 ec = 2025-10-03 18:03:00 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:00 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:00 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8480) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:00 thread_status = { = { = {}, }, thread_id = 439, os_thread_priority = 0, performance_counters = {counters = 0x7fc135986000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc135986000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b435f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\3066\264\300\177\000\0000\3735\264\300\177\000", __large = 0x7fc0b436c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b435fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b435fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13594a940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239912469418, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \344\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:00 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:00 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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=0x7fc133ed8480) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:00 __f = 0x7fc133ed8480 2025-10-03 18:03:00 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b435fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #16 std::__1::function::operator() (this=0x7fc0b435fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe420) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\204\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8480}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b435fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239503670952, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:00 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b435fb16}} 2025-10-03 18:03: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_ = 0x7fc0b435fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:00 _allocations_flag_prev_val759 = 2025-10-03 18:03:00 _allocations_flag_prev_val659 = false 2025-10-03 18:03:00 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b435fb17}} 2025-10-03 18:03:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_is_done = 2025-10-03 18:03:00 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe440}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:00 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 2025-10-03 18:03:00 Thread 452 (Thread 0x7fc0b3b6b640 (LWP 440) "BgSchPool"): 2025-10-03 18:03:00 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:00 ec = 2025-10-03 18:03:00 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:00 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:00 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed84e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:00 thread_status = { = { = {}, }, thread_id = 440, os_thread_priority = 0, performance_counters = {counters = 0x7fc0d6095000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0d6095000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b3b5e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\266\263\300\177\000\0000뵳\300\177\000", __large = 0x7fc0b3b6b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b3b5ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b3b5ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0fee56940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\344\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:00 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:00 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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=0x7fc133ed84e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:00 __f = 0x7fc133ed84e0 2025-10-03 18:03:00 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b3b5eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #16 std::__1::function::operator() (this=0x7fc0b3b5eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe480) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\204\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed84e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b3b5ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239503718310, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:00 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b3b5eb16}} 2025-10-03 18:03: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_ = 0x7fc0b3b5ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:00 _allocations_flag_prev_val759 = 2025-10-03 18:03:00 _allocations_flag_prev_val659 = false 2025-10-03 18:03:00 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b3b5eb17}} 2025-10-03 18:03:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_is_done = 2025-10-03 18:03:00 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe4a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:00 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 2025-10-03 18:03:00 Thread 451 (Thread 0x7fc0b336a640 (LWP 441) "BgSchPool"): 2025-10-03 18:03:00 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:00 ec = 2025-10-03 18:03:00 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:00 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:00 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed85a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:00 thread_status = { = { = {}, }, thread_id = 441, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ada3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ada3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b335d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 36192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\2466\263\300\177\000\0000\3335\263\300\177\000", __large = 0x7fc0b336a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b335da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b335da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ad96c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:00 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:00 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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=0x7fc133ed85a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:00 __f = 0x7fc133ed85a0 2025-10-03 18:03:00 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b335dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #16 std::__1::function::operator() (this=0x7fc0b335dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe4e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\205\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed85a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b335dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239503816725, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:00 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b335db16}} 2025-10-03 18:03: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_ = 0x7fc0b335dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:00 _allocations_flag_prev_val759 = 2025-10-03 18:03:00 _allocations_flag_prev_val659 = false 2025-10-03 18:03:00 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b335db17}} 2025-10-03 18:03:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_is_done = 2025-10-03 18:03:00 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:00 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 2025-10-03 18:03:00 Thread 450 (Thread 0x7fc0b2b69640 (LWP 442) "BgSchPool"): 2025-10-03 18:03:00 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:00 ec = 2025-10-03 18:03:00 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:00 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:00 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8540) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:00 thread_status = { = { = {}, }, thread_id = 442, os_thread_priority = 0, performance_counters = {counters = 0x7fc252a68000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252a68000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b2b5c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\266\262\300\177\000\0000˵\262\300\177\000", __large = 0x7fc0b2b69640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b2b5ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b2b5ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252a46490}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\345\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:00 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:00 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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=0x7fc133ed8540) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:00 __f = 0x7fc133ed8540 2025-10-03 18:03:00 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b2b5cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #16 std::__1::function::operator() (this=0x7fc0b2b5cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe540) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\205\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8540}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b2b5cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239503769276, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:00 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b2b5cb16}} 2025-10-03 18:03: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_ = 0x7fc0b2b5ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:00 _allocations_flag_prev_val759 = 2025-10-03 18:03:00 _allocations_flag_prev_val659 = false 2025-10-03 18:03:00 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b2b5cb17}} 2025-10-03 18:03:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_is_done = 2025-10-03 18:03:00 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:00 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 2025-10-03 18:03:00 Thread 449 (Thread 0x7fc0b2368640 (LWP 443) "BgSchPool"): 2025-10-03 18:03:00 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:00 ec = 2025-10-03 18:03:00 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:00 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:00 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8600) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:00 thread_status = { = { = {}, }, thread_id = 443, os_thread_priority = 0, performance_counters = {counters = 0x7fc1359a2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1359a2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b235b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18880, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\2066\262\300\177\000\0000\2735\262\300\177\000", __large = 0x7fc0b2368640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b235ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b235ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135995c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\345\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:00 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:00 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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=0x7fc133ed8600) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:00 __f = 0x7fc133ed8600 2025-10-03 18:03:00 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b235bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #16 std::__1::function::operator() (this=0x7fc0b235bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe5a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\206\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8600}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b235bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239503989189, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:00 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b235bb16}} 2025-10-03 18:03: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_ = 0x7fc0b235bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:00 _allocations_flag_prev_val759 = 2025-10-03 18:03:00 _allocations_flag_prev_val659 = false 2025-10-03 18:03:00 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b235bb17}} 2025-10-03 18:03:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_is_done = 2025-10-03 18:03:00 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe5c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:00 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 2025-10-03 18:03:00 Thread 448 (Thread 0x7fc0b1b67640 (LWP 444) "BgSchPool"): 2025-10-03 18:03:00 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:00 ec = 2025-10-03 18:03:00 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:00 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:00 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8660) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:00 thread_status = { = { = {}, }, thread_id = 444, os_thread_priority = 0, performance_counters = {counters = 0x7fc0d60d1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0d60d1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b1b5a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29680, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\266\261\300\177\000\0000\253\265\261\300\177\000", __large = 0x7fc0b1b67640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b1b5aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b1b5aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0d60b4c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\346\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:00 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:00 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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=0x7fc133ed8660) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:00 __f = 0x7fc133ed8660 2025-10-03 18:03:00 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b1b5aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #16 std::__1::function::operator() (this=0x7fc0b1b5aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe600) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\206\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8660}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b1b5ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239504153526, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:00 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b1b5ab16}} 2025-10-03 18:03: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_ = 0x7fc0b1b5acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:00 _allocations_flag_prev_val759 = 2025-10-03 18:03:00 _allocations_flag_prev_val659 = false 2025-10-03 18:03:00 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b1b5ab17}} 2025-10-03 18:03:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_is_done = 2025-10-03 18:03:00 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe620}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:00 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 2025-10-03 18:03:00 Thread 447 (Thread 0x7fc0b1366640 (LWP 445) "BgSchPool"): 2025-10-03 18:03:00 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:00 ec = 2025-10-03 18:03:00 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:00 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:00 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed86c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:00 thread_status = { = { = {}, }, thread_id = 445, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b5378000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b5378000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b1359848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29360, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f6\261\300\177\000\0000\2335\261\300\177\000", __large = 0x7fc0b1366640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b1359a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b1359a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1321ca700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\346\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:00 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:00 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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=0x7fc133ed86c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:00 __f = 0x7fc133ed86c0 2025-10-03 18:03:00 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b1359ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #16 std::__1::function::operator() (this=0x7fc0b1359ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe660) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\206\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed86c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b1359c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239504278822, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:00 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b1359b16}} 2025-10-03 18:03: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_ = 0x7fc0b1359caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:00 _allocations_flag_prev_val759 = 2025-10-03 18:03:00 _allocations_flag_prev_val659 = false 2025-10-03 18:03:00 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b1359b17}} 2025-10-03 18:03:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_is_done = 2025-10-03 18:03:00 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe680}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:00 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 2025-10-03 18:03:00 Thread 446 (Thread 0x7fc0b0b65640 (LWP 446) "BgSchPool"): 2025-10-03 18:03:00 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:00 ec = 2025-10-03 18:03:00 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:00 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:00 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8720) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:00 thread_status = { = { = {}, }, thread_id = 446, os_thread_priority = 0, performance_counters = {counters = 0x7fc13adbc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13adbc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b0b58848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30768, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\266\260\300\177\000\0000\213\265\260\300\177\000", __large = 0x7fc0b0b65640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b0b58a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b0b58a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0d60b5ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\346\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:00 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:00 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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=0x7fc133ed8720) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:00 __f = 0x7fc133ed8720 2025-10-03 18:03:00 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b0b58ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #16 std::__1::function::operator() (this=0x7fc0b0b58ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe6c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \207\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8720}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b0b58c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239504441336, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:00 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b0b58b16}} 2025-10-03 18:03: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_ = 0x7fc0b0b58caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:00 _allocations_flag_prev_val759 = 2025-10-03 18:03:00 _allocations_flag_prev_val659 = false 2025-10-03 18:03:00 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b0b58b17}} 2025-10-03 18:03:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_is_done = 2025-10-03 18:03:00 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe6e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:00 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 2025-10-03 18:03:00 Thread 445 (Thread 0x7fc0b0364640 (LWP 447) "BgSchPool"): 2025-10-03 18:03:00 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:00 No symbol table info available. 2025-10-03 18:03:00 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:00 ec = 2025-10-03 18:03:00 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:00 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:00 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8780) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:00 thread_status = { = { = {}, }, thread_id = 447, os_thread_priority = 0, performance_counters = {counters = 0x7fc13adc2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13adc2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0b0357848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@F6\260\300\177\000\0000{5\260\300\177\000", __large = 0x7fc0b0364640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b0357a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b0357a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13ad97ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \347\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:00 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:00 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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=0x7fc133ed8780) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:00 __f = 0x7fc133ed8780 2025-10-03 18:03:00 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0b0357ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #16 std::__1::function::operator() (this=0x7fc0b0357ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe720) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\207\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8780}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0b0357c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239504651952, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:00 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0b0357b16}} 2025-10-03 18:03: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_ = 0x7fc0b0357caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:00 _allocations_flag_prev_val759 = 2025-10-03 18:03:00 _allocations_flag_prev_val659 = false 2025-10-03 18:03:00 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0b0357b17}} 2025-10-03 18:03:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:00 job_is_done = 2025-10-03 18:03:00 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:00 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:00 No locals. 2025-10-03 18:03:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe740}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:01 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 2025-10-03 18:03:01 Thread 444 (Thread 0x7fc0afb63640 (LWP 448) "BgSchPool"): 2025-10-03 18:03:01 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:01 ec = 2025-10-03 18:03:01 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:01 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:01 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed87e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:01 thread_status = { = { = {}, }, thread_id = 448, os_thread_priority = 0, performance_counters = {counters = 0x7fc1359bb000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1359bb000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0afb56848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21664, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\266\257\300\177\000\0000k\265\257\300\177\000", __large = 0x7fc0afb63640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0afb56a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0afb56a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135996ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\347\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:01 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:01 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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=0x7fc133ed87e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:01 __f = 0x7fc133ed87e0 2025-10-03 18:03:01 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0afb56ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #16 std::__1::function::operator() (this=0x7fc0afb56ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe780) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\207\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed87e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0afb56c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239504876032, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:01 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0afb56b16}} 2025-10-03 18:03: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_ = 0x7fc0afb56caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:01 _allocations_flag_prev_val759 = 2025-10-03 18:03:01 _allocations_flag_prev_val659 = false 2025-10-03 18:03:01 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0afb56b17}} 2025-10-03 18:03:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_is_done = 2025-10-03 18:03:01 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe7a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:01 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 2025-10-03 18:03:01 Thread 443 (Thread 0x7fc0af362640 (LWP 449) "BgSchPool"): 2025-10-03 18:03:01 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:01 ec = 2025-10-03 18:03:01 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:01 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:01 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8840) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:01 thread_status = { = { = {}, }, thread_id = 449, os_thread_priority = 0, performance_counters = {counters = 0x7fc13ade7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13ade7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0af355848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&6\257\300\177\000\0000[5\257\300\177\000", __large = 0x7fc0af362640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0af355a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0af355a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13adda180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\347\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:01 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:01 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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=0x7fc133ed8840) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:01 __f = 0x7fc133ed8840 2025-10-03 18:03:01 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0af355ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #16 std::__1::function::operator() (this=0x7fc0af355ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe7e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\210\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8840}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0af355c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239505087108, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:01 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0af355b16}} 2025-10-03 18:03: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_ = 0x7fc0af355caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:01 _allocations_flag_prev_val759 = 2025-10-03 18:03:01 _allocations_flag_prev_val659 = false 2025-10-03 18:03:01 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0af355b17}} 2025-10-03 18:03:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_is_done = 2025-10-03 18:03:01 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe800}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:01 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 2025-10-03 18:03:01 Thread 442 (Thread 0x7fc0aeb61640 (LWP 450) "BgSchPool"): 2025-10-03 18:03:01 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:01 ec = 2025-10-03 18:03:01 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:01 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:01 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed88a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:01 thread_status = { = { = {}, }, thread_id = 450, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c3b3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c3b3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0aeb54848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\266\256\300\177\000\0000K\265\256\300\177\000", __large = 0x7fc0aeb61640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0aeb54a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0aeb54a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c3a6c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:01 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:01 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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=0x7fc133ed88a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:01 __f = 0x7fc133ed88a0 2025-10-03 18:03:01 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0aeb54ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #16 std::__1::function::operator() (this=0x7fc0aeb54ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe840) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\210\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed88a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0aeb54c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239505166286, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:01 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0aeb54b16}} 2025-10-03 18:03: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_ = 0x7fc0aeb54caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:01 _allocations_flag_prev_val759 = 2025-10-03 18:03:01 _allocations_flag_prev_val659 = false 2025-10-03 18:03:01 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0aeb54b17}} 2025-10-03 18:03:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_is_done = 2025-10-03 18:03:01 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:01 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 2025-10-03 18:03:01 Thread 441 (Thread 0x7fc0ae360640 (LWP 451) "BgSchPool"): 2025-10-03 18:03:01 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:01 ec = 2025-10-03 18:03:01 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:01 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:01 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8900) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:01 thread_status = { = { = {}, }, thread_id = 451, os_thread_priority = 0, performance_counters = {counters = 0x7fc134787000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134787000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ae353848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27024, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\0066\256\300\177\000\0000;5\256\300\177\000", __large = 0x7fc0ae360640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ae353a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ae353a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13474b940}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\350\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:01 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:01 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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=0x7fc133ed8900) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:01 __f = 0x7fc133ed8900 2025-10-03 18:03:01 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ae353ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #16 std::__1::function::operator() (this=0x7fc0ae353ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe8a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\211\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8900}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ae353c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239505214937, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:01 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ae353b16}} 2025-10-03 18:03: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_ = 0x7fc0ae353caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:01 _allocations_flag_prev_val759 = 2025-10-03 18:03:01 _allocations_flag_prev_val659 = false 2025-10-03 18:03:01 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ae353b17}} 2025-10-03 18:03:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_is_done = 2025-10-03 18:03:01 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe8c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:01 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 2025-10-03 18:03:01 Thread 440 (Thread 0x7fc0adb5f640 (LWP 452) "BgSchPool"): 2025-10-03 18:03:01 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:01 ec = 2025-10-03 18:03:01 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:01 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:01 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8960) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:01 thread_status = { = { = {}, }, thread_id = 452, os_thread_priority = 0, performance_counters = {counters = 0x7fc1343ac000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1343ac000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0adb52848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 32176, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\265\255\300\177\000\0000+\265\255\300\177\000", __large = 0x7fc0adb5f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0adb52a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0adb52a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134387ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\351\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:01 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:01 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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=0x7fc133ed8960) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:01 __f = 0x7fc133ed8960 2025-10-03 18:03:01 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0adb52ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #16 std::__1::function::operator() (this=0x7fc0adb52ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe900) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\211\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8960}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0adb52c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239505290249, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:01 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0adb52b16}} 2025-10-03 18:03: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_ = 0x7fc0adb52caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:01 _allocations_flag_prev_val759 = 2025-10-03 18:03:01 _allocations_flag_prev_val659 = false 2025-10-03 18:03:01 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0adb52b17}} 2025-10-03 18:03:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_is_done = 2025-10-03 18:03:01 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe920}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:01 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 2025-10-03 18:03:01 Thread 439 (Thread 0x7fc0ad35e640 (LWP 453) "BgSchPool"): 2025-10-03 18:03:01 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:01 ec = 2025-10-03 18:03:01 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:01 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:01 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed89c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:01 thread_status = { = { = {}, }, thread_id = 453, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac0dd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac0dd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ad351848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\3465\255\300\177\000\0000\0335\255\300\177\000", __large = 0x7fc0ad35e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ad351a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ad351a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13addb440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\351\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:01 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:01 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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=0x7fc133ed89c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:01 __f = 0x7fc133ed89c0 2025-10-03 18:03:01 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ad351ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #16 std::__1::function::operator() (this=0x7fc0ad351ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe960) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\211\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed89c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ad351c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239505332668, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:01 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ad351b16}} 2025-10-03 18:03: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_ = 0x7fc0ad351caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:01 _allocations_flag_prev_val759 = 2025-10-03 18:03:01 _allocations_flag_prev_val659 = false 2025-10-03 18:03:01 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ad351b17}} 2025-10-03 18:03:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_is_done = 2025-10-03 18:03:01 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:01 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 2025-10-03 18:03:01 Thread 438 (Thread 0x7fc0acb5d640 (LWP 454) "BgSchPool"): 2025-10-03 18:03:01 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:01 ec = 2025-10-03 18:03:01 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:01 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:01 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8a20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:01 thread_status = { = { = {}, }, thread_id = 454, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c3cb000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c3cb000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0acb50848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 45584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ֵ\254\300\177\000\0000\v\265\254\300\177\000", __large = 0x7fc0acb5d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0acb50a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0acb50a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c3a7ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\351\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:01 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:01 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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=0x7fc133ed8a20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:01 __f = 0x7fc133ed8a20 2025-10-03 18:03:01 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0acb50ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #16 std::__1::function::operator() (this=0x7fc0acb50ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebe9c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \212\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8a20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0acb50c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239505691651, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:01 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0acb50b16}} 2025-10-03 18:03: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_ = 0x7fc0acb50caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:01 _allocations_flag_prev_val759 = 2025-10-03 18:03:01 _allocations_flag_prev_val659 = false 2025-10-03 18:03:01 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0acb50b17}} 2025-10-03 18:03:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_is_done = 2025-10-03 18:03:01 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebe9e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:01 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 2025-10-03 18:03:01 Thread 437 (Thread 0x7fc0ac0dc640 (LWP 455) "BgSchPool"): 2025-10-03 18:03:01 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:01 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:01 ec = 2025-10-03 18:03:01 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:01 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:01 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8a80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:01 thread_status = { = { = {}, }, thread_id = 455, os_thread_priority = 0, performance_counters = {counters = 0x7fc1343c8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1343c8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ac0cf848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306\r\254\300\177\000\0000\373\f\254\300\177\000", __large = 0x7fc0ac0dc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ac0cfa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ac0cfa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1343bb180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \352\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:01 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:01 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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=0x7fc133ed8a80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:01 __f = 0x7fc133ed8a80 2025-10-03 18:03:01 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ac0cfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #16 std::__1::function::operator() (this=0x7fc0ac0cfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebea20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\212\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8a80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ac0cfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239505865457, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:01 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ac0cfb16}} 2025-10-03 18:03: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_ = 0x7fc0ac0cfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:01 _allocations_flag_prev_val759 = 2025-10-03 18:03:01 _allocations_flag_prev_val659 = false 2025-10-03 18:03:01 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ac0cfb17}} 2025-10-03 18:03:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:01 job_is_done = 2025-10-03 18:03:01 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:01 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:01 No locals. 2025-10-03 18:03:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebea40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:01 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:01 No symbol table info available. 2025-10-03 18:03:02 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 2025-10-03 18:03:02 Thread 436 (Thread 0x7fc0ab8db640 (LWP 456) "BgSchPool"): 2025-10-03 18:03:02 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:02 ec = 2025-10-03 18:03:02 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:02 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:02 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8ae0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:02 thread_status = { = { = {}, }, thread_id = 456, os_thread_priority = 0, performance_counters = {counters = 0x7fc1347a3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1347a3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ab8ce848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\215\253\300\177\000\0000댫\300\177\000", __large = 0x7fc0ab8db640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ab8cea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ab8cea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134796c00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\352\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:02 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:02 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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=0x7fc133ed8ae0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:02 __f = 0x7fc133ed8ae0 2025-10-03 18:03:02 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ab8ceba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #16 std::__1::function::operator() (this=0x7fc0ab8ceba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebea80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\212\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8ae0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ab8cec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239505978790, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:02 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ab8ceb16}} 2025-10-03 18:03: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_ = 0x7fc0ab8cecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:02 _allocations_flag_prev_val759 = 2025-10-03 18:03:02 _allocations_flag_prev_val659 = false 2025-10-03 18:03:02 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ab8ceb17}} 2025-10-03 18:03:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_is_done = 2025-10-03 18:03:02 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebeaa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:02 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 2025-10-03 18:03:02 Thread 435 (Thread 0x7fc0ab0da640 (LWP 457) "BgSchPool"): 2025-10-03 18:03:02 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:02 ec = 2025-10-03 18:03:02 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:02 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:02 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8b40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:02 thread_status = { = { = {}, }, thread_id = 457, os_thread_priority = 0, performance_counters = {counters = 0x7fc13c3e7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13c3e7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0ab0cd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22032, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\r\253\300\177\000\0000\333\f\253\300\177\000", __large = 0x7fc0ab0da640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ab0cda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ab0cda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c3da180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\352\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:02 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:02 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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=0x7fc133ed8b40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:02 __f = 0x7fc133ed8b40 2025-10-03 18:03:02 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0ab0cdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #16 std::__1::function::operator() (this=0x7fc0ab0cdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebeae0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\213\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8b40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0ab0cdc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239506030698, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:02 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0ab0cdb16}} 2025-10-03 18:03: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_ = 0x7fc0ab0cdcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:02 _allocations_flag_prev_val759 = 2025-10-03 18:03:02 _allocations_flag_prev_val659 = false 2025-10-03 18:03:02 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0ab0cdb17}} 2025-10-03 18:03:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_is_done = 2025-10-03 18:03:02 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebeb00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:02 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 2025-10-03 18:03:02 Thread 434 (Thread 0x7fc0aa8d9640 (LWP 458) "BgSchPool"): 2025-10-03 18:03:02 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:02 ec = 2025-10-03 18:03:02 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:02 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:02 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8ba0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:02 thread_status = { = { = {}, }, thread_id = 458, os_thread_priority = 0, performance_counters = {counters = 0x7fc134fd7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134fd7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0aa8cc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\215\252\300\177\000\0000ˌ\252\300\177\000", __large = 0x7fc0aa8d9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0aa8cca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0aa8cca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134fcb180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\353\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:02 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:02 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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=0x7fc133ed8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:02 __f = 0x7fc133ed8ba0 2025-10-03 18:03:02 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0aa8ccba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #16 std::__1::function::operator() (this=0x7fc0aa8ccba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebeb40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\213\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8ba0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0aa8ccc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239506108854, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:02 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0aa8ccb16}} 2025-10-03 18:03: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_ = 0x7fc0aa8cccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:02 _allocations_flag_prev_val759 = 2025-10-03 18:03:02 _allocations_flag_prev_val659 = false 2025-10-03 18:03:02 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0aa8ccb17}} 2025-10-03 18:03:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_is_done = 2025-10-03 18:03:02 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebeb60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:02 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 2025-10-03 18:03:02 Thread 433 (Thread 0x7fc0aa0d8640 (LWP 459) "BgSchPool"): 2025-10-03 18:03:02 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:02 ec = 2025-10-03 18:03:02 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:02 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:02 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8c00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:02 thread_status = { = { = {}, }, thread_id = 459, os_thread_priority = 0, performance_counters = {counters = 0x7fc134bd7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134bd7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0aa0cb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31056, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\r\252\300\177\000\0000\273\f\252\300\177\000", __large = 0x7fc0aa0d8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0aa0cba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0aa0cba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134bcb180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\353\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:02 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:02 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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=0x7fc133ed8c00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:02 __f = 0x7fc133ed8c00 2025-10-03 18:03:02 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0aa0cbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #16 std::__1::function::operator() (this=0x7fc0aa0cbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebeba0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\214\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8c00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0aa0cbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239506171110, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:02 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0aa0cbb16}} 2025-10-03 18:03: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_ = 0x7fc0aa0cbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:02 _allocations_flag_prev_val759 = 2025-10-03 18:03:02 _allocations_flag_prev_val659 = false 2025-10-03 18:03:02 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0aa0cbb17}} 2025-10-03 18:03:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_is_done = 2025-10-03 18:03:02 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebebc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:02 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 2025-10-03 18:03:02 Thread 432 (Thread 0x7fc0a98d7640 (LWP 460) "BgSchPool"): 2025-10-03 18:03:02 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:02 ec = 2025-10-03 18:03:02 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:02 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:02 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8c60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:02 thread_status = { = { = {}, }, thread_id = 460, os_thread_priority = 0, performance_counters = {counters = 0x7fc1347bc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1347bc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a98ca848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27104, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\215\251\300\177\000\0000\253\214\251\300\177\000", __large = 0x7fc0a98d7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a98caa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a98caa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134797ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\354\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:02 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:02 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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=0x7fc133ed8c60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:02 __f = 0x7fc133ed8c60 2025-10-03 18:03:02 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a98caba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #16 std::__1::function::operator() (this=0x7fc0a98caba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebec00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\214\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8c60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a98cac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239506418986, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:02 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a98cab16}} 2025-10-03 18:03: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_ = 0x7fc0a98cacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:02 _allocations_flag_prev_val759 = 2025-10-03 18:03:02 _allocations_flag_prev_val659 = false 2025-10-03 18:03:02 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a98cab17}} 2025-10-03 18:03:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_is_done = 2025-10-03 18:03:02 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebec20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:02 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 2025-10-03 18:03:02 Thread 431 (Thread 0x7fc0a90d6640 (LWP 461) "BgSchPool"): 2025-10-03 18:03:02 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:02 ec = 2025-10-03 18:03:02 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:02 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:02 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8cc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:02 thread_status = { = { = {}, }, thread_id = 461, os_thread_priority = 0, performance_counters = {counters = 0x7fc1343e0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1343e0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a90c9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@f\r\251\300\177\000\0000\233\f\251\300\177\000", __large = 0x7fc0a90d6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a90c9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a90c9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1343bc440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\354\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:02 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:02 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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=0x7fc133ed8cc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:02 __f = 0x7fc133ed8cc0 2025-10-03 18:03:02 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a90c9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #16 std::__1::function::operator() (this=0x7fc0a90c9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebec60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\214\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8cc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a90c9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239506477515, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:02 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a90c9b16}} 2025-10-03 18:03: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_ = 0x7fc0a90c9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:02 _allocations_flag_prev_val759 = 2025-10-03 18:03:02 _allocations_flag_prev_val659 = false 2025-10-03 18:03:02 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a90c9b17}} 2025-10-03 18:03:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_is_done = 2025-10-03 18:03:02 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebec80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:02 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 2025-10-03 18:03:02 Thread 430 (Thread 0x7fc0a88d5640 (LWP 462) "BgSchPool"): 2025-10-03 18:03:02 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:02 ec = 2025-10-03 18:03:02 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:02 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:02 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8d20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:02 thread_status = { = { = {}, }, thread_id = 462, os_thread_priority = 0, performance_counters = {counters = 0x7fc134bf0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134bf0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a88c8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@V\215\250\300\177\000\0000\213\214\250\300\177\000", __large = 0x7fc0a88d5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a88c8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a88c8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134bcc440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\354\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:02 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:02 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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=0x7fc133ed8d20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:02 __f = 0x7fc133ed8d20 2025-10-03 18:03:02 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a88c8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #16 std::__1::function::operator() (this=0x7fc0a88c8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebecc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \215\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8d20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a88c8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239506589956, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:02 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a88c8b16}} 2025-10-03 18:03: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_ = 0x7fc0a88c8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:02 _allocations_flag_prev_val759 = 2025-10-03 18:03:02 _allocations_flag_prev_val659 = false 2025-10-03 18:03:02 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a88c8b17}} 2025-10-03 18:03:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_is_done = 2025-10-03 18:03:02 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebece0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:02 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 2025-10-03 18:03:02 Thread 429 (Thread 0x7fc0a80d4640 (LWP 463) "BgSchPool"): 2025-10-03 18:03:02 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:02 ec = 2025-10-03 18:03:02 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:02 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:02 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8d80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:02 thread_status = { = { = {}, }, thread_id = 463, os_thread_priority = 0, performance_counters = {counters = 0x7fc134ff0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc134ff0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a80c7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\r\250\300\177\000\0000{\f\250\300\177\000", __large = 0x7fc0a80d4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a80c7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a80c7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134fcc440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \355\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:02 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:02 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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=0x7fc133ed8d80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:02 __f = 0x7fc133ed8d80 2025-10-03 18:03:02 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a80c7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #16 std::__1::function::operator() (this=0x7fc0a80c7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebed20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\215\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8d80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a80c7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239506798908, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:02 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a80c7b16}} 2025-10-03 18:03: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_ = 0x7fc0a80c7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:02 _allocations_flag_prev_val759 = 2025-10-03 18:03:02 _allocations_flag_prev_val659 = false 2025-10-03 18:03:02 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a80c7b17}} 2025-10-03 18:03:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_is_done = 2025-10-03 18:03:02 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebed40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:02 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 2025-10-03 18:03:02 Thread 428 (Thread 0x7fc0a78d3640 (LWP 464) "BgSchPool"): 2025-10-03 18:03:02 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:02 No symbol table info available. 2025-10-03 18:03:02 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:02 ec = 2025-10-03 18:03:02 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:02 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:02 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8de0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:02 thread_status = { = { = {}, }, thread_id = 464, os_thread_priority = 0, performance_counters = {counters = 0x7fc13d1ef000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc13d1ef000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a78c6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\215\247\300\177\000\0000k\214\247\300\177\000", __large = 0x7fc0a78d3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a78c6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a78c6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d1cb440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\355\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:02 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:02 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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=0x7fc133ed8de0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:02 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:02 __f = 0x7fc133ed8de0 2025-10-03 18:03:02 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a78c6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #16 std::__1::function::operator() (this=0x7fc0a78c6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:02 No locals. 2025-10-03 18:03:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebed80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\215\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8de0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a78c6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239507002179, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:02 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a78c6b16}} 2025-10-03 18:03: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_ = 0x7fc0a78c6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:03 _allocations_flag_prev_val759 = 2025-10-03 18:03:03 _allocations_flag_prev_val659 = false 2025-10-03 18:03:03 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a78c6b17}} 2025-10-03 18:03:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_is_done = 2025-10-03 18:03:03 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebeda0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:03 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 2025-10-03 18:03:03 Thread 427 (Thread 0x7fc0a70d2640 (LWP 465) "BgSchPool"): 2025-10-03 18:03:03 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:03 ec = 2025-10-03 18:03:03 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:03 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:03 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8e40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:03 thread_status = { = { = {}, }, thread_id = 465, os_thread_priority = 0, performance_counters = {counters = 0x7fc1323c8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1323c8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a70c5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@&\r\247\300\177\000\0000[\f\247\300\177\000", __large = 0x7fc0a70d2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a70c5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a70c5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1323a4ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:03 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:03 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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=0x7fc133ed8e40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:03 __f = 0x7fc133ed8e40 2025-10-03 18:03:03 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a70c5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #16 std::__1::function::operator() (this=0x7fc0a70c5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebede0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\216\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8e40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a70c5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239507215870, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:03 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a70c5b16}} 2025-10-03 18:03: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_ = 0x7fc0a70c5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:03 _allocations_flag_prev_val759 = 2025-10-03 18:03:03 _allocations_flag_prev_val659 = false 2025-10-03 18:03:03 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a70c5b17}} 2025-10-03 18:03:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_is_done = 2025-10-03 18:03:03 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebee00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:03 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 2025-10-03 18:03:03 Thread 426 (Thread 0x7fc0a6651640 (LWP 466) "BgSchPool"): 2025-10-03 18:03:03 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:03 ec = 2025-10-03 18:03:03 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:03 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:03 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8ea0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:03 thread_status = { = { = {}, }, thread_id = 466, os_thread_priority = 0, performance_counters = {counters = 0x7fc133ee2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133ee2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a6644848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026e\246\300\177\000\0000Kd\246\300\177\000", __large = 0x7fc0a6651640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a6644a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a6644a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133ed97a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239916469511, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:03 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:03 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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=0x7fc133ed8ea0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:03 __f = 0x7fc133ed8ea0 2025-10-03 18:03:03 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a6644ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #16 std::__1::function::operator() (this=0x7fc0a6644ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebee40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\216\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8ea0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a6644c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239507346656, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:03 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a6644b16}} 2025-10-03 18:03: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_ = 0x7fc0a6644caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:03 _allocations_flag_prev_val759 = 2025-10-03 18:03:03 _allocations_flag_prev_val659 = false 2025-10-03 18:03:03 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a6644b17}} 2025-10-03 18:03:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_is_done = 2025-10-03 18:03:03 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebee60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:03 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 2025-10-03 18:03:03 Thread 425 (Thread 0x7fc0a5e50640 (LWP 467) "BgSchPool"): 2025-10-03 18:03:03 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:03 ec = 2025-10-03 18:03:03 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:03 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:03 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8f00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:03 thread_status = { = { = {}, }, thread_id = 467, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a53d9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a53d9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a5e43848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\345\245\300\177\000\0000;\344\245\300\177\000", __large = 0x7fc0a5e50640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a5e43a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a5e43a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134fcd700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\356\3533\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:03 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:03 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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=0x7fc133ed8f00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:03 __f = 0x7fc133ed8f00 2025-10-03 18:03:03 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a5e43ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #16 std::__1::function::operator() (this=0x7fc0a5e43ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ebeea0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\217\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8f00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a5e43c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239507802240, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:03 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a5e43b16}} 2025-10-03 18:03: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_ = 0x7fc0a5e43caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:03 _allocations_flag_prev_val759 = 2025-10-03 18:03:03 _allocations_flag_prev_val659 = false 2025-10-03 18:03:03 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a5e43b17}} 2025-10-03 18:03:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_is_done = 2025-10-03 18:03:03 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ebeec0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:03 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 2025-10-03 18:03:03 Thread 424 (Thread 0x7fc0a53cf640 (LWP 468) "BgSchPool"): 2025-10-03 18:03:03 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:03 ec = 2025-10-03 18:03:03 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:03 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:03 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8f60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:03 thread_status = { = { = {}, }, thread_id = 468, os_thread_priority = 0, performance_counters = {counters = 0x7fc133efb000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133efb000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a53c2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 39840, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366<\245\300\177\000\0000+<\245\300\177\000", __large = 0x7fc0a53cf640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a53c2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a53c2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133edaa60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\204y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:03 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:03 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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=0x7fc133ed8f60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:03 __f = 0x7fc133ed8f60 2025-10-03 18:03:03 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a53c2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #16 std::__1::function::operator() (this=0x7fc0a53c2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798480) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\217\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8f60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a53c2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239507990173, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:03 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a53c2b16}} 2025-10-03 18:03: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_ = 0x7fc0a53c2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:03 _allocations_flag_prev_val759 = 2025-10-03 18:03:03 _allocations_flag_prev_val659 = false 2025-10-03 18:03:03 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a53c2b17}} 2025-10-03 18:03:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_is_done = 2025-10-03 18:03:03 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367984a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:03 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 2025-10-03 18:03:03 Thread 423 (Thread 0x7fc0a454e640 (LWP 469) "BgSchPool"): 2025-10-03 18:03:03 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:03 ec = 2025-10-03 18:03:03 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:03 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:03 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed8fc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:03 thread_status = { = { = {}, }, thread_id = 469, os_thread_priority = 0, performance_counters = {counters = 0x7fc1323e4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1323e4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a4541848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 44400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346T\244\300\177\000\0000\033T\244\300\177\000", __large = 0x7fc0a454e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a4541a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a4541a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1323d7180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\204y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:03 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:03 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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=0x7fc133ed8fc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:03 __f = 0x7fc133ed8fc0 2025-10-03 18:03:03 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a4541ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #16 std::__1::function::operator() (this=0x7fc0a4541ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367984e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\217\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed8fc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a4541c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239508447150, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:03 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a4541b16}} 2025-10-03 18:03: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_ = 0x7fc0a4541caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:03 _allocations_flag_prev_val759 = 2025-10-03 18:03:03 _allocations_flag_prev_val659 = false 2025-10-03 18:03:03 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a4541b17}} 2025-10-03 18:03:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_is_done = 2025-10-03 18:03:03 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:03 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 2025-10-03 18:03:03 Thread 422 (Thread 0x7fc0a3d4d640 (LWP 470) "BgSchPool"): 2025-10-03 18:03:03 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:03 ec = 2025-10-03 18:03:03 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:03 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:03 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9020) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:03 thread_status = { = { = {}, }, thread_id = 470, os_thread_priority = 0, performance_counters = {counters = 0x7fc133f17000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133f17000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a3d40848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29680, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326ԣ\300\177\000\0000\vԣ\300\177\000", __large = 0x7fc0a3d4d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a3d40a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a3d40a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133f0ad20}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\205y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:03 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:03 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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=0x7fc133ed9020) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:03 __f = 0x7fc133ed9020 2025-10-03 18:03:03 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a3d40ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #16 std::__1::function::operator() (this=0x7fc0a3d40ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798540) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \220\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9020}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a3d40c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239508511410, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:03 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a3d40b16}} 2025-10-03 18:03: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_ = 0x7fc0a3d40caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:03 _allocations_flag_prev_val759 = 2025-10-03 18:03:03 _allocations_flag_prev_val659 = false 2025-10-03 18:03:03 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a3d40b17}} 2025-10-03 18:03:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_is_done = 2025-10-03 18:03:03 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:03 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 2025-10-03 18:03:03 Thread 421 (Thread 0x7fc0a354c640 (LWP 471) "BgSchPool"): 2025-10-03 18:03:03 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:03 ec = 2025-10-03 18:03:03 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:03 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:03 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9080) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:03 thread_status = { = { = {}, }, thread_id = 471, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4958000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4958000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a353f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306T\243\300\177\000\0000\373S\243\300\177\000", __large = 0x7fc0a354c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a353fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a353fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13d1cc700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\205y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:03 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:03 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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=0x7fc133ed9080) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:03 __f = 0x7fc133ed9080 2025-10-03 18:03:03 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a353fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #16 std::__1::function::operator() (this=0x7fc0a353fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367985a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\220\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9080}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a353fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239508576001, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:03 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a353fb16}} 2025-10-03 18:03: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_ = 0x7fc0a353fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:03 _allocations_flag_prev_val759 = 2025-10-03 18:03:03 _allocations_flag_prev_val659 = false 2025-10-03 18:03:03 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a353fb17}} 2025-10-03 18:03:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_is_done = 2025-10-03 18:03:03 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367985c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:03 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 2025-10-03 18:03:03 Thread 420 (Thread 0x7fc0a2d4b640 (LWP 472) "BgSchPool"): 2025-10-03 18:03:03 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:03 ec = 2025-10-03 18:03:03 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:03 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:03 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed90e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:03 thread_status = { = { = {}, }, thread_id = 472, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a665b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a665b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a2d3e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266Ԣ\300\177\000\0000\353Ӣ\300\177\000", __large = 0x7fc0a2d4b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a2d3ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a2d3ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc134bcd700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\206y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:03 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:03 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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=0x7fc133ed90e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:03 __f = 0x7fc133ed90e0 2025-10-03 18:03:03 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a2d3eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #16 std::__1::function::operator() (this=0x7fc0a2d3eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798600) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\220\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed90e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a2d3ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239508688122, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:03 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a2d3eb16}} 2025-10-03 18:03: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_ = 0x7fc0a2d3ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:03 _allocations_flag_prev_val759 = 2025-10-03 18:03:03 _allocations_flag_prev_val659 = false 2025-10-03 18:03:03 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a2d3eb17}} 2025-10-03 18:03:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_is_done = 2025-10-03 18:03:03 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798620}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:03 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 2025-10-03 18:03:03 Thread 419 (Thread 0x7fc0a254a640 (LWP 473) "BgSchPool"): 2025-10-03 18:03:03 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:03 No symbol table info available. 2025-10-03 18:03:03 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:03 ec = 2025-10-03 18:03:03 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:03 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:03 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9140) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:03 thread_status = { = { = {}, }, thread_id = 473, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a12c9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a12c9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a253d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246T\242\300\177\000\0000\333S\242\300\177\000", __large = 0x7fc0a254a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a253da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a253da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1323d8440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\206y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:03 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:03 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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=0x7fc133ed9140) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:03 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:03 __f = 0x7fc133ed9140 2025-10-03 18:03:03 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a253dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #16 std::__1::function::operator() (this=0x7fc0a253dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:03 No locals. 2025-10-03 18:03:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798660) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\221\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9140}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a253dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239508891082, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:03 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a253db16}} 2025-10-03 18:03: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_ = 0x7fc0a253dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:03 _allocations_flag_prev_val759 = 2025-10-03 18:03:03 _allocations_flag_prev_val659 = false 2025-10-03 18:03:03 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a253db17}} 2025-10-03 18:03:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:03 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798680}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:04 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 2025-10-03 18:03:04 Thread 418 (Thread 0x7fc0a1d49640 (LWP 474) "BgSchPool"): 2025-10-03 18:03:04 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:04 ec = 2025-10-03 18:03:04 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:04 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:04 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed91a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:04 thread_status = { = { = {}, }, thread_id = 474, os_thread_priority = 0, performance_counters = {counters = 0x7fc133f30000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133f30000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a1d3c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 33200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226ԡ\300\177\000\0000\313ӡ\300\177\000", __large = 0x7fc0a1d49640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a1d3ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a1d3ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133f0bfe0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\206y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:04 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:04 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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=0x7fc133ed91a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:04 __f = 0x7fc133ed91a0 2025-10-03 18:03:04 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a1d3cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #16 std::__1::function::operator() (this=0x7fc0a1d3cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367986c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\221\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed91a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a1d3cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239509106656, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:04 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a1d3cb16}} 2025-10-03 18:03: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_ = 0x7fc0a1d3ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:04 _allocations_flag_prev_val759 = 2025-10-03 18:03:04 _allocations_flag_prev_val659 = false 2025-10-03 18:03:04 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a1d3cb17}} 2025-10-03 18:03:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367986e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:04 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 2025-10-03 18:03:04 Thread 417 (Thread 0x7fc0a12c8640 (LWP 475) "BgSchPool"): 2025-10-03 18:03:04 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:04 ec = 2025-10-03 18:03:04 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:04 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:04 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9200) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:04 thread_status = { = { = {}, }, thread_id = 475, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4974000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4974000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a12bb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18976, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206,\241\300\177\000\0000\273+\241\300\177\000", __large = 0x7fc0a12c8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a12bba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a12bba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a49679c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \207y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:04 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:04 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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=0x7fc133ed9200) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:04 __f = 0x7fc133ed9200 2025-10-03 18:03:04 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a12bbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #16 std::__1::function::operator() (this=0x7fc0a12bbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798720) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\222\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9200}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a12bbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239509309577, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:04 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a12bbb16}} 2025-10-03 18:03: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_ = 0x7fc0a12bbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:04 _allocations_flag_prev_val759 = 2025-10-03 18:03:04 _allocations_flag_prev_val659 = false 2025-10-03 18:03:04 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a12bbb17}} 2025-10-03 18:03:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798740}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:04 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 2025-10-03 18:03:04 Thread 416 (Thread 0x7fc0a0ac7640 (LWP 476) "BgSchPool"): 2025-10-03 18:03:04 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:04 ec = 2025-10-03 18:03:04 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:04 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:04 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9260) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:04 thread_status = { = { = {}, }, thread_id = 476, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a6677000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a6677000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a0aba848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 15616, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\254\240\300\177\000\0000\253\253\240\300\177\000", __large = 0x7fc0a0ac7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a0abaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a0abaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a666a9c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\207y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:04 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:04 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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=0x7fc133ed9260) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:04 __f = 0x7fc133ed9260 2025-10-03 18:03:04 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a0ababa0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #16 std::__1::function::operator() (this=0x7fc0a0ababa0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798780) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\222\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9260}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a0abac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239509436335, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:04 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a0abab16}} 2025-10-03 18:03: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_ = 0x7fc0a0abacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:04 _allocations_flag_prev_val759 = 2025-10-03 18:03:04 _allocations_flag_prev_val659 = false 2025-10-03 18:03:04 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a0abab17}} 2025-10-03 18:03:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367987a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:04 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 2025-10-03 18:03:04 Thread 415 (Thread 0x7fc0a02c6640 (LWP 477) "BgSchPool"): 2025-10-03 18:03:04 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:04 ec = 2025-10-03 18:03:04 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:04 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:04 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed92c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:04 thread_status = { = { = {}, }, thread_id = 477, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a12e2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a12e2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0a02b9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28048, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f,\240\300\177\000\0000\233+\240\300\177\000", __large = 0x7fc0a02c6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a02b9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a02b9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1323d9700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\207y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:04 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:04 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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=0x7fc133ed92c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:04 __f = 0x7fc133ed92c0 2025-10-03 18:03:04 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0a02b9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #16 std::__1::function::operator() (this=0x7fc0a02b9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367987e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\222\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed92c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0a02b9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239509496848, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:04 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0a02b9b16}} 2025-10-03 18:03: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_ = 0x7fc0a02b9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:04 _allocations_flag_prev_val759 = 2025-10-03 18:03:04 _allocations_flag_prev_val659 = false 2025-10-03 18:03:04 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0a02b9b17}} 2025-10-03 18:03:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798800}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:04 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 2025-10-03 18:03:04 Thread 414 (Thread 0x7fc09fac5640 (LWP 478) "BgSchPool"): 2025-10-03 18:03:04 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:04 ec = 2025-10-03 18:03:04 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:04 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:04 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9320) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:04 thread_status = { = { = {}, }, thread_id = 478, os_thread_priority = 0, performance_counters = {counters = 0x7fc133f4b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133f4b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09fab8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30128, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\254\237\300\177\000\0000\213\253\237\300\177\000", __large = 0x7fc09fac5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09fab8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09fab8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133f3f2a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\210y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:04 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:04 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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=0x7fc133ed9320) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:04 __f = 0x7fc133ed9320 2025-10-03 18:03:04 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09fab8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #16 std::__1::function::operator() (this=0x7fc09fab8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798840) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \223\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9320}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09fab8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239509582419, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:04 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09fab8b16}} 2025-10-03 18:03: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_ = 0x7fc09fab8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:04 _allocations_flag_prev_val759 = 2025-10-03 18:03:04 _allocations_flag_prev_val659 = false 2025-10-03 18:03:04 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09fab8b17}} 2025-10-03 18:03:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:04 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 2025-10-03 18:03:04 Thread 413 (Thread 0x7fc09f2c4640 (LWP 479) "BgSchPool"): 2025-10-03 18:03:04 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:04 ec = 2025-10-03 18:03:04 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:04 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:04 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9380) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:04 thread_status = { = { = {}, }, thread_id = 479, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a498c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a498c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09f2b7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17120, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F,\237\300\177\000\0000{+\237\300\177\000", __large = 0x7fc09f2c4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09f2b7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09f2b7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4968c80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\210y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:04 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:04 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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=0x7fc133ed9380) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:04 __f = 0x7fc133ed9380 2025-10-03 18:03:04 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09f2b7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #16 std::__1::function::operator() (this=0x7fc09f2b7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367988a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\223\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9380}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09f2b7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239509714206, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:04 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09f2b7b16}} 2025-10-03 18:03: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_ = 0x7fc09f2b7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:04 _allocations_flag_prev_val759 = 2025-10-03 18:03:04 _allocations_flag_prev_val659 = false 2025-10-03 18:03:04 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09f2b7b17}} 2025-10-03 18:03:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367988c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:04 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 2025-10-03 18:03:04 Thread 412 (Thread 0x7fc09eac3640 (LWP 480) "BgSchPool"): 2025-10-03 18:03:04 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:04 ec = 2025-10-03 18:03:04 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:04 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:04 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed93e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:04 thread_status = { = { = {}, }, thread_id = 480, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a7cf000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a7cf000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09eab6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19072, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\254\236\300\177\000\0000k\253\236\300\177\000", __large = 0x7fc09eac3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09eab6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09eab6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a7c3180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\211y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:04 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:04 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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=0x7fc133ed93e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:04 __f = 0x7fc133ed93e0 2025-10-03 18:03:04 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09eab6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #16 std::__1::function::operator() (this=0x7fc09eab6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798900) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\223\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed93e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09eab6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239509922446, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:04 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09eab6b16}} 2025-10-03 18:03: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_ = 0x7fc09eab6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:04 _allocations_flag_prev_val759 = 2025-10-03 18:03:04 _allocations_flag_prev_val659 = false 2025-10-03 18:03:04 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09eab6b17}} 2025-10-03 18:03:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798920}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:04 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 2025-10-03 18:03:04 Thread 411 (Thread 0x7fc09e2c2640 (LWP 481) "BgSchPool"): 2025-10-03 18:03:04 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:04 ec = 2025-10-03 18:03:04 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:04 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:04 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9440) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:04 thread_status = { = { = {}, }, thread_id = 481, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c03f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c03f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09e2b5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 56832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&,\236\300\177\000\0000[+\236\300\177\000", __large = 0x7fc09e2c2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09e2b5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09e2b5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c3db440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\211y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:04 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:04 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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=0x7fc133ed9440) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:04 __f = 0x7fc133ed9440 2025-10-03 18:03:04 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09e2b5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #16 std::__1::function::operator() (this=0x7fc09e2b5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798960) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\224\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9440}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09e2b5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239510068110, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:04 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09e2b5b16}} 2025-10-03 18:03: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_ = 0x7fc09e2b5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:04 _allocations_flag_prev_val759 = 2025-10-03 18:03:04 _allocations_flag_prev_val659 = false 2025-10-03 18:03:04 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09e2b5b17}} 2025-10-03 18:03:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:04 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 2025-10-03 18:03:04 Thread 410 (Thread 0x7fc09dac1640 (LWP 482) "BgSchPool"): 2025-10-03 18:03:04 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:04 ec = 2025-10-03 18:03:04 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:04 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:04 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed94a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:04 thread_status = { = { = {}, }, thread_id = 482, os_thread_priority = 0, performance_counters = {counters = 0x7fc1353bc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1353bc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09dab4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28784, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\254\235\300\177\000\0000K\253\235\300\177\000", __large = 0x7fc09dac1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09dab4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09dab4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc135397ec0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\211y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:04 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:04 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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=0x7fc133ed94a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:04 __f = 0x7fc133ed94a0 2025-10-03 18:03:04 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09dab4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #16 std::__1::function::operator() (this=0x7fc09dab4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367989c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\224\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed94a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09dab4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239510117763, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:04 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09dab4b16}} 2025-10-03 18:03: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_ = 0x7fc09dab4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:04 _allocations_flag_prev_val759 = 2025-10-03 18:03:04 _allocations_flag_prev_val659 = false 2025-10-03 18:03:04 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09dab4b17}} 2025-10-03 18:03:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367989e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:04 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 2025-10-03 18:03:04 Thread 409 (Thread 0x7fc09d2c0640 (LWP 483) "BgSchPool"): 2025-10-03 18:03:04 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:04 No symbol table info available. 2025-10-03 18:03:04 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:04 ec = 2025-10-03 18:03:04 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:04 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:04 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9560) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:04 thread_status = { = { = {}, }, thread_id = 483, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a7e8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a7e8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09d2b3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30736, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006,\235\300\177\000\0000;+\235\300\177\000", __large = 0x7fc09d2c0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09d2b3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09d2b3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a7c4440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \212y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:04 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:04 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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=0x7fc133ed9560) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:04 __f = 0x7fc133ed9560 2025-10-03 18:03:04 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09d2b3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #16 std::__1::function::operator() (this=0x7fc09d2b3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798a20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\225\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9560}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09d2b3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239510241756, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:04 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09d2b3b16}} 2025-10-03 18:03: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_ = 0x7fc09d2b3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:04 _allocations_flag_prev_val759 = 2025-10-03 18:03:04 _allocations_flag_prev_val659 = false 2025-10-03 18:03:04 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09d2b3b17}} 2025-10-03 18:03:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:04 job_is_done = 2025-10-03 18:03:04 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:04 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:04 No locals. 2025-10-03 18:03:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798a40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:05 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 2025-10-03 18:03:05 Thread 408 (Thread 0x7fc09cabf640 (LWP 484) "BgSchPool"): 2025-10-03 18:03:05 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:05 ec = 2025-10-03 18:03:05 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:05 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:05 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9500) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:05 thread_status = { = { = {}, }, thread_id = 484, os_thread_priority = 0, performance_counters = {counters = 0x7fc1347d7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1347d7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09cab2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18848, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\253\234\300\177\000\0000+\253\234\300\177\000", __large = 0x7fc09cabf640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09cab2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09cab2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1347cb180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\212y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:05 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:05 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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=0x7fc133ed9500) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:05 __f = 0x7fc133ed9500 2025-10-03 18:03:05 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09cab2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #16 std::__1::function::operator() (this=0x7fc09cab2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798a80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\225\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9500}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09cab2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239510155854, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:05 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09cab2b16}} 2025-10-03 18:03: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_ = 0x7fc09cab2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:05 _allocations_flag_prev_val759 = 2025-10-03 18:03:05 _allocations_flag_prev_val659 = false 2025-10-03 18:03:05 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09cab2b17}} 2025-10-03 18:03:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_is_done = 2025-10-03 18:03:05 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798aa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:05 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 2025-10-03 18:03:05 Thread 407 (Thread 0x7fc09c03e640 (LWP 485) "BgSchPool"): 2025-10-03 18:03:05 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:05 ec = 2025-10-03 18:03:05 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:05 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:05 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed95c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:05 thread_status = { = { = {}, }, thread_id = 485, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c058000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c058000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09c031848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19968, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\003\234\300\177\000\0000\033\003\234\300\177\000", __large = 0x7fc09c03e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09c031a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09c031a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13c3dc700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\212y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:05 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:05 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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=0x7fc133ed95c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:05 __f = 0x7fc133ed95c0 2025-10-03 18:03:05 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09c031ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #16 std::__1::function::operator() (this=0x7fc09c031ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798ae0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\225\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed95c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09c031c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239510617029, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:05 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09c031b16}} 2025-10-03 18:03: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_ = 0x7fc09c031caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:05 _allocations_flag_prev_val759 = 2025-10-03 18:03:05 _allocations_flag_prev_val659 = false 2025-10-03 18:03:05 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09c031b17}} 2025-10-03 18:03:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_is_done = 2025-10-03 18:03:05 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798b00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:05 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 2025-10-03 18:03:05 Thread 406 (Thread 0x7fc09b83d640 (LWP 486) "BgSchPool"): 2025-10-03 18:03:05 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:05 ec = 2025-10-03 18:03:05 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:05 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:05 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9620) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:05 thread_status = { = { = {}, }, thread_id = 486, os_thread_priority = 0, performance_counters = {counters = 0x7fc1353d7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1353d7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09b830848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@փ\233\300\177\000\0000\v\203\233\300\177\000", __large = 0x7fc09b83d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09b830a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09b830a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1353cb180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\213y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:05 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:05 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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=0x7fc133ed9620) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:05 __f = 0x7fc133ed9620 2025-10-03 18:03:05 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09b830ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #16 std::__1::function::operator() (this=0x7fc09b830ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798b40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \226\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9620}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09b830c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239510797398, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:05 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09b830b16}} 2025-10-03 18:03: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_ = 0x7fc09b830caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:05 _allocations_flag_prev_val759 = 2025-10-03 18:03:05 _allocations_flag_prev_val659 = false 2025-10-03 18:03:05 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09b830b17}} 2025-10-03 18:03:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_is_done = 2025-10-03 18:03:05 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798b60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:05 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 2025-10-03 18:03:05 Thread 405 (Thread 0x7fc09b03c640 (LWP 487) "BgSchPool"): 2025-10-03 18:03:05 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:05 ec = 2025-10-03 18:03:05 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:05 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:05 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9680) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:05 thread_status = { = { = {}, }, thread_id = 487, os_thread_priority = 0, performance_counters = {counters = 0x7fc1347f0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1347f0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09b02f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 40512, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306\003\233\300\177\000\0000\373\002\233\300\177\000", __large = 0x7fc09b03c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09b02fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09b02fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1347cc440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\213y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:05 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:05 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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=0x7fc133ed9680) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:05 __f = 0x7fc133ed9680 2025-10-03 18:03:05 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09b02fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #16 std::__1::function::operator() (this=0x7fc09b02fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798ba0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\226\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9680}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09b02fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239510913084, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:05 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09b02fb16}} 2025-10-03 18:03: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_ = 0x7fc09b02fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:05 _allocations_flag_prev_val759 = 2025-10-03 18:03:05 _allocations_flag_prev_val659 = false 2025-10-03 18:03:05 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09b02fb17}} 2025-10-03 18:03:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_is_done = 2025-10-03 18:03:05 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798bc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:05 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 2025-10-03 18:03:05 Thread 404 (Thread 0x7fc09a83b640 (LWP 488) "BgSchPool"): 2025-10-03 18:03:05 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:05 ec = 2025-10-03 18:03:05 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:05 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:05 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed96e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:05 thread_status = { = { = {}, }, thread_id = 488, os_thread_priority = 0, performance_counters = {counters = 0x7fc1353f0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1353f0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09a82e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 63904, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\203\232\300\177\000\0000낚\300\177\000", __large = 0x7fc09a83b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09a82ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09a82ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1353cc440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\214y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:05 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:05 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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=0x7fc133ed96e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:05 __f = 0x7fc133ed96e0 2025-10-03 18:03:05 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09a82eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #16 std::__1::function::operator() (this=0x7fc09a82eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798c00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\226\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed96e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09a82ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239511032218, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:05 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09a82eb16}} 2025-10-03 18:03: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_ = 0x7fc09a82ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:05 _allocations_flag_prev_val759 = 2025-10-03 18:03:05 _allocations_flag_prev_val659 = false 2025-10-03 18:03:05 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09a82eb17}} 2025-10-03 18:03:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_is_done = 2025-10-03 18:03:05 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798c20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:05 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 2025-10-03 18:03:05 Thread 403 (Thread 0x7fc099dba640 (LWP 489) "BgSchPool"): 2025-10-03 18:03:05 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:05 ec = 2025-10-03 18:03:05 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:05 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:05 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc133ed9740) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:05 thread_status = { = { = {}, }, thread_id = 489, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a801000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a801000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc099dad848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27888, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246ۙ\300\177\000\0000\333ڙ\300\177\000", __large = 0x7fc099dba640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc099dada27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc099dada6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a7c5700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\214y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:05 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:05 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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=0x7fc133ed9740) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:05 __f = 0x7fc133ed9740 2025-10-03 18:03:05 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc099dadba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #16 std::__1::function::operator() (this=0x7fc099dadba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798c60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\227\3553\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc133ed9740}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc099dadc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239511118269, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:05 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc099dadb16}} 2025-10-03 18:03: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_ = 0x7fc099dadcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:05 _allocations_flag_prev_val759 = 2025-10-03 18:03:05 _allocations_flag_prev_val659 = false 2025-10-03 18:03:05 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc099dadb17}} 2025-10-03 18:03:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_is_done = 2025-10-03 18:03:05 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798c80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:05 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 2025-10-03 18:03:05 Thread 402 (Thread 0x7fc0995b9640 (LWP 490) "BgSchPool"): 2025-10-03 18:03:05 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:05 ec = 2025-10-03 18:03:05 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:05 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:05 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775820) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:05 thread_status = { = { = {}, }, thread_id = 490, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a81d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a81d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0995ac848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 32592, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226[\231\300\177\000\0000\313Z\231\300\177\000", __large = 0x7fc0995b9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0995aca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0995aca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a8109c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\214y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:05 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:05 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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=0x7fc136775820) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:05 __f = 0x7fc136775820 2025-10-03 18:03:05 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0995acba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #16 std::__1::function::operator() (this=0x7fc0995acba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798cc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " Xw6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775820}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0995acc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239511290632, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:05 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0995acb16}} 2025-10-03 18:03: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_ = 0x7fc0995accaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:05 _allocations_flag_prev_val759 = 2025-10-03 18:03:05 _allocations_flag_prev_val659 = false 2025-10-03 18:03:05 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0995acb17}} 2025-10-03 18:03:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_is_done = 2025-10-03 18:03:05 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798ce0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:05 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 2025-10-03 18:03:05 Thread 401 (Thread 0x7fc098b38640 (LWP 491) "BgSchPool"): 2025-10-03 18:03:05 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:05 ec = 2025-10-03 18:03:05 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:05 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:05 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775880) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:05 thread_status = { = { = {}, }, thread_id = 491, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c073000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c073000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc098b2b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 44112, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\263\230\300\177\000\0000\273\262\230\300\177\000", __large = 0x7fc098b38640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc098b2ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc098b2ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c0679c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \215y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:05 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:05 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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=0x7fc136775880) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:05 __f = 0x7fc136775880 2025-10-03 18:03:05 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc098b2bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #16 std::__1::function::operator() (this=0x7fc098b2bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798d20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200Xw6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775880}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc098b2bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239511437217, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:05 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc098b2bb16}} 2025-10-03 18:03: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_ = 0x7fc098b2bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:05 _allocations_flag_prev_val759 = 2025-10-03 18:03:05 _allocations_flag_prev_val659 = false 2025-10-03 18:03:05 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc098b2bb17}} 2025-10-03 18:03:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_is_done = 2025-10-03 18:03:05 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798d40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:05 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 2025-10-03 18:03:05 Thread 400 (Thread 0x7fc098337640 (LWP 492) "BgSchPool"): 2025-10-03 18:03:05 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:05 ec = 2025-10-03 18:03:05 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:05 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:05 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367758e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:05 thread_status = { = { = {}, }, thread_id = 492, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a835000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a835000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09832a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21792, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v3\230\300\177\000\0000\2532\230\300\177\000", __large = 0x7fc098337640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09832aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09832aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a811c80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\215y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:05 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:05 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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=0x7fc1367758e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:05 __f = 0x7fc1367758e0 2025-10-03 18:03:05 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09832aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #16 std::__1::function::operator() (this=0x7fc09832aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798d80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340Xw6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367758e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09832ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239511578853, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:05 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09832ab16}} 2025-10-03 18:03: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_ = 0x7fc09832acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:05 _allocations_flag_prev_val759 = 2025-10-03 18:03:05 _allocations_flag_prev_val659 = false 2025-10-03 18:03:05 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09832ab17}} 2025-10-03 18:03:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_is_done = 2025-10-03 18:03:05 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798da0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:05 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 2025-10-03 18:03:05 Thread 399 (Thread 0x7fc097b36640 (LWP 493) "BgSchPool"): 2025-10-03 18:03:05 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:05 No symbol table info available. 2025-10-03 18:03:05 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:05 ec = 2025-10-03 18:03:05 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:05 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:05 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775940) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:05 thread_status = { = { = {}, }, thread_id = 493, os_thread_priority = 0, performance_counters = {counters = 0x7fc099dc4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099dc4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc097b29848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38048, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\263\227\300\177\000\0000\233\262\227\300\177\000", __large = 0x7fc097b36640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc097b29a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc097b29a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1347cd700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\215y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:05 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:05 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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=0x7fc136775940) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:05 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:05 __f = 0x7fc136775940 2025-10-03 18:03:05 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc097b29ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #16 std::__1::function::operator() (this=0x7fc097b29ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:05 No locals. 2025-10-03 18:03:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798de0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Yw6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775940}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc097b29c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239511634277, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:05 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc097b29b16}} 2025-10-03 18:03: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_ = 0x7fc097b29caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc097b29b17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:06 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798e00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:06 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 2025-10-03 18:03:06 Thread 398 (Thread 0x7fc097335640 (LWP 494) "BgSchPool"): 2025-10-03 18:03:06 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:06 ec = 2025-10-03 18:03:06 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:06 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:06 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367759a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:06 thread_status = { = { = {}, }, thread_id = 494, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c08c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c08c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc097328848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23264, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V3\227\300\177\000\0000\2132\227\300\177\000", __large = 0x7fc097335640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc097328a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc097328a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c068c80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239920469604, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\216y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:06 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:06 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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=0x7fc1367759a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:06 __f = 0x7fc1367759a0 2025-10-03 18:03:06 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc097328ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #16 std::__1::function::operator() (this=0x7fc097328ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798e40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240Yw6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367759a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc097328c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239511690643, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:06 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc097328b16}} 2025-10-03 18:03: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_ = 0x7fc097328caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc097328b17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:06 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798e60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:06 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 2025-10-03 18:03:06 Thread 397 (Thread 0x7fc096b34640 (LWP 495) "BgSchPool"): 2025-10-03 18:03:06 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:06 ec = 2025-10-03 18:03:06 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:06 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:06 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775a00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:06 thread_status = { = { = {}, }, thread_id = 495, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a84e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a84e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc096b27848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 37392, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\263\226\300\177\000\0000{\262\226\300\177\000", __large = 0x7fc096b34640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc096b27a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc096b27a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a812f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\216y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:06 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:06 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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=0x7fc136775a00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:06 __f = 0x7fc136775a00 2025-10-03 18:03:06 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc096b27ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #16 std::__1::function::operator() (this=0x7fc096b27ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798ea0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000Zw6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775a00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc096b27c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239511830956, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:06 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc096b27b16}} 2025-10-03 18:03: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_ = 0x7fc096b27caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc096b27b17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:06 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798ec0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:06 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 2025-10-03 18:03:06 Thread 396 (Thread 0x7fc096333640 (LWP 496) "BgSchPool"): 2025-10-03 18:03:06 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:06 ec = 2025-10-03 18:03:06 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:06 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:06 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775a60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:06 thread_status = { = { = {}, }, thread_id = 496, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a668f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a668f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc096326848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21504, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@63\226\300\177\000\0000k2\226\300\177\000", __large = 0x7fc096333640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc096326a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc096326a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a666bc80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\217y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:06 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:06 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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=0x7fc136775a60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:06 __f = 0x7fc136775a60 2025-10-03 18:03:06 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc096326ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #16 std::__1::function::operator() (this=0x7fc096326ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798f00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`Zw6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775a60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc096326c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239511913250, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:06 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc096326b16}} 2025-10-03 18:03: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_ = 0x7fc096326caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc096326b17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:06 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798f20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:06 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 2025-10-03 18:03:06 Thread 395 (Thread 0x7fc095b32640 (LWP 497) "BgSchPool"): 2025-10-03 18:03:06 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:06 ec = 2025-10-03 18:03:06 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:06 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:06 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775ac0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:06 thread_status = { = { = {}, }, thread_id = 497, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b5394000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b5394000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc095b25848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\263\225\300\177\000\0000[\262\225\300\177\000", __large = 0x7fc095b32640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc095b25a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc095b25a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b53879c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\217y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:06 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:06 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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=0x7fc136775ac0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:06 __f = 0x7fc136775ac0 2025-10-03 18:03:06 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc095b25ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #16 std::__1::function::operator() (this=0x7fc095b25ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798f60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Zw6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775ac0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc095b25c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239512003930, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:06 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc095b25b16}} 2025-10-03 18:03: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_ = 0x7fc095b25caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc095b25b17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:06 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798f80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:06 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 2025-10-03 18:03:06 Thread 394 (Thread 0x7fc095331640 (LWP 498) "BgSchPool"): 2025-10-03 18:03:06 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:06 ec = 2025-10-03 18:03:06 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:06 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:06 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775b20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:06 thread_status = { = { = {}, }, thread_id = 498, os_thread_priority = 0, performance_counters = {counters = 0x7fc099de0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099de0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc095324848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\0263\225\300\177\000\0000K2\225\300\177\000", __large = 0x7fc095331640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc095324a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc095324a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099dd39c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\217y6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:06 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:06 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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=0x7fc136775b20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:06 __f = 0x7fc136775b20 2025-10-03 18:03:06 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc095324ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #16 std::__1::function::operator() (this=0x7fc095324ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc136798fc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " [w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775b20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc095324c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239512065135, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:06 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc095324b16}} 2025-10-03 18:03: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_ = 0x7fc095324caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc095324b17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:06 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc136798fe0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:06 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 2025-10-03 18:03:06 Thread 393 (Thread 0x7fc094b30640 (LWP 499) "BgSchPool"): 2025-10-03 18:03:06 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:06 ec = 2025-10-03 18:03:06 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:06 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:06 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775b80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:06 thread_status = { = { = {}, }, thread_id = 499, os_thread_priority = 0, performance_counters = {counters = 0x7fc1359d6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1359d6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc094b23848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 40960, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\263\224\300\177\000\0000;\262\224\300\177\000", __large = 0x7fc094b30640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc094b23a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc094b23a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1359ca180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \020{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:06 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:06 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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=0x7fc136775b80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:06 __f = 0x7fc136775b80 2025-10-03 18:03:06 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc094b23ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #16 std::__1::function::operator() (this=0x7fc094b23ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1020) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200[w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775b80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc094b23c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239512135216, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:06 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc094b23b16}} 2025-10-03 18:03: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_ = 0x7fc094b23caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc094b23b17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:06 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1040}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:06 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 2025-10-03 18:03:06 Thread 392 (Thread 0x7fc09432f640 (LWP 500) "BgSchPool"): 2025-10-03 18:03:06 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:06 ec = 2025-10-03 18:03:06 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:06 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:06 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775be0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:06 thread_status = { = { = {}, }, thread_id = 500, os_thread_priority = 0, performance_counters = {counters = 0x7fc1359ef000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1359ef000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc094322848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19232, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\3662\224\300\177\000\0000+2\224\300\177\000", __large = 0x7fc09432f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc094322a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc094322a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1359cb440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\020{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:06 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:06 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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=0x7fc136775be0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:06 __f = 0x7fc136775be0 2025-10-03 18:03:06 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc094322ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #16 std::__1::function::operator() (this=0x7fc094322ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1080) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340[w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775be0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc094322c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239512461779, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:06 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc094322b16}} 2025-10-03 18:03: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_ = 0x7fc094322caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc094322b17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:06 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b10a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:06 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 2025-10-03 18:03:06 Thread 391 (Thread 0x7fc093b2e640 (LWP 501) "BgSchPool"): 2025-10-03 18:03:06 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:06 ec = 2025-10-03 18:03:06 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:06 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:06 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775c40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:06 thread_status = { = { = {}, }, thread_id = 501, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b53ac000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b53ac000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc093b21848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19232, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@沓\300\177\000\0000\033\262\223\300\177\000", __large = 0x7fc093b2e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc093b21a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc093b21a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b5388c80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\020{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:06 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:06 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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=0x7fc136775c40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:06 __f = 0x7fc136775c40 2025-10-03 18:03:06 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc093b21ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #16 std::__1::function::operator() (this=0x7fc093b21ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b10e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\\w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775c40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc093b21c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239512593596, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:06 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc093b21b16}} 2025-10-03 18:03: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_ = 0x7fc093b21caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc093b21b17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:06 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1100}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:06 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 2025-10-03 18:03:06 Thread 390 (Thread 0x7fc09332d640 (LWP 502) "BgSchPool"): 2025-10-03 18:03:06 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:06 ec = 2025-10-03 18:03:06 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:06 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:06 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775ca0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:06 thread_status = { = { = {}, }, thread_id = 502, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a66a8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a66a8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc093320848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20512, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\3262\223\300\177\000\0000\v2\223\300\177\000", __large = 0x7fc09332d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc093320a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc093320a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a666cf40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\021{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:06 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:06 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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=0x7fc136775ca0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:06 __f = 0x7fc136775ca0 2025-10-03 18:03:06 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc093320ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #16 std::__1::function::operator() (this=0x7fc093320ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1140) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\\w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775ca0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc093320c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239512664820, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:06 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc093320b16}} 2025-10-03 18:03: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_ = 0x7fc093320caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc093320b17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:06 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1160}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:06 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 2025-10-03 18:03:06 Thread 389 (Thread 0x7fc092b2c640 (LWP 503) "BgSchPool"): 2025-10-03 18:03:06 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:06 No symbol table info available. 2025-10-03 18:03:06 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:06 ec = 2025-10-03 18:03:06 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:06 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:06 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775d00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:06 thread_status = { = { = {}, }, thread_id = 503, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac0f6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac0f6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc092b1f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18624, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Ʋ\222\300\177\000\0000\373\261\222\300\177\000", __large = 0x7fc092b2c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc092b1fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc092b1fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc13addc700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\021{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:06 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:06 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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=0x7fc136775d00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:06 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:06 __f = 0x7fc136775d00 2025-10-03 18:03:06 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc092b1fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #16 std::__1::function::operator() (this=0x7fc092b1fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:06 No locals. 2025-10-03 18:03:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b11a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000]w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775d00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc092b1fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239512836441, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:06 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc092b1fb16}} 2025-10-03 18:03: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_ = 0x7fc092b1fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:06 _allocations_flag_prev_val759 = 2025-10-03 18:03:06 _allocations_flag_prev_val659 = false 2025-10-03 18:03:06 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc092b1fb17}} 2025-10-03 18:03:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:06 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b11c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:07 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 2025-10-03 18:03:07 Thread 388 (Thread 0x7fc0920ab640 (LWP 504) "BgSchPool"): 2025-10-03 18:03:07 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:07 ec = 2025-10-03 18:03:07 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:07 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:07 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775d60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:07 thread_status = { = { = {}, }, thread_id = 504, os_thread_priority = 0, performance_counters = {counters = 0x7fc0920b5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0920b5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09209e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\n\222\300\177\000\0000\353\t\222\300\177\000", __large = 0x7fc0920ab640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09209ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09209ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1359cc700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\022{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:07 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:07 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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=0x7fc136775d60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:07 __f = 0x7fc136775d60 2025-10-03 18:03:07 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09209eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #16 std::__1::function::operator() (this=0x7fc09209eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1200) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`]w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775d60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09209ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239513051475, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:07 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09209eb16}} 2025-10-03 18:03: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_ = 0x7fc09209ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:07 _allocations_flag_prev_val759 = 2025-10-03 18:03:07 _allocations_flag_prev_val659 = false 2025-10-03 18:03:07 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09209eb17}} 2025-10-03 18:03:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1220}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:07 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 2025-10-03 18:03:07 Thread 387 (Thread 0x7fc0918aa640 (LWP 505) "BgSchPool"): 2025-10-03 18:03:07 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:07 ec = 2025-10-03 18:03:07 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:07 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:07 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775dc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:07 thread_status = { = { = {}, }, thread_id = 505, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b53c5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b53c5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09189d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17696, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\212\221\300\177\000\0000ۉ\221\300\177\000", __large = 0x7fc0918aa640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09189da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09189da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b5389f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\022{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:07 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:07 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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=0x7fc136775dc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:07 __f = 0x7fc136775dc0 2025-10-03 18:03:07 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09189dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #16 std::__1::function::operator() (this=0x7fc09189dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1260) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300]w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775dc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09189dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239513159858, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:07 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09189db16}} 2025-10-03 18:03: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_ = 0x7fc09189dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:07 _allocations_flag_prev_val759 = 2025-10-03 18:03:07 _allocations_flag_prev_val659 = false 2025-10-03 18:03:07 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09189db17}} 2025-10-03 18:03:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1280}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:07 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 2025-10-03 18:03:07 Thread 386 (Thread 0x7fc0910a9640 (LWP 506) "BgSchPool"): 2025-10-03 18:03:07 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:07 ec = 2025-10-03 18:03:07 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:07 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:07 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775e20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:07 thread_status = { = { = {}, }, thread_id = 506, os_thread_priority = 0, performance_counters = {counters = 0x7fc0920d1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0920d1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09109c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\n\221\300\177\000\0000\313\t\221\300\177\000", __large = 0x7fc0910a9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09109ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09109ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0920c49c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\022{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:07 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:07 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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=0x7fc136775e20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:07 __f = 0x7fc136775e20 2025-10-03 18:03:07 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09109cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #16 std::__1::function::operator() (this=0x7fc09109cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b12c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " ^w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775e20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09109cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239513272600, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:07 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09109cb16}} 2025-10-03 18:03: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_ = 0x7fc09109ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:07 _allocations_flag_prev_val759 = 2025-10-03 18:03:07 _allocations_flag_prev_val659 = false 2025-10-03 18:03:07 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09109cb17}} 2025-10-03 18:03:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b12e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:07 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 2025-10-03 18:03:07 Thread 385 (Thread 0x7fc0908a8640 (LWP 507) "BgSchPool"): 2025-10-03 18:03:07 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:07 ec = 2025-10-03 18:03:07 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:07 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:07 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775e80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:07 thread_status = { = { = {}, }, thread_id = 507, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac111000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac111000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09089b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28048, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\212\220\300\177\000\0000\273\211\220\300\177\000", __large = 0x7fc0908a8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09089ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09089ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac1059c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \023{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:07 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:07 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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=0x7fc136775e80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:07 __f = 0x7fc136775e80 2025-10-03 18:03:07 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09089bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #16 std::__1::function::operator() (this=0x7fc09089bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1320) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200^w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775e80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09089bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239513448319, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:07 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09089bb16}} 2025-10-03 18:03: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_ = 0x7fc09089bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:07 _allocations_flag_prev_val759 = 2025-10-03 18:03:07 _allocations_flag_prev_val659 = false 2025-10-03 18:03:07 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09089bb17}} 2025-10-03 18:03:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1340}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:07 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 2025-10-03 18:03:07 Thread 384 (Thread 0x7fc0900a7640 (LWP 508) "BgSchPool"): 2025-10-03 18:03:07 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:07 ec = 2025-10-03 18:03:07 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:07 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:07 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775ee0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:07 thread_status = { = { = {}, }, thread_id = 508, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b53e1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b53e1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc09009a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 65824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\n\220\300\177\000\0000\253\t\220\300\177\000", __large = 0x7fc0900a7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09009aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09009aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b53d5200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\023{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:07 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:07 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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=0x7fc136775ee0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:07 __f = 0x7fc136775ee0 2025-10-03 18:03:07 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc09009aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #16 std::__1::function::operator() (this=0x7fc09009aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1380) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340^w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775ee0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc09009ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239513614882, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:07 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc09009ab16}} 2025-10-03 18:03: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_ = 0x7fc09009acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:07 _allocations_flag_prev_val759 = 2025-10-03 18:03:07 _allocations_flag_prev_val659 = false 2025-10-03 18:03:07 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc09009ab17}} 2025-10-03 18:03:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b13a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:07 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 2025-10-03 18:03:07 Thread 383 (Thread 0x7fc08f8a6640 (LWP 509) "BgSchPool"): 2025-10-03 18:03:07 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:07 ec = 2025-10-03 18:03:07 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:07 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:07 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775f40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:07 thread_status = { = { = {}, }, thread_id = 509, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a66c4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a66c4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08f899848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22080, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\212\217\300\177\000\0000\233\211\217\300\177\000", __large = 0x7fc08f8a6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08f899a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08f899a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a66b8200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\023{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:07 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:07 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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=0x7fc136775f40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:07 __f = 0x7fc136775f40 2025-10-03 18:03:07 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08f899ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #16 std::__1::function::operator() (this=0x7fc08f899ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b13e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@_w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775f40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08f899c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239513718436, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:07 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08f899b16}} 2025-10-03 18:03: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_ = 0x7fc08f899caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:07 _allocations_flag_prev_val759 = 2025-10-03 18:03:07 _allocations_flag_prev_val659 = false 2025-10-03 18:03:07 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08f899b17}} 2025-10-03 18:03:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1400}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:07 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 2025-10-03 18:03:07 Thread 382 (Thread 0x7fc08f0a5640 (LWP 510) "BgSchPool"): 2025-10-03 18:03:07 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:07 ec = 2025-10-03 18:03:07 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:07 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:07 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc136775fa0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:07 thread_status = { = { = {}, }, thread_id = 510, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac12a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac12a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08f098848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19968, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\n\217\300\177\000\0000\213\t\217\300\177\000", __large = 0x7fc08f0a5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08f098a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08f098a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac106c80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\024{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:07 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:07 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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=0x7fc136775fa0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:07 __f = 0x7fc136775fa0 2025-10-03 18:03:07 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08f098ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #16 std::__1::function::operator() (this=0x7fc08f098ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1440) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240_w6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc136775fa0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08f098c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239513957033, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:07 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08f098b16}} 2025-10-03 18:03: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_ = 0x7fc08f098caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:07 _allocations_flag_prev_val759 = 2025-10-03 18:03:07 _allocations_flag_prev_val659 = false 2025-10-03 18:03:07 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08f098b17}} 2025-10-03 18:03:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1460}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:07 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 2025-10-03 18:03:07 Thread 381 (Thread 0x7fc08e8a4640 (LWP 511) "BgSchPool"): 2025-10-03 18:03:07 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:07 ec = 2025-10-03 18:03:07 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:07 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:07 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3000) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:07 thread_status = { = { = {}, }, thread_id = 511, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a66dd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a66dd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08e897848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20512, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\212\216\300\177\000\0000{\211\216\300\177\000", __large = 0x7fc08e8a4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08e897a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08e897a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a66b94c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\024{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:07 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:07 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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=0x7fc1367b3000) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:07 __f = 0x7fc1367b3000 2025-10-03 18:03:07 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08e897ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #16 std::__1::function::operator() (this=0x7fc08e897ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b14a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0000{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3000}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08e897c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239514119938, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:07 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08e897b16}} 2025-10-03 18:03: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_ = 0x7fc08e897caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:07 _allocations_flag_prev_val759 = 2025-10-03 18:03:07 _allocations_flag_prev_val659 = false 2025-10-03 18:03:07 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08e897b17}} 2025-10-03 18:03:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b14c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:07 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 2025-10-03 18:03:07 Thread 380 (Thread 0x7fc08e0a3640 (LWP 512) "BgSchPool"): 2025-10-03 18:03:07 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:07 ec = 2025-10-03 18:03:07 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:07 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:07 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3060) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:07 thread_status = { = { = {}, }, thread_id = 512, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b53fa000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b53fa000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08e096848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\n\216\300\177\000\0000k\t\216\300\177\000", __large = 0x7fc08e0a3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08e096a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08e096a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b53d64c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\025{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:07 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:07 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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=0x7fc1367b3060) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:07 __f = 0x7fc1367b3060 2025-10-03 18:03:07 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08e096ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #16 std::__1::function::operator() (this=0x7fc08e096ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1500) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`0{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3060}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08e096c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239514197564, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:07 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08e096b16}} 2025-10-03 18:03: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_ = 0x7fc08e096caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:07 _allocations_flag_prev_val759 = 2025-10-03 18:03:07 _allocations_flag_prev_val659 = false 2025-10-03 18:03:07 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08e096b17}} 2025-10-03 18:03:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1520}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:07 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 2025-10-03 18:03:07 Thread 379 (Thread 0x7fc08d8a2640 (LWP 513) "BgSchPool"): 2025-10-03 18:03:07 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:07 No symbol table info available. 2025-10-03 18:03:07 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:07 ec = 2025-10-03 18:03:07 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:07 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:07 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b30c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:07 thread_status = { = { = {}, }, thread_id = 513, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac143000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac143000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08d895848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 37728, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\212\215\300\177\000\0000[\211\215\300\177\000", __large = 0x7fc08d8a2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08d895a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08d895a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac107f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\025{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:07 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:07 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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=0x7fc1367b30c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:07 __f = 0x7fc1367b30c0 2025-10-03 18:03:07 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08d895ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #16 std::__1::function::operator() (this=0x7fc08d895ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1560) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3000{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b30c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08d895c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239514439368, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:07 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08d895b16}} 2025-10-03 18:03: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_ = 0x7fc08d895caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:07 _allocations_flag_prev_val759 = 2025-10-03 18:03:07 _allocations_flag_prev_val659 = false 2025-10-03 18:03:07 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08d895b17}} 2025-10-03 18:03:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:07 job_is_done = 2025-10-03 18:03:07 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:07 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:07 No locals. 2025-10-03 18:03:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1580}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:08 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 2025-10-03 18:03:08 Thread 378 (Thread 0x7fc08d0a1640 (LWP 514) "BgSchPool"): 2025-10-03 18:03:08 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:08 ec = 2025-10-03 18:03:08 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:08 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:08 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3120) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:08 thread_status = { = { = {}, }, thread_id = 514, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac15f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac15f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08d094848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38592, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\n\215\300\177\000\0000K\t\215\300\177\000", __large = 0x7fc08d0a1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08d094a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08d094a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac153200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\025{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:08 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:08 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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=0x7fc1367b3120) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:08 __f = 0x7fc1367b3120 2025-10-03 18:03:08 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08d094ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #16 std::__1::function::operator() (this=0x7fc08d094ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b15c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " 1{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3120}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08d094c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239514513276, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:08 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08d094b16}} 2025-10-03 18:03: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_ = 0x7fc08d094caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:08 _allocations_flag_prev_val759 = 2025-10-03 18:03:08 _allocations_flag_prev_val659 = false 2025-10-03 18:03:08 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08d094b17}} 2025-10-03 18:03:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_is_done = 2025-10-03 18:03:08 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b15e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:08 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 2025-10-03 18:03:08 Thread 377 (Thread 0x7fc08c8a0640 (LWP 515) "BgSchPool"): 2025-10-03 18:03:08 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:08 ec = 2025-10-03 18:03:08 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:08 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:08 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3180) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:08 thread_status = { = { = {}, }, thread_id = 515, os_thread_priority = 0, performance_counters = {counters = 0x7fc133f64000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133f64000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08c893848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\212\214\300\177\000\0000;\211\214\300\177\000", __large = 0x7fc08c8a0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08c893a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08c893a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133f40560}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \026{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:08 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:08 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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=0x7fc1367b3180) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:08 __f = 0x7fc1367b3180 2025-10-03 18:03:08 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08c893ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #16 std::__1::function::operator() (this=0x7fc08c893ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1620) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2001{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3180}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08c893c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239514611611, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:08 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08c893b16}} 2025-10-03 18:03: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_ = 0x7fc08c893caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:08 _allocations_flag_prev_val759 = 2025-10-03 18:03:08 _allocations_flag_prev_val659 = false 2025-10-03 18:03:08 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08c893b17}} 2025-10-03 18:03:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_is_done = 2025-10-03 18:03:08 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1640}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:08 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 2025-10-03 18:03:08 Thread 376 (Thread 0x7fc08c09f640 (LWP 516) "BgSchPool"): 2025-10-03 18:03:08 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:08 ec = 2025-10-03 18:03:08 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:08 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:08 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b31e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:08 thread_status = { = { = {}, }, thread_id = 516, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a12fd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a12fd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08c092848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35424, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\t\214\300\177\000\0000+\t\214\300\177\000", __large = 0x7fc08c09f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08c092a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08c092a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a12f19c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\026{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:08 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:08 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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=0x7fc1367b31e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:08 __f = 0x7fc1367b31e0 2025-10-03 18:03:08 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08c092ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #16 std::__1::function::operator() (this=0x7fc08c092ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1680) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3401{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b31e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08c092c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239514728571, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:08 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08c092b16}} 2025-10-03 18:03: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_ = 0x7fc08c092caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:08 _allocations_flag_prev_val759 = 2025-10-03 18:03:08 _allocations_flag_prev_val659 = false 2025-10-03 18:03:08 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08c092b17}} 2025-10-03 18:03:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_is_done = 2025-10-03 18:03:08 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b16a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:08 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 2025-10-03 18:03:08 Thread 375 (Thread 0x7fc08b89e640 (LWP 517) "BgSchPool"): 2025-10-03 18:03:08 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:08 ec = 2025-10-03 18:03:08 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:08 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:08 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3240) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:08 thread_status = { = { = {}, }, thread_id = 517, os_thread_priority = 0, performance_counters = {counters = 0x7fc252a83000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252a83000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08b891848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20416, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@手\300\177\000\0000\033\211\213\300\177\000", __large = 0x7fc08b89e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08b891a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08b891a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252a77750}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\026{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:08 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:08 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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=0x7fc1367b3240) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:08 __f = 0x7fc1367b3240 2025-10-03 18:03:08 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08b891ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #16 std::__1::function::operator() (this=0x7fc08b891ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b16e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@2{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3240}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08b891c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239514847934, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:08 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08b891b16}} 2025-10-03 18:03: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_ = 0x7fc08b891caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:08 _allocations_flag_prev_val759 = 2025-10-03 18:03:08 _allocations_flag_prev_val659 = false 2025-10-03 18:03:08 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08b891b17}} 2025-10-03 18:03:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_is_done = 2025-10-03 18:03:08 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1700}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:08 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 2025-10-03 18:03:08 Thread 374 (Thread 0x7fc08b09d640 (LWP 518) "BgSchPool"): 2025-10-03 18:03:08 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:08 ec = 2025-10-03 18:03:08 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:08 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:08 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b32a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:08 thread_status = { = { = {}, }, thread_id = 518, os_thread_priority = 0, performance_counters = {counters = 0x7fc252a92000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252a92000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08b090848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20288, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\t\213\300\177\000\0000\v\t\213\300\177\000", __large = 0x7fc08b09d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08b090a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08b090a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252a78a10}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\027{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:08 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:08 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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=0x7fc1367b32a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:08 __f = 0x7fc1367b32a0 2025-10-03 18:03:08 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08b090ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #16 std::__1::function::operator() (this=0x7fc08b090ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1740) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2402{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b32a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08b090c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239515035186, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:08 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08b090b16}} 2025-10-03 18:03: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_ = 0x7fc08b090caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:08 _allocations_flag_prev_val759 = 2025-10-03 18:03:08 _allocations_flag_prev_val659 = false 2025-10-03 18:03:08 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08b090b17}} 2025-10-03 18:03:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_is_done = 2025-10-03 18:03:08 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1760}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:08 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 2025-10-03 18:03:08 Thread 373 (Thread 0x7fc08a89c640 (LWP 519) "BgSchPool"): 2025-10-03 18:03:08 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:08 ec = 2025-10-03 18:03:08 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:08 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:08 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3300) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:08 thread_status = { = { = {}, }, thread_id = 519, os_thread_priority = 0, performance_counters = {counters = 0x7fc133f7d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133f7d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08a88f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Ɖ\212\300\177\000\0000\373\210\212\300\177\000", __large = 0x7fc08a89c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08a88fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08a88fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133f41820}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\027{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:08 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:08 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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=0x7fc1367b3300) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:08 __f = 0x7fc1367b3300 2025-10-03 18:03:08 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08a88fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #16 std::__1::function::operator() (this=0x7fc08a88fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b17a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0003{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3300}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08a88fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239515220463, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:08 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08a88fb16}} 2025-10-03 18:03: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_ = 0x7fc08a88fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:08 _allocations_flag_prev_val759 = 2025-10-03 18:03:08 _allocations_flag_prev_val659 = false 2025-10-03 18:03:08 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08a88fb17}} 2025-10-03 18:03:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_is_done = 2025-10-03 18:03:08 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b17c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:08 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 2025-10-03 18:03:08 Thread 372 (Thread 0x7fc08a09b640 (LWP 520) "BgSchPool"): 2025-10-03 18:03:08 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:08 ec = 2025-10-03 18:03:08 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:08 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:08 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3360) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:08 thread_status = { = { = {}, }, thread_id = 520, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a1316000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a1316000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08a08e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\t\212\300\177\000\0000\353\b\212\300\177\000", __large = 0x7fc08a09b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08a08ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08a08ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a12f2c80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239924469695, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\030{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:08 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:08 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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=0x7fc1367b3360) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:08 __f = 0x7fc1367b3360 2025-10-03 18:03:08 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08a08eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #16 std::__1::function::operator() (this=0x7fc08a08eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1800) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`3{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3360}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08a08ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239515502762, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:08 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08a08eb16}} 2025-10-03 18:03: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_ = 0x7fc08a08ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:08 _allocations_flag_prev_val759 = 2025-10-03 18:03:08 _allocations_flag_prev_val659 = false 2025-10-03 18:03:08 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08a08eb17}} 2025-10-03 18:03:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_is_done = 2025-10-03 18:03:08 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1820}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:08 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 2025-10-03 18:03:08 Thread 371 (Thread 0x7fc08989a640 (LWP 521) "BgSchPool"): 2025-10-03 18:03:08 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:08 ec = 2025-10-03 18:03:08 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:08 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:08 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b33c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:08 thread_status = { = { = {}, }, thread_id = 521, os_thread_priority = 0, performance_counters = {counters = 0x7fc252ab3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252ab3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08988d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 25968, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\211\211\300\177\000\0000ۈ\211\300\177\000", __large = 0x7fc08989a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08988da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08988da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252a79cd0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\030{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:08 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:08 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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=0x7fc1367b33c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:08 __f = 0x7fc1367b33c0 2025-10-03 18:03:08 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08988dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #16 std::__1::function::operator() (this=0x7fc08988dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1860) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3003{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b33c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08988dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239515757019, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:08 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08988db16}} 2025-10-03 18:03: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_ = 0x7fc08988dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:08 _allocations_flag_prev_val759 = 2025-10-03 18:03:08 _allocations_flag_prev_val659 = false 2025-10-03 18:03:08 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08988db17}} 2025-10-03 18:03:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_is_done = 2025-10-03 18:03:08 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1880}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:08 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 2025-10-03 18:03:08 Thread 370 (Thread 0x7fc089099640 (LWP 522) "BgSchPool"): 2025-10-03 18:03:08 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:08 ec = 2025-10-03 18:03:08 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:08 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:08 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3420) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:08 thread_status = { = { = {}, }, thread_id = 522, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a132f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a132f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08908c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\226\t\211\300\177\000\0000\313\b\211\300\177\000", __large = 0x7fc089099640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08908ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08908ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a12f3f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\030{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:08 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:08 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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=0x7fc1367b3420) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:08 __f = 0x7fc1367b3420 2025-10-03 18:03:08 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08908cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #16 std::__1::function::operator() (this=0x7fc08908cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b18c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " 4{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3420}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08908cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239515915276, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:08 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08908cb16}} 2025-10-03 18:03: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_ = 0x7fc08908ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:08 _allocations_flag_prev_val759 = 2025-10-03 18:03:08 _allocations_flag_prev_val659 = false 2025-10-03 18:03:08 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08908cb17}} 2025-10-03 18:03:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_is_done = 2025-10-03 18:03:08 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b18e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:08 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 2025-10-03 18:03:08 Thread 369 (Thread 0x7fc088898640 (LWP 523) "BgSchPool"): 2025-10-03 18:03:08 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:08 No symbol table info available. 2025-10-03 18:03:08 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:08 ec = 2025-10-03 18:03:08 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:08 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:08 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3480) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:08 thread_status = { = { = {}, }, thread_id = 523, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a470f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a470f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08888b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 34528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\211\210\300\177\000\0000\273\210\210\300\177\000", __large = 0x7fc088898640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08888ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08888ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0d6101180}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \031{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:08 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:08 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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=0x7fc1367b3480) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:08 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:08 __f = 0x7fc1367b3480 2025-10-03 18:03:08 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08888bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #16 std::__1::function::operator() (this=0x7fc08888bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:08 No locals. 2025-10-03 18:03:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1920) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2004{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3480}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08888bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239516000676, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:08 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08888bb16}} 2025-10-03 18:03: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_ = 0x7fc08888bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08888bb17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1940}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:09 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 2025-10-03 18:03:09 Thread 368 (Thread 0x7fc088097640 (LWP 524) "BgSchPool"): 2025-10-03 18:03:09 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:09 ec = 2025-10-03 18:03:09 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:09 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:09 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b34e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:09 thread_status = { = { = {}, }, thread_id = 524, os_thread_priority = 0, performance_counters = {counters = 0x7fc1343f9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1343f9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc08808a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21024, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\t\210\300\177\000\0000\253\b\210\300\177\000", __large = 0x7fc088097640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08808aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08808aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1343bd700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\031{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:09 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:09 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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=0x7fc1367b34e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:09 __f = 0x7fc1367b34e0 2025-10-03 18:03:09 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc08808aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #16 std::__1::function::operator() (this=0x7fc08808aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1980) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3404{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b34e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc08808ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239516241608, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:09 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc08808ab16}} 2025-10-03 18:03: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_ = 0x7fc08808acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc08808ab17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b19a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:09 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 2025-10-03 18:03:09 Thread 367 (Thread 0x7fc087896640 (LWP 525) "BgSchPool"): 2025-10-03 18:03:09 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:09 ec = 2025-10-03 18:03:09 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:09 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:09 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3540) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:09 thread_status = { = { = {}, }, thread_id = 525, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a49a5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a49a5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc087889848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28336, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\211\207\300\177\000\0000\233\210\207\300\177\000", __large = 0x7fc087896640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc087889a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc087889a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4969f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\031{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:09 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:09 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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=0x7fc1367b3540) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:09 __f = 0x7fc1367b3540 2025-10-03 18:03:09 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc087889ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #16 std::__1::function::operator() (this=0x7fc087889ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b19e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@5{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3540}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc087889c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239516302863, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:09 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc087889b16}} 2025-10-03 18:03: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_ = 0x7fc087889caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc087889b17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1a00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:09 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 2025-10-03 18:03:09 Thread 366 (Thread 0x7fc087095640 (LWP 526) "BgSchPool"): 2025-10-03 18:03:09 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:09 ec = 2025-10-03 18:03:09 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:09 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:09 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b35a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:09 thread_status = { = { = {}, }, thread_id = 526, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a53f5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a53f5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc087088848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20384, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\t\207\300\177\000\0000\213\b\207\300\177\000", __large = 0x7fc087095640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc087088a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc087088a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a53e89c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\032{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:09 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:09 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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=0x7fc1367b35a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:09 __f = 0x7fc1367b35a0 2025-10-03 18:03:09 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc087088ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #16 std::__1::function::operator() (this=0x7fc087088ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1a40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2405{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b35a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc087088c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239516366432, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:09 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc087088b16}} 2025-10-03 18:03: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_ = 0x7fc087088caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc087088b17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1a60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:09 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 2025-10-03 18:03:09 Thread 365 (Thread 0x7fc086614640 (LWP 527) "BgSchPool"): 2025-10-03 18:03:09 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:09 ec = 2025-10-03 18:03:09 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:09 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:09 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3600) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:09 thread_status = { = { = {}, }, thread_id = 527, os_thread_priority = 0, performance_counters = {counters = 0x7fc098b42000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098b42000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc086607848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Fa\206\300\177\000\0000{`\206\300\177\000", __large = 0x7fc086614640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc086607a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc086607a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1353cd700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\032{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:09 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:09 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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=0x7fc1367b3600) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:09 __f = 0x7fc1367b3600 2025-10-03 18:03:09 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc086607ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #16 std::__1::function::operator() (this=0x7fc086607ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1aa0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0006{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3600}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc086607c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239516508809, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:09 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc086607b16}} 2025-10-03 18:03: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_ = 0x7fc086607caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc086607b17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1ac0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:09 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 2025-10-03 18:03:09 Thread 364 (Thread 0x7fc085e13640 (LWP 528) "BgSchPool"): 2025-10-03 18:03:09 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:09 ec = 2025-10-03 18:03:09 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:09 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:09 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3660) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:09 thread_status = { = { = {}, }, thread_id = 528, os_thread_priority = 0, performance_counters = {counters = 0x7fc08662a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc08662a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc085e06848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 37472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\341\205\300\177\000\0000k\340\205\300\177\000", __large = 0x7fc085e13640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc085e06a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc085e06a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc08661e9c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\033{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:09 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:09 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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=0x7fc1367b3660) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:09 __f = 0x7fc1367b3660 2025-10-03 18:03:09 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc085e06ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #16 std::__1::function::operator() (this=0x7fc085e06ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1b00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`6{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3660}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc085e06c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239516743690, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:09 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc085e06b16}} 2025-10-03 18:03: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_ = 0x7fc085e06caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc085e06b17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1b20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:09 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 2025-10-03 18:03:09 Thread 363 (Thread 0x7fc085612640 (LWP 529) "BgSchPool"): 2025-10-03 18:03:09 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:09 ec = 2025-10-03 18:03:09 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:09 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:09 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b36c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:09 thread_status = { = { = {}, }, thread_id = 529, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a475f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a475f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc085605848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&a\205\300\177\000\0000[`\205\300\177\000", __large = 0x7fc085612640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc085605a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc085605a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0d6102440}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\033{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:09 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:09 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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=0x7fc1367b36c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:09 __f = 0x7fc1367b36c0 2025-10-03 18:03:09 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc085605ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #16 std::__1::function::operator() (this=0x7fc085605ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1b60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3006{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b36c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc085605c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239516805306, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:09 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc085605b16}} 2025-10-03 18:03: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_ = 0x7fc085605caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc085605b17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1b80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:09 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 2025-10-03 18:03:09 Thread 362 (Thread 0x7fc084e11640 (LWP 530) "BgSchPool"): 2025-10-03 18:03:09 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:09 ec = 2025-10-03 18:03:09 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:09 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:09 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3720) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:09 thread_status = { = { = {}, }, thread_id = 530, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a86a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a86a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc084e04848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20736, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\341\204\300\177\000\0000K\340\204\300\177\000", __large = 0x7fc084e11640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc084e04a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc084e04a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a85e200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\033{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:09 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:09 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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=0x7fc1367b3720) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:09 __f = 0x7fc1367b3720 2025-10-03 18:03:09 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc084e04ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #16 std::__1::function::operator() (this=0x7fc084e04ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1bc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " 7{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3720}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc084e04c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239516952982, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:09 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc084e04b16}} 2025-10-03 18:03: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_ = 0x7fc084e04caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc084e04b17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1be0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:09 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 2025-10-03 18:03:09 Thread 361 (Thread 0x7fc084610640 (LWP 531) "BgSchPool"): 2025-10-03 18:03:09 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:09 ec = 2025-10-03 18:03:09 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:09 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:09 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3780) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:09 thread_status = { = { = {}, }, thread_id = 531, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c0a5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c0a5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc084603848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 52560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006a\204\300\177\000\0000;`\204\300\177\000", __large = 0x7fc084610640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc084603a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc084603a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c069f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \034{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:09 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:09 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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=0x7fc1367b3780) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:09 __f = 0x7fc1367b3780 2025-10-03 18:03:09 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc084603ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #16 std::__1::function::operator() (this=0x7fc084603ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1c20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2007{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3780}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc084603c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239517165591, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:09 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc084603b16}} 2025-10-03 18:03: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_ = 0x7fc084603caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc084603b17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1c40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:09 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 2025-10-03 18:03:09 Thread 360 (Thread 0x7fc083e0f640 (LWP 532) "BgSchPool"): 2025-10-03 18:03:09 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:09 ec = 2025-10-03 18:03:09 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:09 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:09 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b37e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:09 thread_status = { = { = {}, }, thread_id = 532, os_thread_priority = 0, performance_counters = {counters = 0x7fc099df8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099df8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc083e02848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\340\203\300\177\000\0000+\340\203\300\177\000", __large = 0x7fc083e0f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc083e02a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc083e02a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099dd4c80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\034{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:09 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:09 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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=0x7fc1367b37e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:09 __f = 0x7fc1367b37e0 2025-10-03 18:03:09 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc083e02ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #16 std::__1::function::operator() (this=0x7fc083e02ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1c80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3407{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b37e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc083e02c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239517352341, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:09 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc083e02b16}} 2025-10-03 18:03: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_ = 0x7fc083e02caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc083e02b17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1ca0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:09 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 2025-10-03 18:03:09 Thread 359 (Thread 0x7fc08360e640 (LWP 533) "BgSchPool"): 2025-10-03 18:03:09 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:09 No symbol table info available. 2025-10-03 18:03:09 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:09 ec = 2025-10-03 18:03:09 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:09 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:09 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3840) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:09 thread_status = { = { = {}, }, thread_id = 533, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a49c1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a49c1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc083601848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31696, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346`\203\300\177\000\0000\033`\203\300\177\000", __large = 0x7fc08360e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc083601a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc083601a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a49b5200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\034{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:09 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:09 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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=0x7fc1367b3840) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:09 __f = 0x7fc1367b3840 2025-10-03 18:03:09 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc083601ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #16 std::__1::function::operator() (this=0x7fc083601ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:09 No locals. 2025-10-03 18:03:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1ce0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@8{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3840}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc083601c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239517450896, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:09 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc083601b16}} 2025-10-03 18:03: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_ = 0x7fc083601caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:09 _allocations_flag_prev_val759 = 2025-10-03 18:03:09 _allocations_flag_prev_val659 = false 2025-10-03 18:03:09 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc083601b17}} 2025-10-03 18:03:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:09 job_is_done = 2025-10-03 18:03:09 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:09 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1d00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:10 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 2025-10-03 18:03:10 Thread 358 (Thread 0x7fc082e0d640 (LWP 534) "BgSchPool"): 2025-10-03 18:03:10 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:10 ec = 2025-10-03 18:03:10 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:10 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:10 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b38a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:10 thread_status = { = { = {}, }, thread_id = 534, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a540d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a540d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc082e00848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\340\202\300\177\000\0000\v\340\202\300\177\000", __large = 0x7fc082e0d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc082e00a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc082e00a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a53e9c80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\035{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:10 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:10 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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=0x7fc1367b38a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:10 __f = 0x7fc1367b38a0 2025-10-03 18:03:10 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc082e00ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #16 std::__1::function::operator() (this=0x7fc082e00ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1d40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2408{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b38a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc082e00c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239517653817, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:10 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc082e00b16}} 2025-10-03 18:03: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_ = 0x7fc082e00caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:10 _allocations_flag_prev_val759 = 2025-10-03 18:03:10 _allocations_flag_prev_val659 = false 2025-10-03 18:03:10 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc082e00b17}} 2025-10-03 18:03:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_is_done = 2025-10-03 18:03:10 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1d60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:10 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 2025-10-03 18:03:10 Thread 357 (Thread 0x7fc08260c640 (LWP 535) "BgSchPool"): 2025-10-03 18:03:10 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:10 ec = 2025-10-03 18:03:10 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:10 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:10 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3900) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:10 thread_status = { = { = {}, }, thread_id = 535, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c0c1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c0c1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0825ff848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306`\202\300\177\000\0000\373_\202\300\177\000", __large = 0x7fc08260c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0825ffa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0825ffa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c0b5200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\035{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:10 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:10 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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=0x7fc1367b3900) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:10 __f = 0x7fc1367b3900 2025-10-03 18:03:10 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0825ffba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #16 std::__1::function::operator() (this=0x7fc0825ffba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1da0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0009{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3900}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0825ffc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239517727304, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:10 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0825ffb16}} 2025-10-03 18:03: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_ = 0x7fc0825ffcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:10 _allocations_flag_prev_val759 = 2025-10-03 18:03:10 _allocations_flag_prev_val659 = false 2025-10-03 18:03:10 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0825ffb17}} 2025-10-03 18:03:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_is_done = 2025-10-03 18:03:10 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1dc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:10 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 2025-10-03 18:03:10 Thread 356 (Thread 0x7fc081e0b640 (LWP 536) "BgSchPool"): 2025-10-03 18:03:10 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:10 ec = 2025-10-03 18:03:10 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:10 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:10 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3960) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:10 thread_status = { = { = {}, }, thread_id = 536, os_thread_priority = 0, performance_counters = {counters = 0x7fc099e11000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099e11000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc081dfe848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 40320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\340\201\300\177\000\0000\353߁\300\177\000", __large = 0x7fc081e0b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc081dfea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc081dfea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099dd5f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\036{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:10 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:10 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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=0x7fc1367b3960) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:10 __f = 0x7fc1367b3960 2025-10-03 18:03:10 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc081dfeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #16 std::__1::function::operator() (this=0x7fc081dfeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1e00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`9{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3960}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc081dfec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239517785033, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:10 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc081dfeb16}} 2025-10-03 18:03: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_ = 0x7fc081dfecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:10 _allocations_flag_prev_val759 = 2025-10-03 18:03:10 _allocations_flag_prev_val659 = false 2025-10-03 18:03:10 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc081dfeb17}} 2025-10-03 18:03:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_is_done = 2025-10-03 18:03:10 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1e20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:10 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 2025-10-03 18:03:10 Thread 355 (Thread 0x7fc08160a640 (LWP 537) "BgSchPool"): 2025-10-03 18:03:10 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:10 ec = 2025-10-03 18:03:10 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:10 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:10 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b39c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:10 thread_status = { = { = {}, }, thread_id = 537, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a883000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a883000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0815fd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246`\201\300\177\000\0000\333_\201\300\177\000", __large = 0x7fc08160a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0815fda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0815fda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a85f4c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\036{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:10 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:10 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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=0x7fc1367b39c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:10 __f = 0x7fc1367b39c0 2025-10-03 18:03:10 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0815fdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #16 std::__1::function::operator() (this=0x7fc0815fdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1e60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3009{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b39c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0815fdc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239517954000, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:10 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0815fdb16}} 2025-10-03 18:03: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_ = 0x7fc0815fdcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:10 _allocations_flag_prev_val759 = 2025-10-03 18:03:10 _allocations_flag_prev_val659 = false 2025-10-03 18:03:10 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0815fdb17}} 2025-10-03 18:03:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_is_done = 2025-10-03 18:03:10 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1e80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:10 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 2025-10-03 18:03:10 Thread 354 (Thread 0x7fc080e09640 (LWP 538) "BgSchPool"): 2025-10-03 18:03:10 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:10 ec = 2025-10-03 18:03:10 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:10 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:10 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3a20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:10 thread_status = { = { = {}, }, thread_id = 538, os_thread_priority = 0, performance_counters = {counters = 0x7fc0920e9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0920e9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc080dfc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 42832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\340\200\300\177\000\0000\313߀\300\177\000", __large = 0x7fc080e09640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc080dfca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc080dfca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0920c5c80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\036{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:10 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:10 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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=0x7fc1367b3a20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:10 __f = 0x7fc1367b3a20 2025-10-03 18:03:10 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc080dfcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #16 std::__1::function::operator() (this=0x7fc080dfcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1ec0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3a20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc080dfcc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239518138596, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:10 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc080dfcb16}} 2025-10-03 18:03: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_ = 0x7fc080dfccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:10 _allocations_flag_prev_val759 = 2025-10-03 18:03:10 _allocations_flag_prev_val659 = false 2025-10-03 18:03:10 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc080dfcb17}} 2025-10-03 18:03:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_is_done = 2025-10-03 18:03:10 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1ee0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:10 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 2025-10-03 18:03:10 Thread 353 (Thread 0x7fc080608640 (LWP 539) "BgSchPool"): 2025-10-03 18:03:10 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:10 ec = 2025-10-03 18:03:10 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:10 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:10 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3a80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:10 thread_status = { = { = {}, }, thread_id = 539, os_thread_priority = 0, performance_counters = {counters = 0x7fc098b5e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098b5e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0805fb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 43472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206`\200\300\177\000\0000\273_\200\300\177\000", __large = 0x7fc080608640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0805fba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0805fba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098b519c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \037{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:10 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:10 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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=0x7fc1367b3a80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:10 __f = 0x7fc1367b3a80 2025-10-03 18:03:10 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0805fbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #16 std::__1::function::operator() (this=0x7fc0805fbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1f20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200:{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3a80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0805fbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239518268630, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:10 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0805fbb16}} 2025-10-03 18:03: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_ = 0x7fc0805fbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:10 _allocations_flag_prev_val759 = 2025-10-03 18:03:10 _allocations_flag_prev_val659 = false 2025-10-03 18:03:10 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0805fbb17}} 2025-10-03 18:03:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_is_done = 2025-10-03 18:03:10 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1f40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:10 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 2025-10-03 18:03:10 Thread 352 (Thread 0x7fc07fe07640 (LWP 540) "BgSchPool"): 2025-10-03 18:03:10 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:10 ec = 2025-10-03 18:03:10 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:10 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:10 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3ae0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:10 thread_status = { = { = {}, }, thread_id = 540, os_thread_priority = 0, performance_counters = {counters = 0x7fc098b6d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098b6d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07fdfa848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 39296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\340\177\300\177\000\0000\253\337\177\300\177\000", __large = 0x7fc07fe07640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07fdfaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07fdfaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098b52c80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\037{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:10 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:10 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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=0x7fc1367b3ae0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:10 __f = 0x7fc1367b3ae0 2025-10-03 18:03:10 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07fdfaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #16 std::__1::function::operator() (this=0x7fc07fdfaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1f80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340:{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3ae0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07fdfac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239518429291, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:10 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07fdfab16}} 2025-10-03 18:03: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_ = 0x7fc07fdfacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:10 _allocations_flag_prev_val759 = 2025-10-03 18:03:10 _allocations_flag_prev_val659 = false 2025-10-03 18:03:10 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07fdfab17}} 2025-10-03 18:03:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_is_done = 2025-10-03 18:03:10 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367b1fa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:10 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 2025-10-03 18:03:10 Thread 351 (Thread 0x7fc07f606640 (LWP 541) "BgSchPool"): 2025-10-03 18:03:10 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:10 ec = 2025-10-03 18:03:10 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:10 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:10 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3b40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:10 thread_status = { = { = {}, }, thread_id = 541, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a5426000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a5426000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07f5f9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21728, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f`\177\300\177\000\0000\233_\177\300\177\000", __large = 0x7fc07f606640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07f5f9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07f5f9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a53eaf40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\037{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:10 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:10 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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=0x7fc1367b3b40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:10 __f = 0x7fc1367b3b40 2025-10-03 18:03:10 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07f5f9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #16 std::__1::function::operator() (this=0x7fc07f5f9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367b1fe0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@;{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3b40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07f5f9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239518565847, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:10 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07f5f9b16}} 2025-10-03 18:03: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_ = 0x7fc07f5f9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:10 _allocations_flag_prev_val759 = 2025-10-03 18:03:10 _allocations_flag_prev_val659 = false 2025-10-03 18:03:10 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07f5f9b17}} 2025-10-03 18:03:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_is_done = 2025-10-03 18:03:10 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc000}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:10 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 2025-10-03 18:03:10 Thread 350 (Thread 0x7fc07ee05640 (LWP 542) "BgSchPool"): 2025-10-03 18:03:10 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:10 ec = 2025-10-03 18:03:10 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:10 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:10 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3ba0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:10 thread_status = { = { = {}, }, thread_id = 542, os_thread_priority = 0, performance_counters = {counters = 0x7fc098b86000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098b86000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07edf8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@V\340~\300\177\000\0000\213\337~\300\177\000", __large = 0x7fc07ee05640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07edf8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07edf8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098b53f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\300{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:10 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:10 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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=0x7fc1367b3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:10 __f = 0x7fc1367b3ba0 2025-10-03 18:03:10 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07edf8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #16 std::__1::function::operator() (this=0x7fc07edf8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc040) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240;{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3ba0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07edf8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239518634165, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:10 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07edf8b16}} 2025-10-03 18:03: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_ = 0x7fc07edf8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:10 _allocations_flag_prev_val759 = 2025-10-03 18:03:10 _allocations_flag_prev_val659 = false 2025-10-03 18:03:10 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07edf8b17}} 2025-10-03 18:03:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_is_done = 2025-10-03 18:03:10 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc060}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:10 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 2025-10-03 18:03:10 Thread 349 (Thread 0x7fc07e604640 (LWP 543) "BgSchPool"): 2025-10-03 18:03:10 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:10 No symbol table info available. 2025-10-03 18:03:10 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:10 ec = 2025-10-03 18:03:10 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:10 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:10 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3c00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:10 thread_status = { = { = {}, }, thread_id = 543, os_thread_priority = 0, performance_counters = {counters = 0x7fc133f99000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133f99000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07e5f7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F`~\300\177\000\0000{_~\300\177\000", __large = 0x7fc07e604640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07e5f7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07e5f7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133f8cae0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\300{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:10 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:10 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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=0x7fc1367b3c00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:10 __f = 0x7fc1367b3c00 2025-10-03 18:03:10 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07e5f7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #16 std::__1::function::operator() (this=0x7fc07e5f7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc0a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000<{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3c00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07e5f7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239518697384, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:10 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07e5f7b16}} 2025-10-03 18:03: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_ = 0x7fc07e5f7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:10 _allocations_flag_prev_val759 = 2025-10-03 18:03:10 _allocations_flag_prev_val659 = false 2025-10-03 18:03:10 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07e5f7b17}} 2025-10-03 18:03:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:10 job_is_done = 2025-10-03 18:03:10 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:10 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:10 No locals. 2025-10-03 18:03:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc0c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:11 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 2025-10-03 18:03:11 Thread 348 (Thread 0x7fc07de03640 (LWP 544) "BgSchPool"): 2025-10-03 18:03:11 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:11 ec = 2025-10-03 18:03:11 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:11 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:11 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3c60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:11 thread_status = { = { = {}, }, thread_id = 544, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a49da000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a49da000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07ddf6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\340}\300\177\000\0000k\337}\300\177\000", __large = 0x7fc07de03640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07ddf6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07ddf6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a49b64c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\301{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:11 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:11 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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=0x7fc1367b3c60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:11 __f = 0x7fc1367b3c60 2025-10-03 18:03:11 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07ddf6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #16 std::__1::function::operator() (this=0x7fc07ddf6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc100) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`<{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3c60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07ddf6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239518766424, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:11 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07ddf6b16}} 2025-10-03 18:03: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_ = 0x7fc07ddf6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:11 _allocations_flag_prev_val759 = 2025-10-03 18:03:11 _allocations_flag_prev_val659 = false 2025-10-03 18:03:11 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07ddf6b17}} 2025-10-03 18:03:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_is_done = 2025-10-03 18:03:11 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc120}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:11 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 2025-10-03 18:03:11 Thread 347 (Thread 0x7fc07d602640 (LWP 545) "BgSchPool"): 2025-10-03 18:03:11 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:11 ec = 2025-10-03 18:03:11 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:11 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:11 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3cc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:11 thread_status = { = { = {}, }, thread_id = 545, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a47ef000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a47ef000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07d5f5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29232, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&`}\300\177\000\0000[_}\300\177\000", __large = 0x7fc07d602640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07d5f5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07d5f5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0d6103700}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\301{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:11 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:11 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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=0x7fc1367b3cc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:11 __f = 0x7fc1367b3cc0 2025-10-03 18:03:11 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07d5f5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #16 std::__1::function::operator() (this=0x7fc07d5f5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc160) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300<{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3cc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07d5f5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239518922776, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:11 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07d5f5b16}} 2025-10-03 18:03: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_ = 0x7fc07d5f5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:11 _allocations_flag_prev_val759 = 2025-10-03 18:03:11 _allocations_flag_prev_val659 = false 2025-10-03 18:03:11 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07d5f5b17}} 2025-10-03 18:03:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_is_done = 2025-10-03 18:03:11 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc180}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:11 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 2025-10-03 18:03:11 Thread 346 (Thread 0x7fc07ce01640 (LWP 546) "BgSchPool"): 2025-10-03 18:03:11 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:11 ec = 2025-10-03 18:03:11 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:11 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:11 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3d20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:11 thread_status = { = { = {}, }, thread_id = 546, os_thread_priority = 0, performance_counters = {counters = 0x7fc086643000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc086643000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07cdf4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\340|\300\177\000\0000K\337|\300\177\000", __large = 0x7fc07ce01640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07cdf4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07cdf4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc08661fc80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\301{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:11 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:11 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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=0x7fc1367b3d20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:11 __f = 0x7fc1367b3d20 2025-10-03 18:03:11 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07cdf4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #16 std::__1::function::operator() (this=0x7fc07cdf4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc1c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " ={6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3d20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07cdf4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239519171152, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:11 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07cdf4b16}} 2025-10-03 18:03: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_ = 0x7fc07cdf4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:11 _allocations_flag_prev_val759 = 2025-10-03 18:03:11 _allocations_flag_prev_val659 = false 2025-10-03 18:03:11 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07cdf4b17}} 2025-10-03 18:03:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_is_done = 2025-10-03 18:03:11 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc1e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:11 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 2025-10-03 18:03:11 Thread 345 (Thread 0x7fc07c600640 (LWP 547) "BgSchPool"): 2025-10-03 18:03:11 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:11 ec = 2025-10-03 18:03:11 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:11 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:11 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3d80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:11 thread_status = { = { = {}, }, thread_id = 547, os_thread_priority = 0, performance_counters = {counters = 0x7fc133fb1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133fb1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07c5f3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 49632, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006`|\300\177\000\0000;_|\300\177\000", __large = 0x7fc07c600640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07c5f3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07c5f3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133f8dda0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \302{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:11 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:11 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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=0x7fc1367b3d80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:11 __f = 0x7fc1367b3d80 2025-10-03 18:03:11 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07c5f3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #16 std::__1::function::operator() (this=0x7fc07c5f3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc220) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200={6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3d80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07c5f3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239519340981, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:11 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07c5f3b16}} 2025-10-03 18:03: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_ = 0x7fc07c5f3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:11 _allocations_flag_prev_val759 = 2025-10-03 18:03:11 _allocations_flag_prev_val659 = false 2025-10-03 18:03:11 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07c5f3b17}} 2025-10-03 18:03:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_is_done = 2025-10-03 18:03:11 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc240}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:11 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 2025-10-03 18:03:11 Thread 344 (Thread 0x7fc07bdff640 (LWP 548) "BgSchPool"): 2025-10-03 18:03:11 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:11 ec = 2025-10-03 18:03:11 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:11 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:11 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3de0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:11 thread_status = { = { = {}, }, thread_id = 548, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a482a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a482a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07bdf2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\337{\300\177\000\0000+\337{\300\177\000", __large = 0x7fc07bdff640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07bdf2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07bdf2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a47fe9c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\302{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:11 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:11 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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=0x7fc1367b3de0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:11 __f = 0x7fc1367b3de0 2025-10-03 18:03:11 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07bdf2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #16 std::__1::function::operator() (this=0x7fc07bdf2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc280) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340={6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3de0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07bdf2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239519499218, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:11 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07bdf2b16}} 2025-10-03 18:03: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_ = 0x7fc07bdf2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:11 _allocations_flag_prev_val759 = 2025-10-03 18:03:11 _allocations_flag_prev_val659 = false 2025-10-03 18:03:11 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07bdf2b17}} 2025-10-03 18:03:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_is_done = 2025-10-03 18:03:11 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc2a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:11 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 2025-10-03 18:03:11 Thread 343 (Thread 0x7fc07b5fe640 (LWP 549) "BgSchPool"): 2025-10-03 18:03:11 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:11 ec = 2025-10-03 18:03:11 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:11 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:11 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3e40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:11 thread_status = { = { = {}, }, thread_id = 549, os_thread_priority = 0, performance_counters = {counters = 0x7fc08665b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc08665b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07b5f1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19328, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346_{\300\177\000\0000\033_{\300\177\000", __large = 0x7fc07b5fe640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07b5f1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07b5f1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc086620f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\302{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:11 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:11 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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=0x7fc1367b3e40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:11 __f = 0x7fc1367b3e40 2025-10-03 18:03:11 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07b5f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #16 std::__1::function::operator() (this=0x7fc07b5f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc2e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@>{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3e40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07b5f1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239519547408, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:11 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07b5f1b16}} 2025-10-03 18:03: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_ = 0x7fc07b5f1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:11 _allocations_flag_prev_val759 = 2025-10-03 18:03:11 _allocations_flag_prev_val659 = false 2025-10-03 18:03:11 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07b5f1b17}} 2025-10-03 18:03:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_is_done = 2025-10-03 18:03:11 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc300}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:11 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 2025-10-03 18:03:11 Thread 342 (Thread 0x7fc07adfd640 (LWP 550) "BgSchPool"): 2025-10-03 18:03:11 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:11 ec = 2025-10-03 18:03:11 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:11 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:11 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3ea0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:11 thread_status = { = { = {}, }, thread_id = 550, os_thread_priority = 0, performance_counters = {counters = 0x7fc252ace000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252ace000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07adf0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29840, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\337z\300\177\000\0000\v\337z\300\177\000", __large = 0x7fc07adfd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07adf0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07adf0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252ac2f90}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239928469788, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\303{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:11 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:11 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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=0x7fc1367b3ea0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:11 __f = 0x7fc1367b3ea0 2025-10-03 18:03:11 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07adf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #16 std::__1::function::operator() (this=0x7fc07adf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc340) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240>{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3ea0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07adf0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239519604676, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:11 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07adf0b16}} 2025-10-03 18:03: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_ = 0x7fc07adf0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:11 _allocations_flag_prev_val759 = 2025-10-03 18:03:11 _allocations_flag_prev_val659 = false 2025-10-03 18:03:11 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07adf0b17}} 2025-10-03 18:03:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_is_done = 2025-10-03 18:03:11 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:11 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 2025-10-03 18:03:11 Thread 341 (Thread 0x7fc07a5fc640 (LWP 551) "BgSchPool"): 2025-10-03 18:03:11 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:11 ec = 2025-10-03 18:03:11 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:11 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:11 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3f00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:11 thread_status = { = { = {}, }, thread_id = 551, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a49f6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a49f6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc07a5ef848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306_z\300\177\000\0000\373^z\300\177\000", __large = 0x7fc07a5fc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07a5efa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07a5efa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a49e9780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\303{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:11 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:11 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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=0x7fc1367b3f00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:11 __f = 0x7fc1367b3f00 2025-10-03 18:03:11 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc07a5efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #16 std::__1::function::operator() (this=0x7fc07a5efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc3a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000?{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3f00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc07a5efc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239519696047, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:11 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc07a5efb16}} 2025-10-03 18:03: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_ = 0x7fc07a5efcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:11 _allocations_flag_prev_val759 = 2025-10-03 18:03:11 _allocations_flag_prev_val659 = false 2025-10-03 18:03:11 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc07a5efb17}} 2025-10-03 18:03:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_is_done = 2025-10-03 18:03:11 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc3c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:11 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 2025-10-03 18:03:11 Thread 340 (Thread 0x7fc079dfb640 (LWP 552) "BgSchPool"): 2025-10-03 18:03:11 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:11 ec = 2025-10-03 18:03:11 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:11 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:11 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3f60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:11 thread_status = { = { = {}, }, thread_id = 552, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a66f9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a66f9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc079dee848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\337y\300\177\000\0000\353\336y\300\177\000", __large = 0x7fc079dfb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc079deea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc079deea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a66ec780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\304{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:11 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:11 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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=0x7fc1367b3f60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:11 __f = 0x7fc1367b3f60 2025-10-03 18:03:11 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc079deeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #16 std::__1::function::operator() (this=0x7fc079deeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc400) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`?{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3f60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc079deec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239519949893, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:11 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc079deeb16}} 2025-10-03 18:03: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_ = 0x7fc079deecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:11 _allocations_flag_prev_val759 = 2025-10-03 18:03:11 _allocations_flag_prev_val659 = false 2025-10-03 18:03:11 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc079deeb17}} 2025-10-03 18:03:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_is_done = 2025-10-03 18:03:11 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc420}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:11 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 2025-10-03 18:03:11 Thread 339 (Thread 0x7fc0795fa640 (LWP 553) "BgSchPool"): 2025-10-03 18:03:11 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:11 No symbol table info available. 2025-10-03 18:03:11 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:11 ec = 2025-10-03 18:03:11 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:11 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:11 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b3fc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:11 thread_status = { = { = {}, }, thread_id = 553, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b5416000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b5416000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0795ed848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31312, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246_y\300\177\000\0000\333^y\300\177\000", __large = 0x7fc0795fa640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0795eda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0795eda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b5409780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\304{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:11 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:11 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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=0x7fc1367b3fc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:11 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:11 __f = 0x7fc1367b3fc0 2025-10-03 18:03:11 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0795edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #16 std::__1::function::operator() (this=0x7fc0795edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:11 No locals. 2025-10-03 18:03:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc460) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300?{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b3fc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0795edc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239520024162, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:11 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0795edb16}} 2025-10-03 18:03: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_ = 0x7fc0795edcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0795edb17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:12 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 2025-10-03 18:03:12 Thread 338 (Thread 0x7fc078df9640 (LWP 554) "BgSchPool"): 2025-10-03 18:03:12 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:12 ec = 2025-10-03 18:03:12 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:12 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:12 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4020) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:12 thread_status = { = { = {}, }, thread_id = 554, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac178000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac178000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc078dec848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 24464, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\337x\300\177\000\0000\313\336x\300\177\000", __large = 0x7fc078df9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc078deca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc078deca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac1544c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\304{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:12 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:12 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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=0x7fc1367b4020) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:12 __f = 0x7fc1367b4020 2025-10-03 18:03:12 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc078decba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #16 std::__1::function::operator() (this=0x7fc078decba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc4c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " @{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4020}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc078decc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239520092139, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:12 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc078decb16}} 2025-10-03 18:03: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_ = 0x7fc078deccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc078decb17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc4e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:12 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 2025-10-03 18:03:12 Thread 337 (Thread 0x7fc0785f8640 (LWP 555) "BgSchPool"): 2025-10-03 18:03:12 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:12 ec = 2025-10-03 18:03:12 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:12 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:12 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4080) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:12 thread_status = { = { = {}, }, thread_id = 555, os_thread_priority = 0, performance_counters = {counters = 0x7fc252ae6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252ae6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0785eb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35072, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206_x\300\177\000\0000\273^x\300\177\000", __large = 0x7fc0785f8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0785eba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0785eba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252ac4250}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \305{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:12 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:12 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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=0x7fc1367b4080) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:12 __f = 0x7fc1367b4080 2025-10-03 18:03:12 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0785ebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #16 std::__1::function::operator() (this=0x7fc0785ebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc520) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200@{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4080}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0785ebc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239520174474, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:12 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0785ebb16}} 2025-10-03 18:03: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_ = 0x7fc0785ebcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0785ebb17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc540}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:12 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 2025-10-03 18:03:12 Thread 336 (Thread 0x7fc077df7640 (LWP 556) "BgSchPool"): 2025-10-03 18:03:12 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:12 ec = 2025-10-03 18:03:12 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:12 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:12 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b40e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:12 thread_status = { = { = {}, }, thread_id = 556, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a134b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a134b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc077dea848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\337w\300\177\000\0000\253\336w\300\177\000", __large = 0x7fc077df7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc077deaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc077deaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a133f200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\305{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:12 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:12 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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=0x7fc1367b40e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:12 __f = 0x7fc1367b40e0 2025-10-03 18:03:12 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc077deaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #16 std::__1::function::operator() (this=0x7fc077deaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc580) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340@{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b40e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc077deac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239520519842, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:12 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc077deab16}} 2025-10-03 18:03: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_ = 0x7fc077deacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc077deab17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc5a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:12 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 2025-10-03 18:03:12 Thread 335 (Thread 0x7fc0775f6640 (LWP 557) "BgSchPool"): 2025-10-03 18:03:12 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:12 ec = 2025-10-03 18:03:12 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:12 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:12 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4140) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:12 thread_status = { = { = {}, }, thread_id = 557, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c0da000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c0da000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0775e9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@f_w\300\177\000\0000\233^w\300\177\000", __large = 0x7fc0775f6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0775e9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0775e9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c0b64c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\305{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:12 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:12 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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=0x7fc1367b4140) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:12 __f = 0x7fc1367b4140 2025-10-03 18:03:12 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0775e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #16 std::__1::function::operator() (this=0x7fc0775e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc5e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@A{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4140}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0775e9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239520708907, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:12 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0775e9b16}} 2025-10-03 18:03: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_ = 0x7fc0775e9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0775e9b17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc600}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:12 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 2025-10-03 18:03:12 Thread 334 (Thread 0x7fc076df5640 (LWP 558) "BgSchPool"): 2025-10-03 18:03:12 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:12 ec = 2025-10-03 18:03:12 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:12 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:12 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b41a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:12 thread_status = { = { = {}, }, thread_id = 558, os_thread_priority = 0, performance_counters = {counters = 0x7fc099e2d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099e2d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc076de8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18976, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\337v\300\177\000\0000\213\336v\300\177\000", __large = 0x7fc076df5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc076de8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc076de8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099e21200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\306{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:12 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:12 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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=0x7fc1367b41a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:12 __f = 0x7fc1367b41a0 2025-10-03 18:03:12 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc076de8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #16 std::__1::function::operator() (this=0x7fc076de8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc640) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240A{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b41a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc076de8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239520819244, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:12 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc076de8b16}} 2025-10-03 18:03: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_ = 0x7fc076de8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc076de8b17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:12 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 2025-10-03 18:03:12 Thread 333 (Thread 0x7fc0765f4640 (LWP 559) "BgSchPool"): 2025-10-03 18:03:12 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:12 ec = 2025-10-03 18:03:12 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:12 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:12 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4200) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:12 thread_status = { = { = {}, }, thread_id = 559, os_thread_priority = 0, performance_counters = {counters = 0x7fc09210b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09210b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0765e7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F_v\300\177\000\0000{^v\300\177\000", __large = 0x7fc0765f4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0765e7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0765e7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0920c6f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\306{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:12 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:12 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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=0x7fc1367b4200) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:12 __f = 0x7fc1367b4200 2025-10-03 18:03:12 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0765e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #16 std::__1::function::operator() (this=0x7fc0765e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc6a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000B{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4200}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0765e7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239520978773, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:12 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0765e7b16}} 2025-10-03 18:03: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_ = 0x7fc0765e7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0765e7b17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc6c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:12 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 2025-10-03 18:03:12 Thread 332 (Thread 0x7fc075df3640 (LWP 560) "BgSchPool"): 2025-10-03 18:03:12 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:12 ec = 2025-10-03 18:03:12 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:12 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:12 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4260) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:12 thread_status = { = { = {}, }, thread_id = 560, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a89f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a89f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc075de6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\337u\300\177\000\0000k\336u\300\177\000", __large = 0x7fc075df3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc075de6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc075de6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a892780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\307{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:12 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:12 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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=0x7fc1367b4260) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:12 __f = 0x7fc1367b4260 2025-10-03 18:03:12 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc075de6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #16 std::__1::function::operator() (this=0x7fc075de6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc700) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`B{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4260}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc075de6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239521044947, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:12 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc075de6b16}} 2025-10-03 18:03: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_ = 0x7fc075de6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc075de6b17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc720}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:12 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 2025-10-03 18:03:12 Thread 331 (Thread 0x7fc0755f2640 (LWP 561) "BgSchPool"): 2025-10-03 18:03:12 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:12 ec = 2025-10-03 18:03:12 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:12 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:12 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b42c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:12 thread_status = { = { = {}, }, thread_id = 561, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a6711000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a6711000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0755e5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 45296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&_u\300\177\000\0000[^u\300\177\000", __large = 0x7fc0755f2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0755e5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0755e5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a66eda40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\307{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:12 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:12 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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=0x7fc1367b42c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:12 __f = 0x7fc1367b42c0 2025-10-03 18:03:12 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0755e5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #16 std::__1::function::operator() (this=0x7fc0755e5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc760) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300B{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b42c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0755e5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239521201841, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:12 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0755e5b16}} 2025-10-03 18:03: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_ = 0x7fc0755e5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0755e5b17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:12 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 2025-10-03 18:03:12 Thread 330 (Thread 0x7fc074df1640 (LWP 562) "BgSchPool"): 2025-10-03 18:03:12 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:12 ec = 2025-10-03 18:03:12 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:12 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:12 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4320) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:12 thread_status = { = { = {}, }, thread_id = 562, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a1364000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a1364000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc074de4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\337t\300\177\000\0000K\336t\300\177\000", __large = 0x7fc074df1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc074de4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc074de4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a13404c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\307{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:12 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:12 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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=0x7fc1367b4320) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:12 __f = 0x7fc1367b4320 2025-10-03 18:03:12 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc074de4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #16 std::__1::function::operator() (this=0x7fc074de4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc7c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " C{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4320}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc074de4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239521410162, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:12 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc074de4b16}} 2025-10-03 18:03: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_ = 0x7fc074de4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc074de4b17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc7e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:12 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 2025-10-03 18:03:12 Thread 329 (Thread 0x7fc0745f0640 (LWP 563) "BgSchPool"): 2025-10-03 18:03:12 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:12 No symbol table info available. 2025-10-03 18:03:12 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:12 ec = 2025-10-03 18:03:12 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:12 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:12 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4380) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:12 thread_status = { = { = {}, }, thread_id = 563, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a8b7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a8b7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0745e3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 45280, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006_t\300\177\000\0000;^t\300\177\000", __large = 0x7fc0745f0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0745e3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0745e3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a893a40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \310{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:12 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:12 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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=0x7fc1367b4380) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:12 __f = 0x7fc1367b4380 2025-10-03 18:03:12 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0745e3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #16 std::__1::function::operator() (this=0x7fc0745e3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:12 No locals. 2025-10-03 18:03:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc820) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200C{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4380}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0745e3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239521532601, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:12 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0745e3b16}} 2025-10-03 18:03: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_ = 0x7fc0745e3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:12 _allocations_flag_prev_val759 = 2025-10-03 18:03:12 _allocations_flag_prev_val659 = false 2025-10-03 18:03:12 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0745e3b17}} 2025-10-03 18:03:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:12 job_is_done = 2025-10-03 18:03:12 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:12 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:13 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 2025-10-03 18:03:13 Thread 328 (Thread 0x7fc073def640 (LWP 564) "BgSchPool"): 2025-10-03 18:03:13 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:13 ec = 2025-10-03 18:03:13 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:13 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:13 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b43e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:13 thread_status = { = { = {}, }, thread_id = 564, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b542e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b542e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc073de2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27024, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\336s\300\177\000\0000+\336s\300\177\000", __large = 0x7fc073def640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc073de2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc073de2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b540aa40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\310{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:13 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:13 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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=0x7fc1367b43e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:13 __f = 0x7fc1367b43e0 2025-10-03 18:03:13 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc073de2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #16 std::__1::function::operator() (this=0x7fc073de2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc880) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340C{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b43e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc073de2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239521583066, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:13 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc073de2b16}} 2025-10-03 18:03: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_ = 0x7fc073de2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:13 _allocations_flag_prev_val759 = 2025-10-03 18:03:13 _allocations_flag_prev_val659 = false 2025-10-03 18:03:13 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc073de2b17}} 2025-10-03 18:03:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_is_done = 2025-10-03 18:03:13 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc8a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:13 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 2025-10-03 18:03:13 Thread 327 (Thread 0x7fc0735ee640 (LWP 565) "BgSchPool"): 2025-10-03 18:03:13 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:13 ec = 2025-10-03 18:03:13 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:13 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:13 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4440) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:13 thread_status = { = { = {}, }, thread_id = 565, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a5442000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a5442000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0735e1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346^s\300\177\000\0000\033^s\300\177\000", __large = 0x7fc0735ee640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0735e1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0735e1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a5436200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\310{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:13 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:13 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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=0x7fc1367b4440) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:13 __f = 0x7fc1367b4440 2025-10-03 18:03:13 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0735e1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #16 std::__1::function::operator() (this=0x7fc0735e1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc8e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@D{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4440}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0735e1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239521651775, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:13 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0735e1b16}} 2025-10-03 18:03: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_ = 0x7fc0735e1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:13 _allocations_flag_prev_val759 = 2025-10-03 18:03:13 _allocations_flag_prev_val659 = false 2025-10-03 18:03:13 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0735e1b17}} 2025-10-03 18:03:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_is_done = 2025-10-03 18:03:13 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc900}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:13 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 2025-10-03 18:03:13 Thread 326 (Thread 0x7fc072ded640 (LWP 566) "BgSchPool"): 2025-10-03 18:03:13 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:13 ec = 2025-10-03 18:03:13 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:13 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:13 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b44a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:13 thread_status = { = { = {}, }, thread_id = 566, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac193000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac193000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc072de0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\336r\300\177\000\0000\v\336r\300\177\000", __large = 0x7fc072ded640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc072de0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc072de0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac187780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\311{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:13 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:13 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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=0x7fc1367b44a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:13 __f = 0x7fc1367b44a0 2025-10-03 18:03:13 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc072de0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #16 std::__1::function::operator() (this=0x7fc072de0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc940) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240D{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b44a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc072de0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239521726605, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:13 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc072de0b16}} 2025-10-03 18:03: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_ = 0x7fc072de0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:13 _allocations_flag_prev_val759 = 2025-10-03 18:03:13 _allocations_flag_prev_val659 = false 2025-10-03 18:03:13 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc072de0b17}} 2025-10-03 18:03:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_is_done = 2025-10-03 18:03:13 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:13 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 2025-10-03 18:03:13 Thread 325 (Thread 0x7fc0725ec640 (LWP 567) "BgSchPool"): 2025-10-03 18:03:13 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:13 ec = 2025-10-03 18:03:13 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:13 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:13 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4500) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:13 thread_status = { = { = {}, }, thread_id = 567, os_thread_priority = 0, performance_counters = {counters = 0x7fc092127000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc092127000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0725df848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35696, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306^r\300\177\000\0000\373]r\300\177\000", __large = 0x7fc0725ec640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0725dfa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0725dfa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09211b200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\311{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:13 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:13 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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=0x7fc1367b4500) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:13 __f = 0x7fc1367b4500 2025-10-03 18:03:13 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0725dfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #16 std::__1::function::operator() (this=0x7fc0725dfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bc9a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000E{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4500}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0725dfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239521892176, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:13 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0725dfb16}} 2025-10-03 18:03: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_ = 0x7fc0725dfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:13 _allocations_flag_prev_val759 = 2025-10-03 18:03:13 _allocations_flag_prev_val659 = false 2025-10-03 18:03:13 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0725dfb17}} 2025-10-03 18:03:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_is_done = 2025-10-03 18:03:13 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bc9c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:13 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 2025-10-03 18:03:13 Thread 324 (Thread 0x7fc071deb640 (LWP 568) "BgSchPool"): 2025-10-03 18:03:13 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:13 ec = 2025-10-03 18:03:13 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:13 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:13 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4560) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:13 thread_status = { = { = {}, }, thread_id = 568, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a545b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a545b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc071dde848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35856, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\336q\300\177\000\0000\353\335q\300\177\000", __large = 0x7fc071deb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc071ddea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc071ddea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a54374c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\312{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:13 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:13 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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=0x7fc1367b4560) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:13 __f = 0x7fc1367b4560 2025-10-03 18:03:13 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc071ddeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #16 std::__1::function::operator() (this=0x7fc071ddeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bca00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`E{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4560}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc071ddec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239522197598, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:13 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc071ddeb16}} 2025-10-03 18:03: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_ = 0x7fc071ddecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:13 _allocations_flag_prev_val759 = 2025-10-03 18:03:13 _allocations_flag_prev_val659 = false 2025-10-03 18:03:13 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc071ddeb17}} 2025-10-03 18:03:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_is_done = 2025-10-03 18:03:13 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bca20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:13 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 2025-10-03 18:03:13 Thread 323 (Thread 0x7fc0715ea640 (LWP 569) "BgSchPool"): 2025-10-03 18:03:13 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:13 ec = 2025-10-03 18:03:13 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:13 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:13 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b45c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:13 thread_status = { = { = {}, }, thread_id = 569, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c0f5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c0f5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0715dd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246^q\300\177\000\0000\333]q\300\177\000", __large = 0x7fc0715ea640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0715dda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0715dda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c0e9780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\312{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:13 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:13 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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=0x7fc1367b45c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:13 __f = 0x7fc1367b45c0 2025-10-03 18:03:13 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0715ddba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #16 std::__1::function::operator() (this=0x7fc0715ddba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bca60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300E{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b45c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0715ddc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239522409857, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:13 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0715ddb16}} 2025-10-03 18:03: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_ = 0x7fc0715ddcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:13 _allocations_flag_prev_val759 = 2025-10-03 18:03:13 _allocations_flag_prev_val659 = false 2025-10-03 18:03:13 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0715ddb17}} 2025-10-03 18:03:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_is_done = 2025-10-03 18:03:13 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bca80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:13 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 2025-10-03 18:03:13 Thread 322 (Thread 0x7fc070de9640 (LWP 570) "BgSchPool"): 2025-10-03 18:03:13 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:13 ec = 2025-10-03 18:03:13 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:13 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:13 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4620) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:13 thread_status = { = { = {}, }, thread_id = 570, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac1ac000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac1ac000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc070ddc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 24736, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\336p\300\177\000\0000\313\335p\300\177\000", __large = 0x7fc070de9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc070ddca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc070ddca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac188a40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\312{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:13 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:13 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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=0x7fc1367b4620) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:13 __f = 0x7fc1367b4620 2025-10-03 18:03:13 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc070ddcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #16 std::__1::function::operator() (this=0x7fc070ddcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcac0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " F{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4620}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc070ddcc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239522627755, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:13 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc070ddcb16}} 2025-10-03 18:03: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_ = 0x7fc070ddccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:13 _allocations_flag_prev_val759 = 2025-10-03 18:03:13 _allocations_flag_prev_val659 = false 2025-10-03 18:03:13 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc070ddcb17}} 2025-10-03 18:03:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_is_done = 2025-10-03 18:03:13 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:13 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 2025-10-03 18:03:13 Thread 321 (Thread 0x7fc0705e8640 (LWP 571) "BgSchPool"): 2025-10-03 18:03:13 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:13 ec = 2025-10-03 18:03:13 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:13 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:13 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4680) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:13 thread_status = { = { = {}, }, thread_id = 571, os_thread_priority = 0, performance_counters = {counters = 0x7fc099e46000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099e46000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0705db848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18944, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206^p\300\177\000\0000\273]p\300\177\000", __large = 0x7fc0705e8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0705dba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0705dba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099e224c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \313{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:13 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:13 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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=0x7fc1367b4680) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:13 __f = 0x7fc1367b4680 2025-10-03 18:03:13 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0705dbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #16 std::__1::function::operator() (this=0x7fc0705dbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcb20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200F{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4680}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0705dbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239522765103, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:13 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0705dbb16}} 2025-10-03 18:03: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_ = 0x7fc0705dbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:13 _allocations_flag_prev_val759 = 2025-10-03 18:03:13 _allocations_flag_prev_val659 = false 2025-10-03 18:03:13 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0705dbb17}} 2025-10-03 18:03:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_is_done = 2025-10-03 18:03:13 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcb40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:13 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 2025-10-03 18:03:13 Thread 320 (Thread 0x7fc06fde7640 (LWP 572) "BgSchPool"): 2025-10-03 18:03:13 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:13 ec = 2025-10-03 18:03:13 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:13 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:13 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b46e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:13 thread_status = { = { = {}, }, thread_id = 572, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c10e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c10e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06fdda848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\336o\300\177\000\0000\253\335o\300\177\000", __large = 0x7fc06fde7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06fddaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06fddaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c0eaa40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\313{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:13 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:13 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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=0x7fc1367b46e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:13 __f = 0x7fc1367b46e0 2025-10-03 18:03:13 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06fddaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #16 std::__1::function::operator() (this=0x7fc06fddaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcb80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340F{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b46e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06fddac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239522943538, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:13 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06fddab16}} 2025-10-03 18:03: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_ = 0x7fc06fddacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:13 _allocations_flag_prev_val759 = 2025-10-03 18:03:13 _allocations_flag_prev_val659 = false 2025-10-03 18:03:13 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06fddab17}} 2025-10-03 18:03:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_is_done = 2025-10-03 18:03:13 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:13 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 2025-10-03 18:03:13 Thread 319 (Thread 0x7fc06f5e6640 (LWP 573) "BgSchPool"): 2025-10-03 18:03:13 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:13 No symbol table info available. 2025-10-03 18:03:13 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:13 ec = 2025-10-03 18:03:13 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:13 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:13 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4740) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:13 thread_status = { = { = {}, }, thread_id = 573, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b5447000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b5447000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06f5d9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27504, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f^o\300\177\000\0000\233]o\300\177\000", __large = 0x7fc06f5e6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06f5d9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06f5d9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b540bd00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\313{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:13 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:13 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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=0x7fc1367b4740) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:13 __f = 0x7fc1367b4740 2025-10-03 18:03:13 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06f5d9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #16 std::__1::function::operator() (this=0x7fc06f5d9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcbe0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@G{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4740}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06f5d9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239523035200, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:13 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06f5d9b16}} 2025-10-03 18:03: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_ = 0x7fc06f5d9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:13 _allocations_flag_prev_val759 = 2025-10-03 18:03:13 _allocations_flag_prev_val659 = false 2025-10-03 18:03:13 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06f5d9b17}} 2025-10-03 18:03:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:13 job_is_done = 2025-10-03 18:03:13 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:13 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:13 No locals. 2025-10-03 18:03:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcc00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:14 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 2025-10-03 18:03:14 Thread 318 (Thread 0x7fc06ede5640 (LWP 574) "BgSchPool"): 2025-10-03 18:03:14 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:14 ec = 2025-10-03 18:03:14 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:14 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:14 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b47a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:14 thread_status = { = { = {}, }, thread_id = 574, os_thread_priority = 0, performance_counters = {counters = 0x7fc099e62000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099e62000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06edd8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\336n\300\177\000\0000\213\335n\300\177\000", __large = 0x7fc06ede5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06edd8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06edd8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099e55780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\314{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:14 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:14 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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=0x7fc1367b47a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:14 __f = 0x7fc1367b47a0 2025-10-03 18:03:14 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06edd8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #16 std::__1::function::operator() (this=0x7fc06edd8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcc40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240G{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b47a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06edd8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239523130598, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:14 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06edd8b16}} 2025-10-03 18:03: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_ = 0x7fc06edd8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:14 _allocations_flag_prev_val759 = 2025-10-03 18:03:14 _allocations_flag_prev_val659 = false 2025-10-03 18:03:14 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06edd8b17}} 2025-10-03 18:03:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_is_done = 2025-10-03 18:03:14 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcc60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:14 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 2025-10-03 18:03:14 Thread 317 (Thread 0x7fc06e5e4640 (LWP 575) "BgSchPool"): 2025-10-03 18:03:14 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:14 ec = 2025-10-03 18:03:14 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:14 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:14 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4800) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:14 thread_status = { = { = {}, }, thread_id = 575, os_thread_priority = 0, performance_counters = {counters = 0x7fc098ba2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098ba2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06e5d7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23680, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F^n\300\177\000\0000{]n\300\177\000", __large = 0x7fc06e5e4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06e5d7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06e5d7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098b96200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\314{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:14 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:14 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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=0x7fc1367b4800) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:14 __f = 0x7fc1367b4800 2025-10-03 18:03:14 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06e5d7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #16 std::__1::function::operator() (this=0x7fc06e5d7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcca0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000H{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4800}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06e5d7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239523333859, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:14 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06e5d7b16}} 2025-10-03 18:03: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_ = 0x7fc06e5d7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:14 _allocations_flag_prev_val759 = 2025-10-03 18:03:14 _allocations_flag_prev_val659 = false 2025-10-03 18:03:14 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06e5d7b17}} 2025-10-03 18:03:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_is_done = 2025-10-03 18:03:14 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bccc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:14 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 2025-10-03 18:03:14 Thread 316 (Thread 0x7fc06dde3640 (LWP 576) "BgSchPool"): 2025-10-03 18:03:14 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:14 ec = 2025-10-03 18:03:14 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:14 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:14 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4860) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:14 thread_status = { = { = {}, }, thread_id = 576, os_thread_priority = 0, performance_counters = {counters = 0x7fc252b01000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252b01000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06ddd6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\336m\300\177\000\0000k\335m\300\177\000", __large = 0x7fc06dde3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06ddd6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06ddd6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252af5510}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\315{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:14 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:14 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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=0x7fc1367b4860) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:14 __f = 0x7fc1367b4860 2025-10-03 18:03:14 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06ddd6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #16 std::__1::function::operator() (this=0x7fc06ddd6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcd00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`H{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4860}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06ddd6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239523390926, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:14 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06ddd6b16}} 2025-10-03 18:03: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_ = 0x7fc06ddd6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:14 _allocations_flag_prev_val759 = 2025-10-03 18:03:14 _allocations_flag_prev_val659 = false 2025-10-03 18:03:14 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06ddd6b17}} 2025-10-03 18:03:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_is_done = 2025-10-03 18:03:14 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcd20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:14 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 2025-10-03 18:03:14 Thread 315 (Thread 0x7fc06d5e2640 (LWP 577) "BgSchPool"): 2025-10-03 18:03:14 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:14 ec = 2025-10-03 18:03:14 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:14 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:14 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b48c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:14 thread_status = { = { = {}, }, thread_id = 577, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b5463000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b5463000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06d5d5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&^m\300\177\000\0000[]m\300\177\000", __large = 0x7fc06d5e2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06d5d5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06d5d5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b5456fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239932469880, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\315{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:14 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:14 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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=0x7fc1367b48c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:14 __f = 0x7fc1367b48c0 2025-10-03 18:03:14 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06d5d5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #16 std::__1::function::operator() (this=0x7fc06d5d5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcd60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300H{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b48c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06d5d5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239523551988, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:14 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06d5d5b16}} 2025-10-03 18:03: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_ = 0x7fc06d5d5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:14 _allocations_flag_prev_val759 = 2025-10-03 18:03:14 _allocations_flag_prev_val659 = false 2025-10-03 18:03:14 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06d5d5b17}} 2025-10-03 18:03:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_is_done = 2025-10-03 18:03:14 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcd80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:14 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 2025-10-03 18:03:14 Thread 314 (Thread 0x7fc06cde1640 (LWP 578) "BgSchPool"): 2025-10-03 18:03:14 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:14 ec = 2025-10-03 18:03:14 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:14 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:14 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4920) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:14 thread_status = { = { = {}, }, thread_id = 578, os_thread_priority = 0, performance_counters = {counters = 0x7fc252b19000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252b19000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06cdd4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\336l\300\177\000\0000K\335l\300\177\000", __large = 0x7fc06cde1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06cdd4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06cdd4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252af67d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\315{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:14 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:14 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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=0x7fc1367b4920) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:14 __f = 0x7fc1367b4920 2025-10-03 18:03:14 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06cdd4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #16 std::__1::function::operator() (this=0x7fc06cdd4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcdc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " I{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4920}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06cdd4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239523616630, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:14 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06cdd4b16}} 2025-10-03 18:03: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_ = 0x7fc06cdd4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:14 _allocations_flag_prev_val759 = 2025-10-03 18:03:14 _allocations_flag_prev_val659 = false 2025-10-03 18:03:14 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06cdd4b17}} 2025-10-03 18:03:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_is_done = 2025-10-03 18:03:14 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcde0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:14 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 2025-10-03 18:03:14 Thread 313 (Thread 0x7fc06c5e0640 (LWP 579) "BgSchPool"): 2025-10-03 18:03:14 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:14 ec = 2025-10-03 18:03:14 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:14 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:14 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4980) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:14 thread_status = { = { = {}, }, thread_id = 579, os_thread_priority = 0, performance_counters = {counters = 0x7fc098bbb000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098bbb000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06c5d3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006^l\300\177\000\0000;]l\300\177\000", __large = 0x7fc06c5e0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06c5d3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06c5d3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098b974c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \316{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:14 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:14 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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=0x7fc1367b4980) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:14 __f = 0x7fc1367b4980 2025-10-03 18:03:14 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06c5d3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #16 std::__1::function::operator() (this=0x7fc06c5d3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bce20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200I{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4980}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06c5d3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239523979601, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:14 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06c5d3b16}} 2025-10-03 18:03: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_ = 0x7fc06c5d3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:14 _allocations_flag_prev_val759 = 2025-10-03 18:03:14 _allocations_flag_prev_val659 = false 2025-10-03 18:03:14 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06c5d3b17}} 2025-10-03 18:03:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_is_done = 2025-10-03 18:03:14 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bce40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:14 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 2025-10-03 18:03:14 Thread 312 (Thread 0x7fc06bddf640 (LWP 580) "BgSchPool"): 2025-10-03 18:03:14 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:14 ec = 2025-10-03 18:03:14 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:14 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:14 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b49e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:14 thread_status = { = { = {}, }, thread_id = 580, os_thread_priority = 0, performance_counters = {counters = 0x7fc252b31000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252b31000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06bdd2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18752, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\335k\300\177\000\0000+\335k\300\177\000", __large = 0x7fc06bddf640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06bdd2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06bdd2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252af7a90}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\316{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:14 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:14 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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=0x7fc1367b49e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:14 __f = 0x7fc1367b49e0 2025-10-03 18:03:14 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06bdd2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #16 std::__1::function::operator() (this=0x7fc06bdd2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bce80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340I{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b49e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06bdd2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239524040164, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:14 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06bdd2b16}} 2025-10-03 18:03: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_ = 0x7fc06bdd2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:14 _allocations_flag_prev_val759 = 2025-10-03 18:03:14 _allocations_flag_prev_val659 = false 2025-10-03 18:03:14 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06bdd2b17}} 2025-10-03 18:03:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_is_done = 2025-10-03 18:03:14 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:14 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 2025-10-03 18:03:14 Thread 311 (Thread 0x7fc06b5de640 (LWP 581) "BgSchPool"): 2025-10-03 18:03:14 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:14 ec = 2025-10-03 18:03:14 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:14 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:14 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4a40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:14 thread_status = { = { = {}, }, thread_id = 581, os_thread_priority = 0, performance_counters = {counters = 0x7fc133fcd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133fcd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06b5d1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 39904, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346]k\300\177\000\0000\033]k\300\177\000", __large = 0x7fc06b5de640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06b5d1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06b5d1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133fc0060}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\316{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:14 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:14 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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=0x7fc1367b4a40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:14 __f = 0x7fc1367b4a40 2025-10-03 18:03:14 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06b5d1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #16 std::__1::function::operator() (this=0x7fc06b5d1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcee0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@J{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4a40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06b5d1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239524112630, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:14 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06b5d1b16}} 2025-10-03 18:03: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_ = 0x7fc06b5d1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:14 _allocations_flag_prev_val759 = 2025-10-03 18:03:14 _allocations_flag_prev_val659 = false 2025-10-03 18:03:14 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06b5d1b17}} 2025-10-03 18:03:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_is_done = 2025-10-03 18:03:14 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcf00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:14 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 2025-10-03 18:03:14 Thread 310 (Thread 0x7fc06addd640 (LWP 582) "BgSchPool"): 2025-10-03 18:03:14 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:14 ec = 2025-10-03 18:03:14 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:14 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:14 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4aa0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:14 thread_status = { = { = {}, }, thread_id = 582, os_thread_priority = 0, performance_counters = {counters = 0x7fc092140000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc092140000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06add0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21376, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\335j\300\177\000\0000\v\335j\300\177\000", __large = 0x7fc06addd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06add0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06add0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09211c4c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\317{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:14 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:14 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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=0x7fc1367b4aa0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:14 __f = 0x7fc1367b4aa0 2025-10-03 18:03:14 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06add0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #16 std::__1::function::operator() (this=0x7fc06add0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcf40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240J{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4aa0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06add0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239524276638, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:14 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06add0b16}} 2025-10-03 18:03: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_ = 0x7fc06add0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:14 _allocations_flag_prev_val759 = 2025-10-03 18:03:14 _allocations_flag_prev_val659 = false 2025-10-03 18:03:14 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06add0b17}} 2025-10-03 18:03:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_is_done = 2025-10-03 18:03:14 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcf60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:14 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 2025-10-03 18:03:14 Thread 309 (Thread 0x7fc06a5dc640 (LWP 583) "BgSchPool"): 2025-10-03 18:03:14 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:14 No symbol table info available. 2025-10-03 18:03:14 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:14 ec = 2025-10-03 18:03:14 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:14 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:14 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4b00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:14 thread_status = { = { = {}, }, thread_id = 583, os_thread_priority = 0, performance_counters = {counters = 0x7fc09215c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09215c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06a5cf848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306]j\300\177\000\0000\373\\j\300\177\000", __large = 0x7fc06a5dc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06a5cfa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06a5cfa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09214f780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\317{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:14 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:14 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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=0x7fc1367b4b00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:14 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:14 __f = 0x7fc1367b4b00 2025-10-03 18:03:14 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06a5cfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #16 std::__1::function::operator() (this=0x7fc06a5cfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:14 No locals. 2025-10-03 18:03:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367bcfa0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000K{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4b00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06a5cfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239524437750, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:14 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06a5cfb16}} 2025-10-03 18:03: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_ = 0x7fc06a5cfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:14 _allocations_flag_prev_val759 = 2025-10-03 18:03:14 _allocations_flag_prev_val659 = false 2025-10-03 18:03:14 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06a5cfb17}} 2025-10-03 18:03:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367bcfc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 308 (Thread 0x7fc069ddb640 (LWP 584) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4b60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 584, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a137f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a137f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc069dce848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29712, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\335i\300\177\000\0000\353\334i\300\177\000", __large = 0x7fc069ddb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc069dcea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc069dcea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a1373780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\340{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc1367b4b60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc1367b4b60 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc069dceba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc069dceba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be000) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`K{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4b60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc069dcec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239524513382, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc069dceb16}} 2025-10-03 18:03: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_ = 0x7fc069dcecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc069dceb17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be020}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 307 (Thread 0x7fc0695da640 (LWP 585) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4bc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 585, os_thread_priority = 0, performance_counters = {counters = 0x7fc133fe6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc133fe6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0695cd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246]i\300\177\000\0000\333\\i\300\177\000", __large = 0x7fc0695da640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0695cda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0695cda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133fc1320}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\340{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc1367b4bc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc1367b4bc0 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0695cdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc0695cdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be060) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300K{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4bc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0695cdc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239524647754, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0695cdb16}} 2025-10-03 18:03: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_ = 0x7fc0695cdcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0695cdb17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be080}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 306 (Thread 0x7fc0688d9640 (LWP 586) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4c20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 586, os_thread_priority = 0, performance_counters = {counters = 0x7fc067e59000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc067e59000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0688cc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 39648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\215h\300\177\000\0000ˌh\300\177\000", __large = 0x7fc0688d9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0688cca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0688cca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc133fc25e0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\340{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc1367b4c20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc1367b4c20 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0688ccba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc0688ccba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be0c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " L{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4c20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0688ccc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239525047153, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0688ccb16}} 2025-10-03 18:03: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_ = 0x7fc0688cccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0688ccb17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be0e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 305 (Thread 0x7fc067e58640 (LWP 587) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4c80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 587, os_thread_priority = 0, performance_counters = {counters = 0x7fc1367c6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1367c6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc067e4b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 15712, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\345g\300\177\000\0000\273\344g\300\177\000", __large = 0x7fc067e58640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc067e4ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc067e4ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1367b4da0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \341{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc1367b4c80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc1367b4c80 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc067e4bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc067e4bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be120) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200L{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4c80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc067e4bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239525424481, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc067e4bb16}} 2025-10-03 18:03: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_ = 0x7fc067e4bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc067e4bb17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be140}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 304 (Thread 0x7fc067657640 (LWP 588) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4ce0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 588, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a1398000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a1398000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc06764a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@veg\300\177\000\0000\253dg\300\177\000", __large = 0x7fc067657640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06764aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06764aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a1374a40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\341{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc1367b4ce0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc1367b4ce0 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc06764aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc06764aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be180) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340L{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4ce0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc06764ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239525479083, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc06764ab16}} 2025-10-03 18:03: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_ = 0x7fc06764acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc06764ab17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be1a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 303 (Thread 0x7fc066e56640 (LWP 589) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc1367b4d40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 589, os_thread_priority = 0, performance_counters = {counters = 0x7fc092174000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc092174000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc066e49848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20384, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\345f\300\177\000\0000\233\344f\300\177\000", __large = 0x7fc066e56640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc066e49a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc066e49a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc092150a40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\341{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc1367b4d40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc1367b4d40 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc066e49ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc066e49ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be1e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@M{6\301\177\000\000\340\020\035S\302\177\000", __large = 0x7fc1367b4d40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc066e49c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239525525520, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc066e49b16}} 2025-10-03 18:03: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_ = 0x7fc066e49caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc066e49b17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be200}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 302 (Thread 0x7fc066655640 (LWP 590) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e688a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 590, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4a0e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4a0e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc066648848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 176808, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Vef\300\177\000\0000\213df\300\177\000", __large = 0x7fc066655640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc066648a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc066648a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a49eaa40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\342{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc067e688a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc067e688a0 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc066648ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc066648ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be240) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\210\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e688a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc066648c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239525592736, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc066648b16}} 2025-10-03 18:03: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_ = 0x7fc066648caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc066648b17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be260}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 301 (Thread 0x7fc065e54640 (LWP 591) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68900) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 591, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a13b1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a13b1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc065e47848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20960, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\345e\300\177\000\0000{\344e\300\177\000", __large = 0x7fc065e54640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc065e47a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc065e47a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a1375d00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\342{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc067e68900) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc067e68900 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc065e47ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc065e47ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be2a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\211\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68900}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc065e47c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239525730464, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc065e47b16}} 2025-10-03 18:03: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_ = 0x7fc065e47caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc065e47b17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be2c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 300 (Thread 0x7fc065653640 (LWP 592) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68960) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 592, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4a27000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4a27000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc065646848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20416, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6ee\300\177\000\0000kde\300\177\000", __large = 0x7fc065653640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc065646a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc065646a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a49ebd00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\343{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc067e68960) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc067e68960 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc065646ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc065646ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be300) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\211\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68960}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc065646c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239525797330, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc065646b16}} 2025-10-03 18:03: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_ = 0x7fc065646caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc065646b17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 299 (Thread 0x7fc064e52640 (LWP 593) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e689c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 593, os_thread_priority = 0, performance_counters = {counters = 0x7fc1367e1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1367e1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc064e45848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31024, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\345d\300\177\000\0000[\344d\300\177\000", __large = 0x7fc064e52640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc064e45a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc064e45a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1367d5060}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\343{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc067e689c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc067e689c0 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc064e45ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc064e45ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be360) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\211\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e689c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc064e45c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239526072265, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc064e45b16}} 2025-10-03 18:03: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_ = 0x7fc064e45caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc064e45b17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be380}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:15 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 2025-10-03 18:03:15 Thread 298 (Thread 0x7fc064651640 (LWP 594) "BgSchPool"): 2025-10-03 18:03:15 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:15 No symbol table info available. 2025-10-03 18:03:15 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:15 ec = 2025-10-03 18:03:15 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:15 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:15 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68a20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:15 thread_status = { = { = {}, }, thread_id = 594, os_thread_priority = 0, performance_counters = {counters = 0x7fc09218d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09218d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc064644848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026ed\300\177\000\0000Kdd\300\177\000", __large = 0x7fc064651640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc064644a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc064644a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc092151d00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\343{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:15 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:15 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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=0x7fc067e68a20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:15 __f = 0x7fc067e68a20 2025-10-03 18:03:15 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc064644ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #16 std::__1::function::operator() (this=0x7fc064644ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be3c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \212\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68a20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc064644c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239526200235, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:15 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc064644b16}} 2025-10-03 18:03: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_ = 0x7fc064644caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:15 _allocations_flag_prev_val759 = 2025-10-03 18:03:15 _allocations_flag_prev_val659 = false 2025-10-03 18:03:15 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc064644b17}} 2025-10-03 18:03:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:15 job_is_done = 2025-10-03 18:03:15 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:15 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:15 No locals. 2025-10-03 18:03:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be3e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:16 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 2025-10-03 18:03:16 Thread 297 (Thread 0x7fc063e50640 (LWP 595) "BgSchPool"): 2025-10-03 18:03:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:16 ec = 2025-10-03 18:03:16 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:16 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:16 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68a80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:16 thread_status = { = { = {}, }, thread_id = 595, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4a43000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4a43000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc063e43848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29168, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\345c\300\177\000\0000;\344c\300\177\000", __large = 0x7fc063e50640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc063e43a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc063e43a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4a36fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \344{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:16 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:16 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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=0x7fc067e68a80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:16 __f = 0x7fc067e68a80 2025-10-03 18:03:16 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc063e43ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #16 std::__1::function::operator() (this=0x7fc063e43ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be420) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\212\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68a80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc063e43c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239526444103, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:16 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc063e43b16}} 2025-10-03 18:03: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_ = 0x7fc063e43caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:16 _allocations_flag_prev_val759 = 2025-10-03 18:03:16 _allocations_flag_prev_val659 = false 2025-10-03 18:03:16 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc063e43b17}} 2025-10-03 18:03:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_is_done = 2025-10-03 18:03:16 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be440}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:16 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 2025-10-03 18:03:16 Thread 296 (Thread 0x7fc06364f640 (LWP 596) "BgSchPool"): 2025-10-03 18:03:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:16 ec = 2025-10-03 18:03:16 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:16 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:16 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68ae0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:16 thread_status = { = { = {}, }, thread_id = 596, os_thread_priority = 0, performance_counters = {counters = 0x7fc1367fa000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1367fa000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc063642848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 33072, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366dc\300\177\000\0000+dc\300\177\000", __large = 0x7fc06364f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc063642a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc063642a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1367d6320}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\344{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:16 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:16 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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=0x7fc067e68ae0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:16 __f = 0x7fc067e68ae0 2025-10-03 18:03:16 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc063642ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #16 std::__1::function::operator() (this=0x7fc063642ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be480) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\212\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68ae0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc063642c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239526506781, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:16 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc063642b16}} 2025-10-03 18:03: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_ = 0x7fc063642caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:16 _allocations_flag_prev_val759 = 2025-10-03 18:03:16 _allocations_flag_prev_val659 = false 2025-10-03 18:03:16 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc063642b17}} 2025-10-03 18:03:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_is_done = 2025-10-03 18:03:16 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be4a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:16 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 2025-10-03 18:03:16 Thread 295 (Thread 0x7fc062e4e640 (LWP 597) "BgSchPool"): 2025-10-03 18:03:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:16 ec = 2025-10-03 18:03:16 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:16 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:16 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68b40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:16 thread_status = { = { = {}, }, thread_id = 597, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a13cd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a13cd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc062e41848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\344b\300\177\000\0000\033\344b\300\177\000", __large = 0x7fc062e4e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc062e41a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc062e41a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a13c0fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\344{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:16 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:16 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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=0x7fc067e68b40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:16 __f = 0x7fc067e68b40 2025-10-03 18:03:16 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc062e41ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #16 std::__1::function::operator() (this=0x7fc062e41ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be4e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\213\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68b40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc062e41c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239526615595, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:16 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc062e41b16}} 2025-10-03 18:03: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_ = 0x7fc062e41caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:16 _allocations_flag_prev_val759 = 2025-10-03 18:03:16 _allocations_flag_prev_val659 = false 2025-10-03 18:03:16 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc062e41b17}} 2025-10-03 18:03:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_is_done = 2025-10-03 18:03:16 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:16 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 2025-10-03 18:03:16 Thread 294 (Thread 0x7fc06264d640 (LWP 598) "BgSchPool"): 2025-10-03 18:03:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:16 ec = 2025-10-03 18:03:16 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:16 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:16 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68ba0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:16 thread_status = { = { = {}, }, thread_id = 598, os_thread_priority = 0, performance_counters = {counters = 0x7fc061be2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061be2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc062640848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21504, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326db\300\177\000\0000\vdb\300\177\000", __large = 0x7fc06264d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc062640a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc062640a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1367d75e0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\345{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:16 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:16 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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=0x7fc067e68ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:16 __f = 0x7fc067e68ba0 2025-10-03 18:03:16 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc062640ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #16 std::__1::function::operator() (this=0x7fc062640ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be540) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\213\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68ba0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc062640c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239526939803, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:16 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc062640b16}} 2025-10-03 18:03: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_ = 0x7fc062640caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:16 _allocations_flag_prev_val759 = 2025-10-03 18:03:16 _allocations_flag_prev_val659 = false 2025-10-03 18:03:16 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc062640b17}} 2025-10-03 18:03:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_is_done = 2025-10-03 18:03:16 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:16 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 2025-10-03 18:03:16 Thread 293 (Thread 0x7fc061bcc640 (LWP 599) "BgSchPool"): 2025-10-03 18:03:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:16 ec = 2025-10-03 18:03:16 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:16 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:16 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68c00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:16 thread_status = { = { = {}, }, thread_id = 599, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4a5c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4a5c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc061bbf848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38464, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Ƽa\300\177\000\0000\373\273a\300\177\000", __large = 0x7fc061bcc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc061bbfa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc061bbfa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4a38280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\345{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:16 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:16 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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=0x7fc067e68c00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:16 __f = 0x7fc067e68c00 2025-10-03 18:03:16 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc061bbfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #16 std::__1::function::operator() (this=0x7fc061bbfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be5a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\214\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68c00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc061bbfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239527046834, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:16 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc061bbfb16}} 2025-10-03 18:03: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_ = 0x7fc061bbfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:16 _allocations_flag_prev_val759 = 2025-10-03 18:03:16 _allocations_flag_prev_val659 = false 2025-10-03 18:03:16 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc061bbfb17}} 2025-10-03 18:03:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_is_done = 2025-10-03 18:03:16 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be5c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:16 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 2025-10-03 18:03:16 Thread 292 (Thread 0x7fc0613cb640 (LWP 600) "BgSchPool"): 2025-10-03 18:03:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:16 ec = 2025-10-03 18:03:16 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:16 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:16 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68c60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:16 thread_status = { = { = {}, }, thread_id = 600, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a13e5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a13e5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0613be848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19424, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0613bea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0613bea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a13c2280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\346{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:16 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:16 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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=0x7fc067e68c60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:16 __f = 0x7fc067e68c60 2025-10-03 18:03:16 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0613beba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #16 std::__1::function::operator() (this=0x7fc0613beba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be600) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\214\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68c60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0613bec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239527088351, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:16 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0613beb16}} 2025-10-03 18:03: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_ = 0x7fc0613becaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:16 _allocations_flag_prev_val759 = 2025-10-03 18:03:16 _allocations_flag_prev_val659 = false 2025-10-03 18:03:16 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0613beb17}} 2025-10-03 18:03:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_is_done = 2025-10-03 18:03:16 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc1367be620}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:16 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 2025-10-03 18:03:16 Thread 291 (Thread 0x7fc060bca640 (LWP 601) "BgSchPool"): 2025-10-03 18:03:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:16 ec = 2025-10-03 18:03:16 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:16 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:16 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68cc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:16 thread_status = { = { = {}, }, thread_id = 601, os_thread_priority = 0, performance_counters = {counters = 0x7fc252b4c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252b4c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc060bbd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28176, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\274`\300\177\000\0000ۻ`\300\177\000", __large = 0x7fc060bca640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc060bbda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc060bbda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252b40d50}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\346{6\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:16 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:16 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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=0x7fc067e68cc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:16 __f = 0x7fc067e68cc0 2025-10-03 18:03:16 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc060bbdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #16 std::__1::function::operator() (this=0x7fc060bbdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc1367be660) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\214\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68cc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc060bbdc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239527138646, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:16 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc060bbdb16}} 2025-10-03 18:03: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_ = 0x7fc060bbdcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:16 _allocations_flag_prev_val759 = 2025-10-03 18:03:16 _allocations_flag_prev_val659 = false 2025-10-03 18:03:16 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc060bbdb17}} 2025-10-03 18:03:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_is_done = 2025-10-03 18:03:16 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:16 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 2025-10-03 18:03:16 Thread 290 (Thread 0x7fc0603c9640 (LWP 602) "BgSchPool"): 2025-10-03 18:03:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:16 ec = 2025-10-03 18:03:16 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:16 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:16 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68d80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:16 thread_status = { = { = {}, }, thread_id = 602, os_thread_priority = 0, performance_counters = {counters = 0x7fc061bfe000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061bfe000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0603bc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 25680, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226<`\300\177\000\0000\313;`\300\177\000", __large = 0x7fc0603c9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0603bca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0603bca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061bf18a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\345\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:16 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:16 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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=0x7fc067e68d80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:16 __f = 0x7fc067e68d80 2025-10-03 18:03:16 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0603bcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #16 std::__1::function::operator() (this=0x7fc0603bcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe540) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\215\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68d80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0603bcc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239527419793, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:16 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0603bcb16}} 2025-10-03 18:03: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_ = 0x7fc0603bccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:16 _allocations_flag_prev_val759 = 2025-10-03 18:03:16 _allocations_flag_prev_val659 = false 2025-10-03 18:03:16 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0603bcb17}} 2025-10-03 18:03:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_is_done = 2025-10-03 18:03:16 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:16 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 2025-10-03 18:03:16 Thread 289 (Thread 0x7fc05fbc8640 (LWP 603) "BgSchPool"): 2025-10-03 18:03:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:16 ec = 2025-10-03 18:03:16 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:16 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:16 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68d20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:16 thread_status = { = { = {}, }, thread_id = 603, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a672a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a672a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05fbbb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27376, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\274_\300\177\000\0000\273\273_\300\177\000", __large = 0x7fc05fbc8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05fbbba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05fbbba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a66eed00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239936469973, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\345\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:16 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:16 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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=0x7fc067e68d20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:16 __f = 0x7fc067e68d20 2025-10-03 18:03:16 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05fbbbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #16 std::__1::function::operator() (this=0x7fc05fbbbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe5a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \215\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68d20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05fbbbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239527352216, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:16 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05fbbbb16}} 2025-10-03 18:03: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_ = 0x7fc05fbbbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:16 _allocations_flag_prev_val759 = 2025-10-03 18:03:16 _allocations_flag_prev_val659 = false 2025-10-03 18:03:16 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05fbbbb17}} 2025-10-03 18:03:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_is_done = 2025-10-03 18:03:16 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe5c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:16 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 2025-10-03 18:03:16 Thread 288 (Thread 0x7fc05f3c7640 (LWP 604) "BgSchPool"): 2025-10-03 18:03:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:16 No symbol table info available. 2025-10-03 18:03:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:16 ec = 2025-10-03 18:03:16 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:16 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:16 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68de0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:16 thread_status = { = { = {}, }, thread_id = 604, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a6746000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a6746000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05f3ba848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 25456, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v<_\300\177\000\0000\253;_\300\177\000", __large = 0x7fc05f3c7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05f3baa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05f3baa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a6739fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\346\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:16 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:16 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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=0x7fc067e68de0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:16 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:16 __f = 0x7fc067e68de0 2025-10-03 18:03:16 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05f3baba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #16 std::__1::function::operator() (this=0x7fc05f3baba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:16 No locals. 2025-10-03 18:03:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe600) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\215\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68de0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05f3bac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239527735745, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:16 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05f3bab16}} 2025-10-03 18:03: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_ = 0x7fc05f3bacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05f3bab17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe620}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:17 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 2025-10-03 18:03:17 Thread 287 (Thread 0x7fc05ebc6640 (LWP 605) "BgSchPool"): 2025-10-03 18:03:17 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:17 ec = 2025-10-03 18:03:17 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:17 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:17 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68e40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:17 thread_status = { = { = {}, }, thread_id = 605, os_thread_priority = 0, performance_counters = {counters = 0x7fc086677000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc086677000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05ebb9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27920, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\274^\300\177\000\0000\233\273^\300\177\000", __large = 0x7fc05ebc6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05ebb9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05ebb9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc08666b200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\346\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:17 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:17 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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=0x7fc067e68e40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:17 __f = 0x7fc067e68e40 2025-10-03 18:03:17 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05ebb9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #16 std::__1::function::operator() (this=0x7fc05ebb9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe660) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\216\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68e40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05ebb9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239527904091, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:17 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05ebb9b16}} 2025-10-03 18:03: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_ = 0x7fc05ebb9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05ebb9b17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe680}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:17 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 2025-10-03 18:03:17 Thread 286 (Thread 0x7fc05e3c5640 (LWP 606) "BgSchPool"): 2025-10-03 18:03:17 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:17 ec = 2025-10-03 18:03:17 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:17 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:17 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68ea0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:17 thread_status = { = { = {}, }, thread_id = 606, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a494b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a494b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05e3b8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21536, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V<^\300\177\000\0000\213;^\300\177\000", __large = 0x7fc05e3c5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05e3b8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05e3b8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a47ffc80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\346\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:17 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:17 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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=0x7fc067e68ea0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:17 __f = 0x7fc067e68ea0 2025-10-03 18:03:17 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05e3b8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #16 std::__1::function::operator() (this=0x7fc05e3b8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe6c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\216\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68ea0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05e3b8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239527961048, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:17 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05e3b8b16}} 2025-10-03 18:03: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_ = 0x7fc05e3b8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05e3b8b17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe6e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:17 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 2025-10-03 18:03:17 Thread 285 (Thread 0x7fc05dbc4640 (LWP 607) "BgSchPool"): 2025-10-03 18:03:17 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:17 ec = 2025-10-03 18:03:17 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:17 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:17 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68f00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:17 thread_status = { = { = {}, }, thread_id = 607, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a675f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a675f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05dbb7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19040, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\274]\300\177\000\0000{\273]\300\177\000", __large = 0x7fc05dbc4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05dbb7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05dbb7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a673b280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \347\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:17 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:17 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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=0x7fc067e68f00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:17 __f = 0x7fc067e68f00 2025-10-03 18:03:17 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05dbb7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #16 std::__1::function::operator() (this=0x7fc05dbb7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe720) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\217\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68f00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05dbb7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239528028795, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:17 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05dbb7b16}} 2025-10-03 18:03: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_ = 0x7fc05dbb7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05dbb7b17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe740}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:17 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 2025-10-03 18:03:17 Thread 284 (Thread 0x7fc05d3c3640 (LWP 608) "BgSchPool"): 2025-10-03 18:03:17 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:17 ec = 2025-10-03 18:03:17 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:17 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:17 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68f60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:17 thread_status = { = { = {}, }, thread_id = 608, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a5477000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a5477000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05d3b6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6<]\300\177\000\0000k;]\300\177\000", __large = 0x7fc05d3c3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05d3b6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05d3b6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a546a780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\347\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:17 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:17 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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=0x7fc067e68f60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:17 __f = 0x7fc067e68f60 2025-10-03 18:03:17 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05d3b6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #16 std::__1::function::operator() (this=0x7fc05d3b6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe780) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\217\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68f60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05d3b6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239528077887, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:17 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05d3b6b16}} 2025-10-03 18:03: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_ = 0x7fc05d3b6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05d3b6b17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe7a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:17 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 2025-10-03 18:03:17 Thread 283 (Thread 0x7fc05cbc2640 (LWP 609) "BgSchPool"): 2025-10-03 18:03:17 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:17 ec = 2025-10-03 18:03:17 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:17 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:17 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e68fc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:17 thread_status = { = { = {}, }, thread_id = 609, os_thread_priority = 0, performance_counters = {counters = 0x7fc086690000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc086690000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05cbb5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29712, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\274\\\300\177\000\0000[\273\\\300\177\000", __large = 0x7fc05cbc2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05cbb5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05cbb5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc08666c4c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\347\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:17 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:17 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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=0x7fc067e68fc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:17 __f = 0x7fc067e68fc0 2025-10-03 18:03:17 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05cbb5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #16 std::__1::function::operator() (this=0x7fc05cbb5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe7e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\217\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e68fc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05cbb5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239528211107, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:17 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05cbb5b16}} 2025-10-03 18:03: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_ = 0x7fc05cbb5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05cbb5b17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe800}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:17 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 2025-10-03 18:03:17 Thread 282 (Thread 0x7fc05c3c1640 (LWP 610) "BgSchPool"): 2025-10-03 18:03:17 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:17 ec = 2025-10-03 18:03:17 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:17 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:17 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69020) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:17 thread_status = { = { = {}, }, thread_id = 610, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a677a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a677a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05c3b4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 48176, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026<\\\300\177\000\0000K;\\\300\177\000", __large = 0x7fc05c3c1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05c3b4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05c3b4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a676e540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\350\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:17 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:17 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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=0x7fc067e69020) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:17 __f = 0x7fc067e69020 2025-10-03 18:03:17 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05c3b4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #16 std::__1::function::operator() (this=0x7fc05c3b4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe840) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \220\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69020}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05c3b4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239528446598, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:17 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05c3b4b16}} 2025-10-03 18:03: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_ = 0x7fc05c3b4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05c3b4b17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:17 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 2025-10-03 18:03:17 Thread 281 (Thread 0x7fc05bbc0640 (LWP 611) "BgSchPool"): 2025-10-03 18:03:17 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:17 ec = 2025-10-03 18:03:17 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:17 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:17 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69080) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:17 thread_status = { = { = {}, }, thread_id = 611, os_thread_priority = 0, performance_counters = {counters = 0x7fc0689d7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0689d7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05bbb3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 67104, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\274[\300\177\000\0000;\273[\300\177\000", __large = 0x7fc05bbc0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05bbb3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05bbb3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4800f40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\350\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:17 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:17 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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=0x7fc067e69080) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:17 __f = 0x7fc067e69080 2025-10-03 18:03:17 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05bbb3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #16 std::__1::function::operator() (this=0x7fc05bbb3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe8a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\220\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69080}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05bbb3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239528676790, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:17 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05bbb3b16}} 2025-10-03 18:03: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_ = 0x7fc05bbb3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05bbb3b17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe8c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:17 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 2025-10-03 18:03:17 Thread 280 (Thread 0x7fc05b3bf640 (LWP 612) "BgSchPool"): 2025-10-03 18:03:17 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:17 ec = 2025-10-03 18:03:17 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:17 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:17 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e690e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:17 thread_status = { = { = {}, }, thread_id = 612, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a548f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a548f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05b3b2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 41088, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366;[\300\177\000\0000+;[\300\177\000", __large = 0x7fc05b3bf640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05b3b2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05b3b2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a546ba40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\351\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:17 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:17 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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=0x7fc067e690e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:17 __f = 0x7fc067e690e0 2025-10-03 18:03:17 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05b3b2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #16 std::__1::function::operator() (this=0x7fc05b3b2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe900) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\220\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e690e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05b3b2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239528763092, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:17 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05b3b2b16}} 2025-10-03 18:03: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_ = 0x7fc05b3b2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05b3b2b17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe920}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:17 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 2025-10-03 18:03:17 Thread 279 (Thread 0x7fc05abbe640 (LWP 613) "BgSchPool"): 2025-10-03 18:03:17 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:17 ec = 2025-10-03 18:03:17 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:17 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:17 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69140) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:17 thread_status = { = { = {}, }, thread_id = 613, os_thread_priority = 0, performance_counters = {counters = 0x7fc0866ac000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0866ac000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05abb1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19680, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\273Z\300\177\000\0000\033\273Z\300\177\000", __large = 0x7fc05abbe640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05abb1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05abb1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc08669f780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\351\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:17 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:17 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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=0x7fc067e69140) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:17 __f = 0x7fc067e69140 2025-10-03 18:03:17 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05abb1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #16 std::__1::function::operator() (this=0x7fc05abb1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe960) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\221\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69140}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05abb1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239529003002, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:17 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05abb1b16}} 2025-10-03 18:03: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_ = 0x7fc05abb1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05abb1b17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:17 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 2025-10-03 18:03:17 Thread 278 (Thread 0x7fc05a3bd640 (LWP 614) "BgSchPool"): 2025-10-03 18:03:17 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:17 No symbol table info available. 2025-10-03 18:03:17 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:17 ec = 2025-10-03 18:03:17 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:17 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:17 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e691a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:17 thread_status = { = { = {}, }, thread_id = 614, os_thread_priority = 0, performance_counters = {counters = 0x7fc068a0a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc068a0a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05a3b0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326;Z\300\177\000\0000\v;Z\300\177\000", __large = 0x7fc05a3bd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05a3b0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05a3b0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0689ef200}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\351\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:17 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:17 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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=0x7fc067e691a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:17 __f = 0x7fc067e691a0 2025-10-03 18:03:17 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05a3b0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #16 std::__1::function::operator() (this=0x7fc05a3b0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:17 No locals. 2025-10-03 18:03:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffe9c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\221\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e691a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05a3b0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239529208467, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:17 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05a3b0b16}} 2025-10-03 18:03: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_ = 0x7fc05a3b0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:17 _allocations_flag_prev_val759 = 2025-10-03 18:03:17 _allocations_flag_prev_val659 = false 2025-10-03 18:03:17 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05a3b0b17}} 2025-10-03 18:03:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:17 job_is_done = 2025-10-03 18:03:17 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:17 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffe9e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:18 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 2025-10-03 18:03:18 Thread 277 (Thread 0x7fc059bbc640 (LWP 615) "BgSchPool"): 2025-10-03 18:03:18 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:18 ec = 2025-10-03 18:03:18 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:18 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:18 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69200) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:18 thread_status = { = { = {}, }, thread_id = 615, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a54a8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a54a8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc059baf848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ƻY\300\177\000\0000\373\272Y\300\177\000", __large = 0x7fc059bbc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc059bafa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc059bafa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a546cd00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \352\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:18 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:18 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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=0x7fc067e69200) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:18 __f = 0x7fc067e69200 2025-10-03 18:03:18 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc059bafba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #16 std::__1::function::operator() (this=0x7fc059bafba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffea20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\222\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69200}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc059bafc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239529668931, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:18 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc059bafb16}} 2025-10-03 18:03: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_ = 0x7fc059bafcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:18 _allocations_flag_prev_val759 = 2025-10-03 18:03:18 _allocations_flag_prev_val659 = false 2025-10-03 18:03:18 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc059bafb17}} 2025-10-03 18:03:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_is_done = 2025-10-03 18:03:18 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffea40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:18 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 2025-10-03 18:03:18 Thread 276 (Thread 0x7fc0593bb640 (LWP 616) "BgSchPool"): 2025-10-03 18:03:18 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:18 ec = 2025-10-03 18:03:18 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:18 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:18 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69260) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:18 thread_status = { = { = {}, }, thread_id = 616, os_thread_priority = 0, performance_counters = {counters = 0x7fc0866c5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0866c5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0593ae848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20928, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266;Y\300\177\000\0000\353:Y\300\177\000", __large = 0x7fc0593bb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0593aea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0593aea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0866a0a40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\352\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:18 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:18 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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=0x7fc067e69260) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:18 __f = 0x7fc067e69260 2025-10-03 18:03:18 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0593aeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #16 std::__1::function::operator() (this=0x7fc0593aeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffea80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\222\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69260}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0593aec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239529770031, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:18 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0593aeb16}} 2025-10-03 18:03: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_ = 0x7fc0593aecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:18 _allocations_flag_prev_val759 = 2025-10-03 18:03:18 _allocations_flag_prev_val659 = false 2025-10-03 18:03:18 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0593aeb17}} 2025-10-03 18:03:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_is_done = 2025-10-03 18:03:18 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffeaa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:18 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 2025-10-03 18:03:18 Thread 275 (Thread 0x7fc058bba640 (LWP 617) "BgSchPool"): 2025-10-03 18:03:18 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:18 ec = 2025-10-03 18:03:18 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:18 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:18 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e692c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:18 thread_status = { = { = {}, }, thread_id = 617, os_thread_priority = 0, performance_counters = {counters = 0x7fc068a3b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc068a3b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc058bad848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\273X\300\177\000\0000ۺX\300\177\000", __large = 0x7fc058bba640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc058bada27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc058bada6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0689f04c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\352\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:18 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:18 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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=0x7fc067e692c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:18 __f = 0x7fc067e692c0 2025-10-03 18:03:18 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc058badba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #16 std::__1::function::operator() (this=0x7fc058badba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffeae0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\222\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e692c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc058badc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239529854960, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:18 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc058badb16}} 2025-10-03 18:03: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_ = 0x7fc058badcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:18 _allocations_flag_prev_val759 = 2025-10-03 18:03:18 _allocations_flag_prev_val659 = false 2025-10-03 18:03:18 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc058badb17}} 2025-10-03 18:03:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_is_done = 2025-10-03 18:03:18 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffeb00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:18 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 2025-10-03 18:03:18 Thread 274 (Thread 0x7fc0583b9640 (LWP 618) "BgSchPool"): 2025-10-03 18:03:18 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:18 ec = 2025-10-03 18:03:18 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:18 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:18 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69320) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:18 thread_status = { = { = {}, }, thread_id = 618, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a8d0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a8d0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0583ac848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20256, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226;X\300\177\000\0000\313:X\300\177\000", __large = 0x7fc0583b9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0583aca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0583aca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a894d00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\353\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:18 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:18 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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=0x7fc067e69320) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:18 __f = 0x7fc067e69320 2025-10-03 18:03:18 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0583acba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #16 std::__1::function::operator() (this=0x7fc0583acba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffeb40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \223\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69320}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0583acc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239530003047, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:18 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0583acb16}} 2025-10-03 18:03: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_ = 0x7fc0583accaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:18 _allocations_flag_prev_val759 = 2025-10-03 18:03:18 _allocations_flag_prev_val659 = false 2025-10-03 18:03:18 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0583acb17}} 2025-10-03 18:03:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_is_done = 2025-10-03 18:03:18 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffeb60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:18 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 2025-10-03 18:03:18 Thread 273 (Thread 0x7fc057bb8640 (LWP 619) "BgSchPool"): 2025-10-03 18:03:18 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:18 ec = 2025-10-03 18:03:18 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:18 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:18 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69380) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:18 thread_status = { = { = {}, }, thread_id = 619, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a54c4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a54c4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc057bab848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19840, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\273W\300\177\000\0000\273\272W\300\177\000", __large = 0x7fc057bb8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc057baba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc057baba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a54b7fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\353\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:18 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:18 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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=0x7fc067e69380) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:18 __f = 0x7fc067e69380 2025-10-03 18:03:18 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc057babba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #16 std::__1::function::operator() (this=0x7fc057babba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffeba0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\223\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69380}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc057babc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239530245723, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:18 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc057babb16}} 2025-10-03 18:03: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_ = 0x7fc057babcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:18 _allocations_flag_prev_val759 = 2025-10-03 18:03:18 _allocations_flag_prev_val659 = false 2025-10-03 18:03:18 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc057babb17}} 2025-10-03 18:03:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_is_done = 2025-10-03 18:03:18 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffebc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:18 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 2025-10-03 18:03:18 Thread 272 (Thread 0x7fc0573b7640 (LWP 620) "BgSchPool"): 2025-10-03 18:03:18 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:18 ec = 2025-10-03 18:03:18 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:18 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:18 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e693e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:18 thread_status = { = { = {}, }, thread_id = 620, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a8ec000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a8ec000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0573aa848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v;W\300\177\000\0000\253:W\300\177\000", __large = 0x7fc0573b7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0573aaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0573aaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a8dffc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\354\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:18 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:18 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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=0x7fc067e693e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:18 __f = 0x7fc067e693e0 2025-10-03 18:03:18 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0573aaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #16 std::__1::function::operator() (this=0x7fc0573aaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffec00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\223\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e693e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0573aac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239530419508, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:18 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0573aab16}} 2025-10-03 18:03: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_ = 0x7fc0573aacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:18 _allocations_flag_prev_val759 = 2025-10-03 18:03:18 _allocations_flag_prev_val659 = false 2025-10-03 18:03:18 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0573aab17}} 2025-10-03 18:03:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_is_done = 2025-10-03 18:03:18 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffec20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:18 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 2025-10-03 18:03:18 Thread 271 (Thread 0x7fc056bb6640 (LWP 621) "BgSchPool"): 2025-10-03 18:03:18 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:18 ec = 2025-10-03 18:03:18 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:18 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:18 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69440) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:18 thread_status = { = { = {}, }, thread_id = 621, os_thread_priority = 0, performance_counters = {counters = 0x7fc0866dd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0866dd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc056ba9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 40784, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\273V\300\177\000\0000\233\272V\300\177\000", __large = 0x7fc056bb6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc056ba9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc056ba9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0866a1d00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\354\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:18 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:18 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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=0x7fc067e69440) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:18 __f = 0x7fc067e69440 2025-10-03 18:03:18 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc056ba9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #16 std::__1::function::operator() (this=0x7fc056ba9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffec60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\224\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69440}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc056ba9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239530502164, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:18 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc056ba9b16}} 2025-10-03 18:03: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_ = 0x7fc056ba9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:18 _allocations_flag_prev_val759 = 2025-10-03 18:03:18 _allocations_flag_prev_val659 = false 2025-10-03 18:03:18 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc056ba9b17}} 2025-10-03 18:03:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_is_done = 2025-10-03 18:03:18 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffec80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:18 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 2025-10-03 18:03:18 Thread 270 (Thread 0x7fc0563b5640 (LWP 622) "BgSchPool"): 2025-10-03 18:03:18 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:18 ec = 2025-10-03 18:03:18 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:18 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:18 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e694a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:18 thread_status = { = { = {}, }, thread_id = 622, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4a77000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4a77000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0563a8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20448, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V;V\300\177\000\0000\213:V\300\177\000", __large = 0x7fc0563b5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0563a8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0563a8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4a6b540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\354\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:18 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:18 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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=0x7fc067e694a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:18 __f = 0x7fc067e694a0 2025-10-03 18:03:18 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0563a8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #16 std::__1::function::operator() (this=0x7fc0563a8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffecc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\224\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e694a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0563a8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239530543241, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:18 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0563a8b16}} 2025-10-03 18:03: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_ = 0x7fc0563a8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:18 _allocations_flag_prev_val759 = 2025-10-03 18:03:18 _allocations_flag_prev_val659 = false 2025-10-03 18:03:18 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0563a8b17}} 2025-10-03 18:03:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_is_done = 2025-10-03 18:03:18 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffece0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:18 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 2025-10-03 18:03:18 Thread 269 (Thread 0x7fc055bb4640 (LWP 623) "BgSchPool"): 2025-10-03 18:03:18 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:18 ec = 2025-10-03 18:03:18 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:18 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:18 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69500) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:18 thread_status = { = { = {}, }, thread_id = 623, os_thread_priority = 0, performance_counters = {counters = 0x7fc098bd7000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098bd7000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc055ba7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\273U\300\177\000\0000{\272U\300\177\000", __large = 0x7fc055bb4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc055ba7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc055ba7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098bca780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \355\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:18 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:18 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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=0x7fc067e69500) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:18 __f = 0x7fc067e69500 2025-10-03 18:03:18 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc055ba7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #16 std::__1::function::operator() (this=0x7fc055ba7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffed20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\225\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69500}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc055ba7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239530675379, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:18 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc055ba7b16}} 2025-10-03 18:03: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_ = 0x7fc055ba7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:18 _allocations_flag_prev_val759 = 2025-10-03 18:03:18 _allocations_flag_prev_val659 = false 2025-10-03 18:03:18 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc055ba7b17}} 2025-10-03 18:03:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_is_done = 2025-10-03 18:03:18 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffed40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:18 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 2025-10-03 18:03:18 Thread 268 (Thread 0x7fc0553b3640 (LWP 624) "BgSchPool"): 2025-10-03 18:03:18 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:18 No symbol table info available. 2025-10-03 18:03:18 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:18 ec = 2025-10-03 18:03:18 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:18 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:18 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69560) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:18 thread_status = { = { = {}, }, thread_id = 624, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a905000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a905000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0553a6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29840, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6;U\300\177\000\0000k:U\300\177\000", __large = 0x7fc0553b3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0553a6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0553a6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a8e1280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\355\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:18 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:18 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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=0x7fc067e69560) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:18 __f = 0x7fc067e69560 2025-10-03 18:03:18 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0553a6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #16 std::__1::function::operator() (this=0x7fc0553a6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffed80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\225\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69560}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0553a6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239530783992, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:18 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0553a6b16}} 2025-10-03 18:03: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_ = 0x7fc0553a6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:18 _allocations_flag_prev_val759 = 2025-10-03 18:03:18 _allocations_flag_prev_val659 = false 2025-10-03 18:03:18 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0553a6b17}} 2025-10-03 18:03:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:18 job_is_done = 2025-10-03 18:03:18 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:18 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:18 No locals. 2025-10-03 18:03:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffeda0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:19 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 2025-10-03 18:03:19 Thread 267 (Thread 0x7fc054bb2640 (LWP 625) "BgSchPool"): 2025-10-03 18:03:19 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:19 ec = 2025-10-03 18:03:19 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:19 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:19 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e695c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:19 thread_status = { = { = {}, }, thread_id = 625, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac1c5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac1c5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc054ba5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\273T\300\177\000\0000[\272T\300\177\000", __large = 0x7fc054bb2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc054ba5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc054ba5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac189d00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\355\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:19 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:19 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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=0x7fc067e695c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:19 __f = 0x7fc067e695c0 2025-10-03 18:03:19 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc054ba5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #16 std::__1::function::operator() (this=0x7fc054ba5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffede0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\225\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e695c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc054ba5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239530989608, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:19 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc054ba5b16}} 2025-10-03 18:03: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_ = 0x7fc054ba5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:19 _allocations_flag_prev_val759 = 2025-10-03 18:03:19 _allocations_flag_prev_val659 = false 2025-10-03 18:03:19 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc054ba5b17}} 2025-10-03 18:03:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_is_done = 2025-10-03 18:03:19 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffee00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:19 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 2025-10-03 18:03:19 Thread 266 (Thread 0x7fc0543b1640 (LWP 626) "BgSchPool"): 2025-10-03 18:03:19 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:19 ec = 2025-10-03 18:03:19 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:19 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:19 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69620) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:19 thread_status = { = { = {}, }, thread_id = 626, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac1e1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac1e1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0543a4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 33760, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026;T\300\177\000\0000K:T\300\177\000", __large = 0x7fc0543b1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0543a4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0543a4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac1d4fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\356\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:19 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:19 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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=0x7fc067e69620) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:19 __f = 0x7fc067e69620 2025-10-03 18:03:19 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0543a4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #16 std::__1::function::operator() (this=0x7fc0543a4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffee40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \226\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69620}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0543a4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239531340346, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:19 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0543a4b16}} 2025-10-03 18:03: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_ = 0x7fc0543a4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:19 _allocations_flag_prev_val759 = 2025-10-03 18:03:19 _allocations_flag_prev_val659 = false 2025-10-03 18:03:19 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0543a4b17}} 2025-10-03 18:03:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_is_done = 2025-10-03 18:03:19 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffee60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:19 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 2025-10-03 18:03:19 Thread 265 (Thread 0x7fc053bb0640 (LWP 627) "BgSchPool"): 2025-10-03 18:03:19 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:19 ec = 2025-10-03 18:03:19 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:19 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:19 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69680) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:19 thread_status = { = { = {}, }, thread_id = 627, os_thread_priority = 0, performance_counters = {counters = 0x7fc098bef000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098bef000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc053ba3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19520, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\273S\300\177\000\0000;\272S\300\177\000", __large = 0x7fc053bb0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc053ba3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc053ba3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098bcba40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\356\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:19 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:19 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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=0x7fc067e69680) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:19 __f = 0x7fc067e69680 2025-10-03 18:03:19 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc053ba3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #16 std::__1::function::operator() (this=0x7fc053ba3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffeea0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\226\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69680}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc053ba3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239531378718, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:19 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc053ba3b16}} 2025-10-03 18:03: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_ = 0x7fc053ba3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:19 _allocations_flag_prev_val759 = 2025-10-03 18:03:19 _allocations_flag_prev_val659 = false 2025-10-03 18:03:19 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc053ba3b17}} 2025-10-03 18:03:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_is_done = 2025-10-03 18:03:19 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffeec0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:19 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 2025-10-03 18:03:19 Thread 264 (Thread 0x7fc0533af640 (LWP 628) "BgSchPool"): 2025-10-03 18:03:19 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:19 ec = 2025-10-03 18:03:19 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:19 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:19 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e696e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:19 thread_status = { = { = {}, }, thread_id = 628, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4a90000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4a90000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0533a2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35936, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366:S\300\177\000\0000+:S\300\177\000", __large = 0x7fc0533af640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0533a2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0533a2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4a6c800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239940470066, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\357\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:19 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:19 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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=0x7fc067e696e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:19 __f = 0x7fc067e696e0 2025-10-03 18:03:19 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0533a2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #16 std::__1::function::operator() (this=0x7fc0533a2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffef00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\226\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e696e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0533a2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239531423933, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:19 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0533a2b16}} 2025-10-03 18:03: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_ = 0x7fc0533a2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:19 _allocations_flag_prev_val759 = 2025-10-03 18:03:19 _allocations_flag_prev_val659 = false 2025-10-03 18:03:19 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0533a2b17}} 2025-10-03 18:03:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_is_done = 2025-10-03 18:03:19 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffef20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:19 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 2025-10-03 18:03:19 Thread 263 (Thread 0x7fc052bae640 (LWP 629) "BgSchPool"): 2025-10-03 18:03:19 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:19 ec = 2025-10-03 18:03:19 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:19 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:19 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69740) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:19 thread_status = { = { = {}, }, thread_id = 629, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a920000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a920000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc052ba1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19936, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\272R\300\177\000\0000\033\272R\300\177\000", __large = 0x7fc052bae640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc052ba1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc052ba1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a914540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\357\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:19 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:19 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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=0x7fc067e69740) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:19 __f = 0x7fc067e69740 2025-10-03 18:03:19 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc052ba1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #16 std::__1::function::operator() (this=0x7fc052ba1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffef60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\227\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69740}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc052ba1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239531489034, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:19 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc052ba1b16}} 2025-10-03 18:03: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_ = 0x7fc052ba1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:19 _allocations_flag_prev_val759 = 2025-10-03 18:03:19 _allocations_flag_prev_val659 = false 2025-10-03 18:03:19 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc052ba1b17}} 2025-10-03 18:03:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_is_done = 2025-10-03 18:03:19 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffef80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:19 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 2025-10-03 18:03:19 Thread 262 (Thread 0x7fc0523ad640 (LWP 630) "BgSchPool"): 2025-10-03 18:03:19 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:19 ec = 2025-10-03 18:03:19 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:19 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:19 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e697a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:19 thread_status = { = { = {}, }, thread_id = 630, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac1f9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac1f9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0523a0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27088, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326:R\300\177\000\0000\v:R\300\177\000", __large = 0x7fc0523ad640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0523a0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0523a0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac1d6280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\357\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:19 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:19 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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=0x7fc067e697a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:19 __f = 0x7fc067e697a0 2025-10-03 18:03:19 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0523a0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #16 std::__1::function::operator() (this=0x7fc0523a0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffefc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\227\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e697a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0523a0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239531703707, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:19 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0523a0b16}} 2025-10-03 18:03: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_ = 0x7fc0523a0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:19 _allocations_flag_prev_val759 = 2025-10-03 18:03:19 _allocations_flag_prev_val659 = false 2025-10-03 18:03:19 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0523a0b17}} 2025-10-03 18:03:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_is_done = 2025-10-03 18:03:19 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffefe0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:19 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 2025-10-03 18:03:19 Thread 261 (Thread 0x7fc051bac640 (LWP 631) "BgSchPool"): 2025-10-03 18:03:19 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:19 ec = 2025-10-03 18:03:19 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:19 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:19 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69800) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:19 thread_status = { = { = {}, }, thread_id = 631, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b547c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b547c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc051b9f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38720, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ƺQ\300\177\000\0000\373\271Q\300\177\000", __large = 0x7fc051bac640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc051b9fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc051b9fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b5458280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \360\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:19 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:19 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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=0x7fc067e69800) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:19 __f = 0x7fc067e69800 2025-10-03 18:03:19 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc051b9fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #16 std::__1::function::operator() (this=0x7fc051b9fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff020) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\230\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69800}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc051b9fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239531850573, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:19 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc051b9fb16}} 2025-10-03 18:03: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_ = 0x7fc051b9fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:19 _allocations_flag_prev_val759 = 2025-10-03 18:03:19 _allocations_flag_prev_val659 = false 2025-10-03 18:03:19 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc051b9fb17}} 2025-10-03 18:03:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_is_done = 2025-10-03 18:03:19 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff040}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:19 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 2025-10-03 18:03:19 Thread 260 (Thread 0x7fc0510ab640 (LWP 632) "BgSchPool"): 2025-10-03 18:03:19 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:19 ec = 2025-10-03 18:03:19 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:19 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:19 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69860) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:19 thread_status = { = { = {}, }, thread_id = 632, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c127000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c127000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05109e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\nQ\300\177\000\0000\353\tQ\300\177\000", __large = 0x7fc0510ab640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05109ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05109ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c0ebd00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\360\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:19 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:19 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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=0x7fc067e69860) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:19 __f = 0x7fc067e69860 2025-10-03 18:03:19 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05109eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #16 std::__1::function::operator() (this=0x7fc05109eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff080) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\230\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69860}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05109ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239532083339, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:19 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05109eb16}} 2025-10-03 18:03: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_ = 0x7fc05109ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:19 _allocations_flag_prev_val759 = 2025-10-03 18:03:19 _allocations_flag_prev_val659 = false 2025-10-03 18:03:19 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05109eb17}} 2025-10-03 18:03:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_is_done = 2025-10-03 18:03:19 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff0a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:19 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 2025-10-03 18:03:19 Thread 259 (Thread 0x7fc0508aa640 (LWP 633) "BgSchPool"): 2025-10-03 18:03:19 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:19 ec = 2025-10-03 18:03:19 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:19 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:19 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e698c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:19 thread_status = { = { = {}, }, thread_id = 633, os_thread_priority = 0, performance_counters = {counters = 0x7fc099e7a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099e7a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05089d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19520, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\212P\300\177\000\0000ۉP\300\177\000", __large = 0x7fc0508aa640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05089da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05089da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099e56a40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\360\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:19 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:19 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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=0x7fc067e698c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:19 __f = 0x7fc067e698c0 2025-10-03 18:03:19 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05089dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #16 std::__1::function::operator() (this=0x7fc05089dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff0e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\230\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e698c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05089dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239532247447, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:19 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05089db16}} 2025-10-03 18:03: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_ = 0x7fc05089dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:19 _allocations_flag_prev_val759 = 2025-10-03 18:03:19 _allocations_flag_prev_val659 = false 2025-10-03 18:03:19 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05089db17}} 2025-10-03 18:03:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_is_done = 2025-10-03 18:03:19 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff100}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:19 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 2025-10-03 18:03:19 Thread 258 (Thread 0x7fc0500a9640 (LWP 634) "BgSchPool"): 2025-10-03 18:03:19 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:19 No symbol table info available. 2025-10-03 18:03:19 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:19 ec = 2025-10-03 18:03:19 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:19 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:19 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69920) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:19 thread_status = { = { = {}, }, thread_id = 634, os_thread_priority = 0, performance_counters = {counters = 0x7fc0921a9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0921a9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc05009c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 39552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\nP\300\177\000\0000\313\tP\300\177\000", __large = 0x7fc0500a9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05009ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05009ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09219cfc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\361\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:19 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:19 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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=0x7fc067e69920) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:19 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:19 __f = 0x7fc067e69920 2025-10-03 18:03:19 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc05009cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #16 std::__1::function::operator() (this=0x7fc05009cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:19 No locals. 2025-10-03 18:03:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff140) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \231\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69920}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc05009cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239532304283, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:19 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc05009cb16}} 2025-10-03 18:03: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_ = 0x7fc05009ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc05009cb17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff160}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:20 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 2025-10-03 18:03:20 Thread 257 (Thread 0x7fc04f8a8640 (LWP 635) "BgSchPool"): 2025-10-03 18:03:20 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:20 ec = 2025-10-03 18:03:20 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:20 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:20 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69980) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:20 thread_status = { = { = {}, }, thread_id = 635, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a1401000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a1401000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04f89b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27632, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\212O\300\177\000\0000\273\211O\300\177\000", __large = 0x7fc04f8a8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04f89ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04f89ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a13f4540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\361\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:20 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:20 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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=0x7fc067e69980) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:20 __f = 0x7fc067e69980 2025-10-03 18:03:20 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04f89bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #16 std::__1::function::operator() (this=0x7fc04f89bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff1a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\231\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69980}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04f89bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239532518025, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:20 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04f89bb16}} 2025-10-03 18:03: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_ = 0x7fc04f89bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04f89bb17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff1c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:20 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 2025-10-03 18:03:20 Thread 256 (Thread 0x7fc04f0a7640 (LWP 636) "BgSchPool"): 2025-10-03 18:03:20 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:20 ec = 2025-10-03 18:03:20 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:20 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:20 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e699e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:20 thread_status = { = { = {}, }, thread_id = 636, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c143000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c143000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04f09a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\nO\300\177\000\0000\253\tO\300\177\000", __large = 0x7fc04f0a7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04f09aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04f09aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c136fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\362\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:20 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:20 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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=0x7fc067e699e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:20 __f = 0x7fc067e699e0 2025-10-03 18:03:20 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04f09aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #16 std::__1::function::operator() (this=0x7fc04f09aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff200) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\231\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e699e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04f09ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239532776038, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:20 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04f09ab16}} 2025-10-03 18:03: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_ = 0x7fc04f09acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04f09ab17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff220}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:20 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 2025-10-03 18:03:20 Thread 255 (Thread 0x7fc04e8a6640 (LWP 637) "BgSchPool"): 2025-10-03 18:03:20 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:20 ec = 2025-10-03 18:03:20 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:20 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:20 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69a40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:20 thread_status = { = { = {}, }, thread_id = 637, os_thread_priority = 0, performance_counters = {counters = 0x7fc099e93000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099e93000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04e899848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 35200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\212N\300\177\000\0000\233\211N\300\177\000", __large = 0x7fc04e8a6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04e899a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04e899a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099e57d00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\362\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:20 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:20 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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=0x7fc067e69a40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:20 __f = 0x7fc067e69a40 2025-10-03 18:03:20 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04e899ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #16 std::__1::function::operator() (this=0x7fc04e899ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff260) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\232\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69a40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04e899c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239532820182, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:20 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04e899b16}} 2025-10-03 18:03: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_ = 0x7fc04e899caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04e899b17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff280}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:20 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 2025-10-03 18:03:20 Thread 254 (Thread 0x7fc04e0a5640 (LWP 638) "BgSchPool"): 2025-10-03 18:03:20 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:20 ec = 2025-10-03 18:03:20 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:20 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:20 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69aa0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:20 thread_status = { = { = {}, }, thread_id = 638, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a6793000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a6793000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04e098848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@V\nN\300\177\000\0000\213\tN\300\177\000", __large = 0x7fc04e0a5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04e098a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04e098a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a676f800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\362\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:20 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:20 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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=0x7fc067e69aa0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:20 __f = 0x7fc067e69aa0 2025-10-03 18:03:20 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04e098ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #16 std::__1::function::operator() (this=0x7fc04e098ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff2c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\232\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69aa0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04e098c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239532988206, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:20 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04e098b16}} 2025-10-03 18:03: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_ = 0x7fc04e098caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04e098b17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff2e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:20 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 2025-10-03 18:03:20 Thread 253 (Thread 0x7fc04d8a4640 (LWP 639) "BgSchPool"): 2025-10-03 18:03:20 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:20 ec = 2025-10-03 18:03:20 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:20 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:20 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69b00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:20 thread_status = { = { = {}, }, thread_id = 639, os_thread_priority = 0, performance_counters = {counters = 0x7fc252b64000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252b64000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04d897848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\212M\300\177\000\0000{\211M\300\177\000", __large = 0x7fc04d8a4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04d897a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04d897a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252b42010}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \363\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:20 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:20 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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=0x7fc067e69b00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:20 __f = 0x7fc067e69b00 2025-10-03 18:03:20 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04d897ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #16 std::__1::function::operator() (this=0x7fc04d897ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff320) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\233\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69b00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04d897c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239533118782, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:20 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04d897b16}} 2025-10-03 18:03: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_ = 0x7fc04d897caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04d897b17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff340}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:20 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 2025-10-03 18:03:20 Thread 252 (Thread 0x7fc04d0a3640 (LWP 640) "BgSchPool"): 2025-10-03 18:03:20 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:20 ec = 2025-10-03 18:03:20 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:20 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:20 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69b60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:20 thread_status = { = { = {}, }, thread_id = 640, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b5497000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b5497000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04d096848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28688, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\nM\300\177\000\0000k\tM\300\177\000", __large = 0x7fc04d0a3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04d096a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04d096a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b548b540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\363\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:20 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:20 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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=0x7fc067e69b60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:20 __f = 0x7fc067e69b60 2025-10-03 18:03:20 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04d096ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #16 std::__1::function::operator() (this=0x7fc04d096ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff380) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\233\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69b60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04d096c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239533325549, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:20 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04d096b16}} 2025-10-03 18:03: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_ = 0x7fc04d096caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04d096b17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff3a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:20 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 2025-10-03 18:03:20 Thread 251 (Thread 0x7fc04c8a2640 (LWP 641) "BgSchPool"): 2025-10-03 18:03:20 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:20 ec = 2025-10-03 18:03:20 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:20 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:20 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69bc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:20 thread_status = { = { = {}, }, thread_id = 641, os_thread_priority = 0, performance_counters = {counters = 0x7fc061c17000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061c17000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04c895848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\212L\300\177\000\0000[\211L\300\177\000", __large = 0x7fc04c8a2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04c895a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04c895a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061bf2b60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\363\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:20 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:20 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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=0x7fc067e69bc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:20 __f = 0x7fc067e69bc0 2025-10-03 18:03:20 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04c895ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #16 std::__1::function::operator() (this=0x7fc04c895ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff3e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\233\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69bc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04c895c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239533432610, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:20 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04c895b16}} 2025-10-03 18:03: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_ = 0x7fc04c895caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04c895b17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff400}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:20 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 2025-10-03 18:03:20 Thread 250 (Thread 0x7fc04c0a1640 (LWP 642) "BgSchPool"): 2025-10-03 18:03:20 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:20 ec = 2025-10-03 18:03:20 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:20 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:20 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69c20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:20 thread_status = { = { = {}, }, thread_id = 642, os_thread_priority = 0, performance_counters = {counters = 0x7fc098c08000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098c08000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04c094848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22080, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\nL\300\177\000\0000K\tL\300\177\000", __large = 0x7fc04c0a1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04c094a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04c094a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098bccd00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\364\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:20 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:20 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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=0x7fc067e69c20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:20 __f = 0x7fc067e69c20 2025-10-03 18:03:20 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04c094ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #16 std::__1::function::operator() (this=0x7fc04c094ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff440) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \234\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69c20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04c094c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239533534341, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:20 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04c094b16}} 2025-10-03 18:03: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_ = 0x7fc04c094caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04c094b17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff460}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:20 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 2025-10-03 18:03:20 Thread 249 (Thread 0x7fc04b8a0640 (LWP 643) "BgSchPool"): 2025-10-03 18:03:20 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:20 ec = 2025-10-03 18:03:20 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:20 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:20 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69c80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:20 thread_status = { = { = {}, }, thread_id = 643, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a67ac000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a67ac000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04b893848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 32016, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\212K\300\177\000\0000;\211K\300\177\000", __large = 0x7fc04b8a0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04b893a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04b893a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a6770ac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\364\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:20 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:20 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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=0x7fc067e69c80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:20 __f = 0x7fc067e69c80 2025-10-03 18:03:20 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04b893ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #16 std::__1::function::operator() (this=0x7fc04b893ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff4a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\234\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69c80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04b893c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239533602829, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:20 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04b893b16}} 2025-10-03 18:03: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_ = 0x7fc04b893caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04b893b17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff4c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:20 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 2025-10-03 18:03:20 Thread 248 (Thread 0x7fc04b09f640 (LWP 644) "BgSchPool"): 2025-10-03 18:03:20 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:20 No symbol table info available. 2025-10-03 18:03:20 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:20 ec = 2025-10-03 18:03:20 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:20 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:20 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69ce0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:20 thread_status = { = { = {}, }, thread_id = 644, os_thread_priority = 0, performance_counters = {counters = 0x7fc061c2f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061c2f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04b092848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\tK\300\177\000\0000+\tK\300\177\000", __large = 0x7fc04b09f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04b092a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04b092a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061bf3e20}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\365\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:20 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:20 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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=0x7fc067e69ce0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:20 __f = 0x7fc067e69ce0 2025-10-03 18:03:20 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04b092ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #16 std::__1::function::operator() (this=0x7fc04b092ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:20 No locals. 2025-10-03 18:03:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff500) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\234\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69ce0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04b092c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239533810319, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:20 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04b092b16}} 2025-10-03 18:03: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_ = 0x7fc04b092caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:20 _allocations_flag_prev_val759 = 2025-10-03 18:03:20 _allocations_flag_prev_val659 = false 2025-10-03 18:03:20 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04b092b17}} 2025-10-03 18:03:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:20 job_is_done = 2025-10-03 18:03:20 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:20 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff520}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:21 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 2025-10-03 18:03:21 Thread 247 (Thread 0x7fc04a89e640 (LWP 645) "BgSchPool"): 2025-10-03 18:03:21 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:21 ec = 2025-10-03 18:03:21 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:21 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:21 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69d40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:21 thread_status = { = { = {}, }, thread_id = 645, os_thread_priority = 0, performance_counters = {counters = 0x7fc252b7f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252b7f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04a891848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\211J\300\177\000\0000\033\211J\300\177\000", __large = 0x7fc04a89e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04a891a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04a891a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252b732d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\365\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:21 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:21 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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=0x7fc067e69d40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:21 __f = 0x7fc067e69d40 2025-10-03 18:03:21 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04a891ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #16 std::__1::function::operator() (this=0x7fc04a891ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff560) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\235\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69d40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04a891c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239533894807, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:21 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04a891b16}} 2025-10-03 18:03: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_ = 0x7fc04a891caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:21 _allocations_flag_prev_val759 = 2025-10-03 18:03:21 _allocations_flag_prev_val659 = false 2025-10-03 18:03:21 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04a891b17}} 2025-10-03 18:03:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_is_done = 2025-10-03 18:03:21 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff580}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:21 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 2025-10-03 18:03:21 Thread 246 (Thread 0x7fc04a09d640 (LWP 646) "BgSchPool"): 2025-10-03 18:03:21 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:21 ec = 2025-10-03 18:03:21 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:21 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:21 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69da0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:21 thread_status = { = { = {}, }, thread_id = 646, os_thread_priority = 0, performance_counters = {counters = 0x7fc098c24000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098c24000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04a090848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 59344, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\tJ\300\177\000\0000\v\tJ\300\177\000", __large = 0x7fc04a09d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04a090a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04a090a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098c17fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\365\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:21 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:21 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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=0x7fc067e69da0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:21 __f = 0x7fc067e69da0 2025-10-03 18:03:21 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04a090ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #16 std::__1::function::operator() (this=0x7fc04a090ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff5c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\235\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69da0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04a090c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239533973043, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:21 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04a090b16}} 2025-10-03 18:03: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_ = 0x7fc04a090caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:21 _allocations_flag_prev_val759 = 2025-10-03 18:03:21 _allocations_flag_prev_val659 = false 2025-10-03 18:03:21 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04a090b17}} 2025-10-03 18:03:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_is_done = 2025-10-03 18:03:21 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff5e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:21 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 2025-10-03 18:03:21 Thread 245 (Thread 0x7fc04989c640 (LWP 647) "BgSchPool"): 2025-10-03 18:03:21 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:21 ec = 2025-10-03 18:03:21 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:21 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:21 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69e00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:21 thread_status = { = { = {}, }, thread_id = 647, os_thread_priority = 0, performance_counters = {counters = 0x7fc0921c2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0921c2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04988f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38816, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ƉI\300\177\000\0000\373\210I\300\177\000", __large = 0x7fc04989c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04988fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04988fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09219e280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \366\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:21 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:21 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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=0x7fc067e69e00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:21 __f = 0x7fc067e69e00 2025-10-03 18:03:21 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04988fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #16 std::__1::function::operator() (this=0x7fc04988fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff620) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\236\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69e00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04988fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239534081908, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:21 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04988fb16}} 2025-10-03 18:03: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_ = 0x7fc04988fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:21 _allocations_flag_prev_val759 = 2025-10-03 18:03:21 _allocations_flag_prev_val659 = false 2025-10-03 18:03:21 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04988fb17}} 2025-10-03 18:03:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_is_done = 2025-10-03 18:03:21 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff640}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:21 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 2025-10-03 18:03:21 Thread 244 (Thread 0x7fc04909b640 (LWP 648) "BgSchPool"): 2025-10-03 18:03:21 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:21 ec = 2025-10-03 18:03:21 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:21 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:21 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69e60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:21 thread_status = { = { = {}, }, thread_id = 648, os_thread_priority = 0, performance_counters = {counters = 0x7fc068b4f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc068b4f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04908e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\tI\300\177\000\0000\353\bI\300\177\000", __large = 0x7fc04909b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04908ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04908ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc068a52780}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\366\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:21 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:21 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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=0x7fc067e69e60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:21 __f = 0x7fc067e69e60 2025-10-03 18:03:21 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04908eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #16 std::__1::function::operator() (this=0x7fc04908eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff680) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\236\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69e60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04908ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239534310125, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:21 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04908eb16}} 2025-10-03 18:03: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_ = 0x7fc04908ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:21 _allocations_flag_prev_val759 = 2025-10-03 18:03:21 _allocations_flag_prev_val659 = false 2025-10-03 18:03:21 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04908eb17}} 2025-10-03 18:03:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_is_done = 2025-10-03 18:03:21 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff6a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:21 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 2025-10-03 18:03:21 Thread 243 (Thread 0x7fc04889a640 (LWP 649) "BgSchPool"): 2025-10-03 18:03:21 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:21 ec = 2025-10-03 18:03:21 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:21 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:21 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69ec0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:21 thread_status = { = { = {}, }, thread_id = 649, os_thread_priority = 0, performance_counters = {counters = 0x7fc0921dd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0921dd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04888d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28272, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\211H\300\177\000\0000ۈH\300\177\000", __large = 0x7fc04889a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04888da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04888da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0921d1540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\366\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:21 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:21 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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=0x7fc067e69ec0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:21 __f = 0x7fc067e69ec0 2025-10-03 18:03:21 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04888dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #16 std::__1::function::operator() (this=0x7fc04888dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff6e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69ec0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04888dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239534627972, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:21 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04888db16}} 2025-10-03 18:03: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_ = 0x7fc04888dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:21 _allocations_flag_prev_val759 = 2025-10-03 18:03:21 _allocations_flag_prev_val659 = false 2025-10-03 18:03:21 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04888db17}} 2025-10-03 18:03:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_is_done = 2025-10-03 18:03:21 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff700}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:21 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 2025-10-03 18:03:21 Thread 242 (Thread 0x7fc048099640 (LWP 650) "BgSchPool"): 2025-10-03 18:03:21 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:21 ec = 2025-10-03 18:03:21 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:21 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:21 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69f20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:21 thread_status = { = { = {}, }, thread_id = 650, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b54b0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b54b0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04808c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\tH\300\177\000\0000\313\bH\300\177\000", __large = 0x7fc048099640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04808ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04808ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b548c800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\367\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:21 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:21 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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=0x7fc067e69f20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:21 __f = 0x7fc067e69f20 2025-10-03 18:03:21 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04808cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #16 std::__1::function::operator() (this=0x7fc04808cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff740) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \237\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69f20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04808cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239534704305, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:21 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04808cb16}} 2025-10-03 18:03: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_ = 0x7fc04808ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:21 _allocations_flag_prev_val759 = 2025-10-03 18:03:21 _allocations_flag_prev_val659 = false 2025-10-03 18:03:21 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04808cb17}} 2025-10-03 18:03:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_is_done = 2025-10-03 18:03:21 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff760}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:21 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 2025-10-03 18:03:21 Thread 241 (Thread 0x7fc047898640 (LWP 651) "BgSchPool"): 2025-10-03 18:03:21 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:21 ec = 2025-10-03 18:03:21 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:21 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:21 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69f80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:21 thread_status = { = { = {}, }, thread_id = 651, os_thread_priority = 0, performance_counters = {counters = 0x7fc068b80000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc068b80000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04788b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\211G\300\177\000\0000\273\210G\300\177\000", __large = 0x7fc047898640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04788ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04788ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc068a53a40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\367\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:21 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:21 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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=0x7fc067e69f80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:21 __f = 0x7fc067e69f80 2025-10-03 18:03:21 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04788bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #16 std::__1::function::operator() (this=0x7fc04788bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff7a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\237\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69f80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04788bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239534948703, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:21 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04788bb16}} 2025-10-03 18:03: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_ = 0x7fc04788bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:21 _allocations_flag_prev_val759 = 2025-10-03 18:03:21 _allocations_flag_prev_val659 = false 2025-10-03 18:03:21 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04788bb17}} 2025-10-03 18:03:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_is_done = 2025-10-03 18:03:21 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff7c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:21 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 2025-10-03 18:03:21 Thread 240 (Thread 0x7fc047097640 (LWP 652) "BgSchPool"): 2025-10-03 18:03:21 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:21 ec = 2025-10-03 18:03:21 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:21 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:21 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e69fe0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:21 thread_status = { = { = {}, }, thread_id = 652, os_thread_priority = 0, performance_counters = {counters = 0x7fc099eaf000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099eaf000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04708a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\tG\300\177\000\0000\253\bG\300\177\000", __large = 0x7fc047097640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04708aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04708aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099ea2fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\370\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:21 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:21 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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=0x7fc067e69fe0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:21 __f = 0x7fc067e69fe0 2025-10-03 18:03:21 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04708aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #16 std::__1::function::operator() (this=0x7fc04708aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff800) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\237\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e69fe0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04708ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239535020669, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:21 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04708ab16}} 2025-10-03 18:03: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_ = 0x7fc04708acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:21 _allocations_flag_prev_val759 = 2025-10-03 18:03:21 _allocations_flag_prev_val659 = false 2025-10-03 18:03:21 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04708ab17}} 2025-10-03 18:03:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_is_done = 2025-10-03 18:03:21 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff820}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:21 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 2025-10-03 18:03:21 Thread 239 (Thread 0x7fc046896640 (LWP 653) "BgSchPool"): 2025-10-03 18:03:21 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:21 No symbol table info available. 2025-10-03 18:03:21 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:21 ec = 2025-10-03 18:03:21 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:21 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:21 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a040) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:21 thread_status = { = { = {}, }, thread_id = 653, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a141a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a141a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc046889848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19520, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\211F\300\177\000\0000\233\210F\300\177\000", __large = 0x7fc046896640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc046889a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc046889a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a13f5800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\370\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:21 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:21 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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=0x7fc067e6a040) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:21 __f = 0x7fc067e6a040 2025-10-03 18:03:21 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc046889ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #16 std::__1::function::operator() (this=0x7fc046889ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff860) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\240\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a040}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc046889c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239535077816, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:21 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc046889b16}} 2025-10-03 18:03: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_ = 0x7fc046889caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:21 _allocations_flag_prev_val759 = 2025-10-03 18:03:21 _allocations_flag_prev_val659 = false 2025-10-03 18:03:21 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc046889b17}} 2025-10-03 18:03:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:21 job_is_done = 2025-10-03 18:03:21 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:21 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:21 No locals. 2025-10-03 18:03:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff880}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:22 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 2025-10-03 18:03:22 Thread 238 (Thread 0x7fc046095640 (LWP 654) "BgSchPool"): 2025-10-03 18:03:22 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:22 ec = 2025-10-03 18:03:22 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:22 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:22 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a0a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:22 thread_status = { = { = {}, }, thread_id = 654, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b54c9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b54c9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc046088848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 38272, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\tF\300\177\000\0000\213\bF\300\177\000", __large = 0x7fc046095640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc046088a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc046088a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b548dac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\370\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:22 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:22 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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=0x7fc067e6a0a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:22 __f = 0x7fc067e6a0a0 2025-10-03 18:03:22 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc046088ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #16 std::__1::function::operator() (this=0x7fc046088ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff8c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\240\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a0a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc046088c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239535206948, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:22 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc046088b16}} 2025-10-03 18:03: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_ = 0x7fc046088caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:22 _allocations_flag_prev_val759 = 2025-10-03 18:03:22 _allocations_flag_prev_val659 = false 2025-10-03 18:03:22 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc046088b17}} 2025-10-03 18:03:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_is_done = 2025-10-03 18:03:22 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff8e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:22 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 2025-10-03 18:03:22 Thread 237 (Thread 0x7fc045894640 (LWP 655) "BgSchPool"): 2025-10-03 18:03:22 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:22 ec = 2025-10-03 18:03:22 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:22 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:22 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a100) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:22 thread_status = { = { = {}, }, thread_id = 655, os_thread_priority = 0, performance_counters = {counters = 0x7fc099ec8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099ec8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc045887848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 44192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\211E\300\177\000\0000{\210E\300\177\000", __large = 0x7fc045894640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc045887a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc045887a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099ea4280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239944470157, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \371\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:22 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:22 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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=0x7fc067e6a100) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:22 __f = 0x7fc067e6a100 2025-10-03 18:03:22 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc045887ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #16 std::__1::function::operator() (this=0x7fc045887ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff920) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\241\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a100}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc045887c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239535451437, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:22 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc045887b16}} 2025-10-03 18:03: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_ = 0x7fc045887caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:22 _allocations_flag_prev_val759 = 2025-10-03 18:03:22 _allocations_flag_prev_val659 = false 2025-10-03 18:03:22 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc045887b17}} 2025-10-03 18:03:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_is_done = 2025-10-03 18:03:22 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff940}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:22 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 2025-10-03 18:03:22 Thread 236 (Thread 0x7fc045093640 (LWP 656) "BgSchPool"): 2025-10-03 18:03:22 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:22 ec = 2025-10-03 18:03:22 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:22 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:22 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a1c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:22 thread_status = { = { = {}, }, thread_id = 656, os_thread_priority = 0, performance_counters = {counters = 0x7fc099ee3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099ee3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc045086848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\tE\300\177\000\0000k\bE\300\177\000", __large = 0x7fc045093640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc045086a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc045086a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099ed7540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\371\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:22 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:22 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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=0x7fc067e6a1c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:22 __f = 0x7fc067e6a1c0 2025-10-03 18:03:22 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc045086ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #16 std::__1::function::operator() (this=0x7fc045086ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff980) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\241\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a1c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc045086c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239535715572, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:22 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc045086b16}} 2025-10-03 18:03: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_ = 0x7fc045086caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:22 _allocations_flag_prev_val759 = 2025-10-03 18:03:22 _allocations_flag_prev_val659 = false 2025-10-03 18:03:22 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc045086b17}} 2025-10-03 18:03:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_is_done = 2025-10-03 18:03:22 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fff9a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:22 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 2025-10-03 18:03:22 Thread 235 (Thread 0x7fc044892640 (LWP 657) "BgSchPool"): 2025-10-03 18:03:22 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:22 ec = 2025-10-03 18:03:22 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:22 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:22 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a160) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:22 thread_status = { = { = {}, }, thread_id = 657, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c15b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c15b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc044885848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17504, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\211D\300\177\000\0000[\210D\300\177\000", __large = 0x7fc044892640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc044885a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc044885a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c138280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\371\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:22 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:22 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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=0x7fc067e6a160) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:22 __f = 0x7fc067e6a160 2025-10-03 18:03:22 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc044885ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #16 std::__1::function::operator() (this=0x7fc044885ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fff9e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\241\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a160}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc044885c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239535663013, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:22 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc044885b16}} 2025-10-03 18:03: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_ = 0x7fc044885caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:22 _allocations_flag_prev_val759 = 2025-10-03 18:03:22 _allocations_flag_prev_val659 = false 2025-10-03 18:03:22 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc044885b17}} 2025-10-03 18:03:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_is_done = 2025-10-03 18:03:22 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffa00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:22 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 2025-10-03 18:03:22 Thread 234 (Thread 0x7fc044091640 (LWP 658) "BgSchPool"): 2025-10-03 18:03:22 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:22 ec = 2025-10-03 18:03:22 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:22 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:22 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a220) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:22 thread_status = { = { = {}, }, thread_id = 658, os_thread_priority = 0, performance_counters = {counters = 0x7fc068bd8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc068bd8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc044084848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21024, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\tD\300\177\000\0000K\bD\300\177\000", __large = 0x7fc044091640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc044084a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc044084a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc068a54d00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\372\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:22 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:22 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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=0x7fc067e6a220) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:22 __f = 0x7fc067e6a220 2025-10-03 18:03:22 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc044084ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #16 std::__1::function::operator() (this=0x7fc044084ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffa40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \242\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a220}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc044084c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239535784230, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:22 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc044084b16}} 2025-10-03 18:03: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_ = 0x7fc044084caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:22 _allocations_flag_prev_val759 = 2025-10-03 18:03:22 _allocations_flag_prev_val659 = false 2025-10-03 18:03:22 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc044084b17}} 2025-10-03 18:03:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_is_done = 2025-10-03 18:03:22 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffa60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:22 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 2025-10-03 18:03:22 Thread 233 (Thread 0x7fc043890640 (LWP 659) "BgSchPool"): 2025-10-03 18:03:22 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:22 ec = 2025-10-03 18:03:22 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:22 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:22 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a280) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:22 thread_status = { = { = {}, }, thread_id = 659, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a54dd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a54dd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc043883848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21312, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\211C\300\177\000\0000;\210C\300\177\000", __large = 0x7fc043890640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc043883a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc043883a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a54b9280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:22 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:22 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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=0x7fc067e6a280) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:22 __f = 0x7fc067e6a280 2025-10-03 18:03:22 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc043883ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #16 std::__1::function::operator() (this=0x7fc043883ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffaa0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\242\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a280}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc043883c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239535835006, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:22 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc043883b16}} 2025-10-03 18:03: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_ = 0x7fc043883caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:22 _allocations_flag_prev_val759 = 2025-10-03 18:03:22 _allocations_flag_prev_val659 = false 2025-10-03 18:03:22 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc043883b17}} 2025-10-03 18:03:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_is_done = 2025-10-03 18:03:22 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffac0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:22 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 2025-10-03 18:03:22 Thread 232 (Thread 0x7fc04308f640 (LWP 660) "BgSchPool"): 2025-10-03 18:03:22 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:22 ec = 2025-10-03 18:03:22 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:22 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:22 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a2e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:22 thread_status = { = { = {}, }, thread_id = 660, os_thread_priority = 0, performance_counters = {counters = 0x7fc252b97000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252b97000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc043082848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29488, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\bC\300\177\000\0000+\bC\300\177\000", __large = 0x7fc04308f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc043082a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc043082a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252b74590}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\373\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:22 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:22 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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=0x7fc067e6a2e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:22 __f = 0x7fc067e6a2e0 2025-10-03 18:03:22 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc043082ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #16 std::__1::function::operator() (this=0x7fc043082ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffb00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\242\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a2e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc043082c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239535996018, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:22 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc043082b16}} 2025-10-03 18:03: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_ = 0x7fc043082caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:22 _allocations_flag_prev_val759 = 2025-10-03 18:03:22 _allocations_flag_prev_val659 = false 2025-10-03 18:03:22 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc043082b17}} 2025-10-03 18:03:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_is_done = 2025-10-03 18:03:22 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffb20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:22 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 2025-10-03 18:03:22 Thread 231 (Thread 0x7fc04288e640 (LWP 661) "BgSchPool"): 2025-10-03 18:03:22 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:22 ec = 2025-10-03 18:03:22 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:22 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:22 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a340) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:22 thread_status = { = { = {}, }, thread_id = 661, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c177000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c177000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc042881848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\210B\300\177\000\0000\033\210B\300\177\000", __large = 0x7fc04288e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc042881a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc042881a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c16a540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\373\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:22 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:22 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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=0x7fc067e6a340) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:22 __f = 0x7fc067e6a340 2025-10-03 18:03:22 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc042881ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #16 std::__1::function::operator() (this=0x7fc042881ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffb60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\243\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a340}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc042881c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239536283657, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:22 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc042881b16}} 2025-10-03 18:03: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_ = 0x7fc042881caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:22 _allocations_flag_prev_val759 = 2025-10-03 18:03:22 _allocations_flag_prev_val659 = false 2025-10-03 18:03:22 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc042881b17}} 2025-10-03 18:03:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_is_done = 2025-10-03 18:03:22 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffb80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:22 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 2025-10-03 18:03:22 Thread 230 (Thread 0x7fc04208d640 (LWP 662) "BgSchPool"): 2025-10-03 18:03:22 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:22 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:22 ec = 2025-10-03 18:03:22 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:22 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:22 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a3a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:22 thread_status = { = { = {}, }, thread_id = 662, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a1433000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a1433000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc042080848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22688, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\bB\300\177\000\0000\v\bB\300\177\000", __large = 0x7fc04208d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc042080a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc042080a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a13f6ac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\373\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:22 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:22 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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=0x7fc067e6a3a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:22 __f = 0x7fc067e6a3a0 2025-10-03 18:03:22 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc042080ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #16 std::__1::function::operator() (this=0x7fc042080ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffbc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\243\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a3a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc042080c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239536603777, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:22 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc042080b16}} 2025-10-03 18:03: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_ = 0x7fc042080caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:22 _allocations_flag_prev_val759 = 2025-10-03 18:03:22 _allocations_flag_prev_val659 = false 2025-10-03 18:03:22 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc042080b17}} 2025-10-03 18:03:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:22 job_is_done = 2025-10-03 18:03:22 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:22 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:22 No locals. 2025-10-03 18:03:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffbe0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:22 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:22 No symbol table info available. 2025-10-03 18:03:23 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 2025-10-03 18:03:23 Thread 229 (Thread 0x7fc04188c640 (LWP 663) "BgSchPool"): 2025-10-03 18:03:23 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:23 ec = 2025-10-03 18:03:23 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:23 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:23 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a400) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:23 thread_status = { = { = {}, }, thread_id = 663, os_thread_priority = 0, performance_counters = {counters = 0x7fc252baf000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252baf000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04187f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 64128, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ƈA\300\177\000\0000\373\207A\300\177\000", __large = 0x7fc04188c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04187fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04187fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252b75850}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \374\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:23 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:23 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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=0x7fc067e6a400) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:23 __f = 0x7fc067e6a400 2025-10-03 18:03:23 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04187fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #16 std::__1::function::operator() (this=0x7fc04187fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffc20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\244\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a400}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04187fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239536711810, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:23 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04187fb16}} 2025-10-03 18:03: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_ = 0x7fc04187fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:23 _allocations_flag_prev_val759 = 2025-10-03 18:03:23 _allocations_flag_prev_val659 = false 2025-10-03 18:03:23 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04187fb17}} 2025-10-03 18:03:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_is_done = 2025-10-03 18:03:23 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffc40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:23 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 2025-10-03 18:03:23 Thread 228 (Thread 0x7fc04108b640 (LWP 664) "BgSchPool"): 2025-10-03 18:03:23 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:23 ec = 2025-10-03 18:03:23 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:23 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:23 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a460) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:23 thread_status = { = { = {}, }, thread_id = 664, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a54f8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a54f8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04107e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21312, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\bA\300\177\000\0000\353\aA\300\177\000", __large = 0x7fc04108b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04107ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04107ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a54ec540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\374\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:23 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:23 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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=0x7fc067e6a460) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:23 __f = 0x7fc067e6a460 2025-10-03 18:03:23 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04107eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #16 std::__1::function::operator() (this=0x7fc04107eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffc80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\244\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a460}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04107ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239536966688, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:23 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04107eb16}} 2025-10-03 18:03: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_ = 0x7fc04107ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:23 _allocations_flag_prev_val759 = 2025-10-03 18:03:23 _allocations_flag_prev_val659 = false 2025-10-03 18:03:23 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04107eb17}} 2025-10-03 18:03:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_is_done = 2025-10-03 18:03:23 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffca0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:23 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 2025-10-03 18:03:23 Thread 227 (Thread 0x7fc04088a640 (LWP 665) "BgSchPool"): 2025-10-03 18:03:23 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:23 ec = 2025-10-03 18:03:23 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:23 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:23 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a4c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:23 thread_status = { = { = {}, }, thread_id = 665, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac215000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac215000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04087d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29264, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\210@\300\177\000\0000ۇ@\300\177\000", __large = 0x7fc04088a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04087da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04087da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac208540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:23 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:23 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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=0x7fc067e6a4c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:23 __f = 0x7fc067e6a4c0 2025-10-03 18:03:23 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04087dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #16 std::__1::function::operator() (this=0x7fc04087dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffce0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\244\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a4c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04087dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239537085311, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:23 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04087db16}} 2025-10-03 18:03: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_ = 0x7fc04087dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:23 _allocations_flag_prev_val759 = 2025-10-03 18:03:23 _allocations_flag_prev_val659 = false 2025-10-03 18:03:23 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04087db17}} 2025-10-03 18:03:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_is_done = 2025-10-03 18:03:23 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffd00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:23 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 2025-10-03 18:03:23 Thread 226 (Thread 0x7fc040089640 (LWP 666) "BgSchPool"): 2025-10-03 18:03:23 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:23 ec = 2025-10-03 18:03:23 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:23 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:23 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a520) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:23 thread_status = { = { = {}, }, thread_id = 666, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a144f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a144f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc04007c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 32432, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\b@\300\177\000\0000\313\a@\300\177\000", __large = 0x7fc040089640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04007ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04007ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a1442d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\375\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:23 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:23 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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=0x7fc067e6a520) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:23 __f = 0x7fc067e6a520 2025-10-03 18:03:23 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc04007cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #16 std::__1::function::operator() (this=0x7fc04007cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffd40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \245\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a520}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc04007cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239537124705, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:23 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc04007cb16}} 2025-10-03 18:03: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_ = 0x7fc04007ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:23 _allocations_flag_prev_val759 = 2025-10-03 18:03:23 _allocations_flag_prev_val659 = false 2025-10-03 18:03:23 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc04007cb17}} 2025-10-03 18:03:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_is_done = 2025-10-03 18:03:23 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffd60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:23 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 2025-10-03 18:03:23 Thread 225 (Thread 0x7fc03f888640 (LWP 667) "BgSchPool"): 2025-10-03 18:03:23 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:23 ec = 2025-10-03 18:03:23 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:23 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:23 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a580) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:23 thread_status = { = { = {}, }, thread_id = 667, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac22e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac22e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03f87b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\210?\300\177\000\0000\273\207?\300\177\000", __large = 0x7fc03f888640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03f87ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03f87ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac209800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\375\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:23 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:23 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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=0x7fc067e6a580) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:23 __f = 0x7fc067e6a580 2025-10-03 18:03:23 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03f87bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #16 std::__1::function::operator() (this=0x7fc03f87bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffda0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\245\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a580}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03f87bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239537177564, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:23 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03f87bb16}} 2025-10-03 18:03: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_ = 0x7fc03f87bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:23 _allocations_flag_prev_val759 = 2025-10-03 18:03:23 _allocations_flag_prev_val659 = false 2025-10-03 18:03:23 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03f87bb17}} 2025-10-03 18:03:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_is_done = 2025-10-03 18:03:23 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffdc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:23 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 2025-10-03 18:03:23 Thread 224 (Thread 0x7fc03f087640 (LWP 668) "BgSchPool"): 2025-10-03 18:03:23 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:23 ec = 2025-10-03 18:03:23 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:23 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:23 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a5e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:23 thread_status = { = { = {}, }, thread_id = 668, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4aa9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4aa9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03f07a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19392, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\b?\300\177\000\0000\253\a?\300\177\000", __large = 0x7fc03f087640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03f07aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03f07aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4a6dac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\376\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:23 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:23 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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=0x7fc067e6a5e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:23 __f = 0x7fc067e6a5e0 2025-10-03 18:03:23 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03f07aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #16 std::__1::function::operator() (this=0x7fc03f07aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffe00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\245\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a5e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03f07ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239537384892, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:23 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03f07ab16}} 2025-10-03 18:03: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_ = 0x7fc03f07acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:23 _allocations_flag_prev_val759 = 2025-10-03 18:03:23 _allocations_flag_prev_val659 = false 2025-10-03 18:03:23 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03f07ab17}} 2025-10-03 18:03:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_is_done = 2025-10-03 18:03:23 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffe20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:23 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 2025-10-03 18:03:23 Thread 223 (Thread 0x7fc03e886640 (LWP 669) "BgSchPool"): 2025-10-03 18:03:23 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:23 ec = 2025-10-03 18:03:23 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:23 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:23 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a640) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:23 thread_status = { = { = {}, }, thread_id = 669, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a5511000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a5511000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03e879848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\210>\300\177\000\0000\233\207>\300\177\000", __large = 0x7fc03e886640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03e879a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03e879a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a54ed800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\376\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:23 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:23 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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=0x7fc067e6a640) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:23 __f = 0x7fc067e6a640 2025-10-03 18:03:23 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03e879ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #16 std::__1::function::operator() (this=0x7fc03e879ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffe60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a640}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03e879c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239537561654, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:23 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03e879b16}} 2025-10-03 18:03: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_ = 0x7fc03e879caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:23 _allocations_flag_prev_val759 = 2025-10-03 18:03:23 _allocations_flag_prev_val659 = false 2025-10-03 18:03:23 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03e879b17}} 2025-10-03 18:03:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_is_done = 2025-10-03 18:03:23 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffe80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:23 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 2025-10-03 18:03:23 Thread 222 (Thread 0x7fc03e085640 (LWP 670) "BgSchPool"): 2025-10-03 18:03:23 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:23 No symbol table info available. 2025-10-03 18:03:23 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:23 ec = 2025-10-03 18:03:23 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:23 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:23 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a6a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:23 thread_status = { = { = {}, }, thread_id = 670, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c190000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c190000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03e078848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@V\b>\300\177\000\0000\213\a>\300\177\000", __large = 0x7fc03e085640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03e078a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03e078a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c16b800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\376\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:23 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:23 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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=0x7fc067e6a6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:23 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:23 __f = 0x7fc067e6a6a0 2025-10-03 18:03:23 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03e078ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #16 std::__1::function::operator() (this=0x7fc03e078ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:23 No locals. 2025-10-03 18:03:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133fffec0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\246\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a6a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03e078c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239537766638, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:23 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03e078b16}} 2025-10-03 18:03: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_ = 0x7fc03e078caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:24 _allocations_flag_prev_val759 = 2025-10-03 18:03:24 _allocations_flag_prev_val659 = false 2025-10-03 18:03:24 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03e078b17}} 2025-10-03 18:03:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_is_done = 2025-10-03 18:03:24 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133fffee0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:24 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 2025-10-03 18:03:24 Thread 221 (Thread 0x7fc03d884640 (LWP 671) "BgSchPool"): 2025-10-03 18:03:24 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:24 ec = 2025-10-03 18:03:24 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:24 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:24 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a700) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:24 thread_status = { = { = {}, }, thread_id = 671, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4ac5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4ac5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03d877848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\210=\300\177\000\0000{\207=\300\177\000", __large = 0x7fc03d884640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03d877a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03d877a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4ab8d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \377\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:24 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:24 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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=0x7fc067e6a700) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:24 __f = 0x7fc067e6a700 2025-10-03 18:03:24 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03d877ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #16 std::__1::function::operator() (this=0x7fc03d877ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffff20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\247\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a700}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03d877c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239538026495, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:24 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03d877b16}} 2025-10-03 18:03: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_ = 0x7fc03d877caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:24 _allocations_flag_prev_val759 = 2025-10-03 18:03:24 _allocations_flag_prev_val659 = false 2025-10-03 18:03:24 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03d877b17}} 2025-10-03 18:03:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_is_done = 2025-10-03 18:03:24 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffff40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:24 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 2025-10-03 18:03:24 Thread 220 (Thread 0x7fc03d083640 (LWP 672) "BgSchPool"): 2025-10-03 18:03:24 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:24 ec = 2025-10-03 18:03:24 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:24 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:24 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a760) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:24 thread_status = { = { = {}, }, thread_id = 672, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b54e5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b54e5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03d076848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23072, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\b=\300\177\000\0000k\a=\300\177\000", __large = 0x7fc03d083640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03d076a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03d076a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b54d8d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\377\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:24 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:24 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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=0x7fc067e6a760) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:24 __f = 0x7fc067e6a760 2025-10-03 18:03:24 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03d076ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #16 std::__1::function::operator() (this=0x7fc03d076ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffff80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\247\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a760}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03d076c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239538318494, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:24 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03d076b16}} 2025-10-03 18:03: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_ = 0x7fc03d076caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:24 _allocations_flag_prev_val759 = 2025-10-03 18:03:24 _allocations_flag_prev_val659 = false 2025-10-03 18:03:24 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03d076b17}} 2025-10-03 18:03:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_is_done = 2025-10-03 18:03:24 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc133ffffa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:24 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 2025-10-03 18:03:24 Thread 219 (Thread 0x7fc03c882640 (LWP 673) "BgSchPool"): 2025-10-03 18:03:24 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:24 ec = 2025-10-03 18:03:24 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:24 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:24 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a7c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:24 thread_status = { = { = {}, }, thread_id = 673, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac247000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac247000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03c875848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21856, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\210<\300\177\000\0000[\207<\300\177\000", __large = 0x7fc03c882640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03c875a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03c875a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac20aac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\377\3773\301\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:24 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:24 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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=0x7fc067e6a7c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:24 __f = 0x7fc067e6a7c0 2025-10-03 18:03:24 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03c875ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #16 std::__1::function::operator() (this=0x7fc03c875ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc133ffffe0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\247\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a7c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03c875c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239538357176, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:24 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03c875b16}} 2025-10-03 18:03: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_ = 0x7fc03c875caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:24 _allocations_flag_prev_val759 = 2025-10-03 18:03:24 _allocations_flag_prev_val659 = false 2025-10-03 18:03:24 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03c875b17}} 2025-10-03 18:03:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_is_done = 2025-10-03 18:03:24 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c000}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:24 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 2025-10-03 18:03:24 Thread 218 (Thread 0x7fc03c081640 (LWP 674) "BgSchPool"): 2025-10-03 18:03:24 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:24 ec = 2025-10-03 18:03:24 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:24 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:24 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a820) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:24 thread_status = { = { = {}, }, thread_id = 674, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4ade000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4ade000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03c074848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\b<\300\177\000\0000K\a<\300\177\000", __large = 0x7fc03c081640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03c074a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03c074a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4aba040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\300\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:24 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:24 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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=0x7fc067e6a820) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:24 __f = 0x7fc067e6a820 2025-10-03 18:03:24 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03c074ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #16 std::__1::function::operator() (this=0x7fc03c074ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c040) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \250\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a820}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03c074c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239538397442, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:24 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03c074b16}} 2025-10-03 18:03: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_ = 0x7fc03c074caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:24 _allocations_flag_prev_val759 = 2025-10-03 18:03:24 _allocations_flag_prev_val659 = false 2025-10-03 18:03:24 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03c074b17}} 2025-10-03 18:03:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_is_done = 2025-10-03 18:03:24 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c060}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:24 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 2025-10-03 18:03:24 Thread 217 (Thread 0x7fc03b880640 (LWP 675) "BgSchPool"): 2025-10-03 18:03:24 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:24 ec = 2025-10-03 18:03:24 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:24 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:24 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a880) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:24 thread_status = { = { = {}, }, thread_id = 675, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c1a9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c1a9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03b873848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\210;\300\177\000\0000;\207;\300\177\000", __large = 0x7fc03b880640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03b873a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03b873a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c16cac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\300\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:24 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:24 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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=0x7fc067e6a880) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:24 __f = 0x7fc067e6a880 2025-10-03 18:03:24 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03b873ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #16 std::__1::function::operator() (this=0x7fc03b873ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c0a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\250\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a880}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03b873c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239538453397, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:24 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03b873b16}} 2025-10-03 18:03: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_ = 0x7fc03b873caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:24 _allocations_flag_prev_val759 = 2025-10-03 18:03:24 _allocations_flag_prev_val659 = false 2025-10-03 18:03:24 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03b873b17}} 2025-10-03 18:03:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_is_done = 2025-10-03 18:03:24 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c0c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:24 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 2025-10-03 18:03:24 Thread 216 (Thread 0x7fc03b07f640 (LWP 676) "BgSchPool"): 2025-10-03 18:03:24 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:24 ec = 2025-10-03 18:03:24 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:24 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:24 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6aa00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:24 thread_status = { = { = {}, }, thread_id = 676, os_thread_priority = 0, performance_counters = {counters = 0x7fc061c4b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061c4b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03b072848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\a;\300\177\000\0000+\a;\300\177\000", __large = 0x7fc03b07f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03b072a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03b072a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061c3f0e0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\301\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:24 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:24 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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=0x7fc067e6aa00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:24 __f = 0x7fc067e6aa00 2025-10-03 18:03:24 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03b072ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #16 std::__1::function::operator() (this=0x7fc03b072ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c100) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\252\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6aa00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03b072c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239538985595, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:24 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03b072b16}} 2025-10-03 18:03: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_ = 0x7fc03b072caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:24 _allocations_flag_prev_val759 = 2025-10-03 18:03:24 _allocations_flag_prev_val659 = false 2025-10-03 18:03:24 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03b072b17}} 2025-10-03 18:03:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_is_done = 2025-10-03 18:03:24 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c120}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:24 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 2025-10-03 18:03:24 Thread 215 (Thread 0x7fc03a87e640 (LWP 677) "BgSchPool"): 2025-10-03 18:03:24 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:24 ec = 2025-10-03 18:03:24 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:24 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:24 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a8e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:24 thread_status = { = { = {}, }, thread_id = 677, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b54fe000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b54fe000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03a871848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 56736, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\207:\300\177\000\0000\033\207:\300\177\000", __large = 0x7fc03a87e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03a871a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03a871a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b54da040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\301\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:24 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:24 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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=0x7fc067e6a8e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:24 __f = 0x7fc067e6a8e0 2025-10-03 18:03:24 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03a871ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #16 std::__1::function::operator() (this=0x7fc03a871ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c160) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\250\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a8e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03a871c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239538693376, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:24 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03a871b16}} 2025-10-03 18:03: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_ = 0x7fc03a871caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:24 _allocations_flag_prev_val759 = 2025-10-03 18:03:24 _allocations_flag_prev_val659 = false 2025-10-03 18:03:24 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03a871b17}} 2025-10-03 18:03:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_is_done = 2025-10-03 18:03:24 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c180}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:24 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 2025-10-03 18:03:24 Thread 214 (Thread 0x7fc03a07d640 (LWP 678) "BgSchPool"): 2025-10-03 18:03:24 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:24 ec = 2025-10-03 18:03:24 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:24 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:24 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a940) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:24 thread_status = { = { = {}, }, thread_id = 678, os_thread_priority = 0, performance_counters = {counters = 0x7fc0866f9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0866f9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03a070848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 24672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\a:\300\177\000\0000\v\a:\300\177\000", __large = 0x7fc03a07d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03a070a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03a070a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0866ecfc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\301\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:24 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:24 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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=0x7fc067e6a940) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:24 __f = 0x7fc067e6a940 2025-10-03 18:03:24 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03a070ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #16 std::__1::function::operator() (this=0x7fc03a070ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c1c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\251\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a940}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03a070c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239538833800, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:24 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03a070b16}} 2025-10-03 18:03: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_ = 0x7fc03a070caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:24 _allocations_flag_prev_val759 = 2025-10-03 18:03:24 _allocations_flag_prev_val659 = false 2025-10-03 18:03:24 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03a070b17}} 2025-10-03 18:03:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_is_done = 2025-10-03 18:03:24 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c1e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:24 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 2025-10-03 18:03:24 Thread 213 (Thread 0x7fc03987c640 (LWP 679) "BgSchPool"): 2025-10-03 18:03:24 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:24 No symbol table info available. 2025-10-03 18:03:24 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:24 ec = 2025-10-03 18:03:24 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:24 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:24 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6a9a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:24 thread_status = { = { = {}, }, thread_id = 679, os_thread_priority = 0, performance_counters = {counters = 0x7fc098c3d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098c3d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03986f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Ƈ9\300\177\000\0000\373\2069\300\177\000", __large = 0x7fc03987c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03986fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03986fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098c19280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \302\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:24 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:24 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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=0x7fc067e6a9a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:24 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:24 __f = 0x7fc067e6a9a0 2025-10-03 18:03:24 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03986fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #16 std::__1::function::operator() (this=0x7fc03986fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:24 No locals. 2025-10-03 18:03:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c220) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\251\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6a9a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03986fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239538923438, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:24 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03986fb16}} 2025-10-03 18:03: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_ = 0x7fc03986fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:24 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03986fb17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c240}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:25 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 2025-10-03 18:03:25 Thread 212 (Thread 0x7fc03907b640 (LWP 680) "BgSchPool"): 2025-10-03 18:03:25 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:25 ec = 2025-10-03 18:03:25 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:25 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:25 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6aa60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:25 thread_status = { = { = {}, }, thread_id = 680, os_thread_priority = 0, performance_counters = {counters = 0x7fc10a930000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc10a930000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03906e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\a9\300\177\000\0000\353\0069\300\177\000", __large = 0x7fc03907b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03906ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03906ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a915800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\302\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:25 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:25 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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=0x7fc067e6aa60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:25 __f = 0x7fc067e6aa60 2025-10-03 18:03:25 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03906eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #16 std::__1::function::operator() (this=0x7fc03906eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c280) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\252\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6aa60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03906ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239539215997, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:25 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03906eb16}} 2025-10-03 18:03: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_ = 0x7fc03906ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:25 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03906eb17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c2a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:25 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 2025-10-03 18:03:25 Thread 211 (Thread 0x7fc03887a640 (LWP 681) "BgSchPool"): 2025-10-03 18:03:25 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:25 ec = 2025-10-03 18:03:25 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:25 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:25 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6aac0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:25 thread_status = { = { = {}, }, thread_id = 681, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a67c8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a67c8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03886d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 36864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\2078\300\177\000\0000ۆ8\300\177\000", __large = 0x7fc03887a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03886da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03886da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a67bbd80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239948470250, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\302\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:25 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:25 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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=0x7fc067e6aac0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:25 __f = 0x7fc067e6aac0 2025-10-03 18:03:25 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03886dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #16 std::__1::function::operator() (this=0x7fc03886dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c2e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\252\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6aac0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03886dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239539318879, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:25 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03886db16}} 2025-10-03 18:03: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_ = 0x7fc03886dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:25 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03886db17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c300}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:25 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 2025-10-03 18:03:25 Thread 210 (Thread 0x7fc038079640 (LWP 682) "BgSchPool"): 2025-10-03 18:03:25 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:25 ec = 2025-10-03 18:03:25 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:25 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:25 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6ab20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:25 thread_status = { = { = {}, }, thread_id = 682, os_thread_priority = 0, performance_counters = {counters = 0x7fc086712000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc086712000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03806c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28720, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\a8\300\177\000\0000\313\0068\300\177\000", __large = 0x7fc038079640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03806ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03806ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0866ee280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\303\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:25 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:25 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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=0x7fc067e6ab20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:25 __f = 0x7fc067e6ab20 2025-10-03 18:03:25 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03806cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #16 std::__1::function::operator() (this=0x7fc03806cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c340) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \253\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6ab20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03806cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239539556836, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:25 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03806cb16}} 2025-10-03 18:03: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_ = 0x7fc03806ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:25 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03806cb17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:25 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 2025-10-03 18:03:25 Thread 209 (Thread 0x7fc037878640 (LWP 683) "BgSchPool"): 2025-10-03 18:03:25 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:25 ec = 2025-10-03 18:03:25 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:25 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:25 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6ab80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:25 thread_status = { = { = {}, }, thread_id = 683, os_thread_priority = 0, performance_counters = {counters = 0x7fc0510ca000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0510ca000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03786b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 41600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\2077\300\177\000\0000\273\2067\300\177\000", __large = 0x7fc037878640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03786ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03786ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc10a916ac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\303\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:25 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:25 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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=0x7fc067e6ab80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:25 __f = 0x7fc067e6ab80 2025-10-03 18:03:25 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03786bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #16 std::__1::function::operator() (this=0x7fc03786bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c3a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\253\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6ab80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03786bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239539867108, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:25 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03786bb16}} 2025-10-03 18:03: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_ = 0x7fc03786bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:25 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03786bb17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c3c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:25 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 2025-10-03 18:03:25 Thread 208 (Thread 0x7fc037077640 (LWP 684) "BgSchPool"): 2025-10-03 18:03:25 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:25 ec = 2025-10-03 18:03:25 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:25 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:25 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6abe0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:25 thread_status = { = { = {}, }, thread_id = 684, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a67e1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a67e1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03706a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 24800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\a7\300\177\000\0000\253\0067\300\177\000", __large = 0x7fc037077640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03706aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03706aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a67bd040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\304\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:25 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:25 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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=0x7fc067e6abe0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:25 __f = 0x7fc067e6abe0 2025-10-03 18:03:25 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03706aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #16 std::__1::function::operator() (this=0x7fc03706aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c400) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\253\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6abe0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03706ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239540055191, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:25 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03706ab16}} 2025-10-03 18:03: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_ = 0x7fc03706acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:25 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03706ab17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c420}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:25 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 2025-10-03 18:03:25 Thread 207 (Thread 0x7fc036876640 (LWP 685) "BgSchPool"): 2025-10-03 18:03:25 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:25 ec = 2025-10-03 18:03:25 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:25 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:25 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6ac40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:25 thread_status = { = { = {}, }, thread_id = 685, os_thread_priority = 0, performance_counters = {counters = 0x7fc098c58000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098c58000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc036869848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30032, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\2076\300\177\000\0000\233\2066\300\177\000", __large = 0x7fc036876640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc036869a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc036869a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098c4c540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\304\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:25 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:25 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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=0x7fc067e6ac40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:25 __f = 0x7fc067e6ac40 2025-10-03 18:03:25 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc036869ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #16 std::__1::function::operator() (this=0x7fc036869ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c460) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\254\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6ac40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc036869c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239540135502, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:25 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc036869b16}} 2025-10-03 18:03: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_ = 0x7fc036869caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:25 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc036869b17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:25 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 2025-10-03 18:03:25 Thread 206 (Thread 0x7fc036075640 (LWP 686) "BgSchPool"): 2025-10-03 18:03:25 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:25 ec = 2025-10-03 18:03:25 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:25 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:25 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6aca0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:25 thread_status = { = { = {}, }, thread_id = 686, os_thread_priority = 0, performance_counters = {counters = 0x7fc0510e6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0510e6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc036068848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V\a6\300\177\000\0000\213\0066\300\177\000", __large = 0x7fc036075640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc036068a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc036068a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0510d9d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\304\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:25 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:25 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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=0x7fc067e6aca0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:25 __f = 0x7fc067e6aca0 2025-10-03 18:03:25 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc036068ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #16 std::__1::function::operator() (this=0x7fc036068ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c4c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\254\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6aca0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc036068c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239540252110, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:25 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc036068b16}} 2025-10-03 18:03: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_ = 0x7fc036068caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:25 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc036068b17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c4e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:25 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 2025-10-03 18:03:25 Thread 205 (Thread 0x7fc035874640 (LWP 687) "BgSchPool"): 2025-10-03 18:03:25 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:25 ec = 2025-10-03 18:03:25 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:25 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:25 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6ad00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:25 thread_status = { = { = {}, }, thread_id = 687, os_thread_priority = 0, performance_counters = {counters = 0x7fc08672e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc08672e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc035867848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@F\2075\300\177\000\0000{\2065\300\177\000", __large = 0x7fc035874640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc035867a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc035867a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc086721540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \305\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:25 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:25 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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=0x7fc067e6ad00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:25 __f = 0x7fc067e6ad00 2025-10-03 18:03:25 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc035867ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #16 std::__1::function::operator() (this=0x7fc035867ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c520) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\255\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6ad00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc035867c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239540405548, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:25 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc035867b16}} 2025-10-03 18:03: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_ = 0x7fc035867caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:25 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc035867b17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c540}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:25 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 2025-10-03 18:03:25 Thread 204 (Thread 0x7fc035073640 (LWP 688) "BgSchPool"): 2025-10-03 18:03:25 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:25 ec = 2025-10-03 18:03:25 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:25 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:25 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6ad60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:25 thread_status = { = { = {}, }, thread_id = 688, os_thread_priority = 0, performance_counters = {counters = 0x7fc098c71000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098c71000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc035066848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\a5\300\177\000\0000k\0065\300\177\000", __large = 0x7fc035073640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc035066a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc035066a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098c4d800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\305\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:25 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:25 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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=0x7fc067e6ad60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:25 __f = 0x7fc067e6ad60 2025-10-03 18:03:25 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc035066ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #16 std::__1::function::operator() (this=0x7fc035066ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c580) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\255\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6ad60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc035066c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239540608128, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:25 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc035066b16}} 2025-10-03 18:03: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_ = 0x7fc035066caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:25 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc035066b17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c5a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:25 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 2025-10-03 18:03:25 Thread 203 (Thread 0x7fc034872640 (LWP 689) "BgSchPool"): 2025-10-03 18:03:25 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:25 No symbol table info available. 2025-10-03 18:03:25 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:25 ec = 2025-10-03 18:03:25 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:25 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:25 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6adc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:25 thread_status = { = { = {}, }, thread_id = 689, os_thread_priority = 0, performance_counters = {counters = 0x7fc061c64000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061c64000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc034865848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30416, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\2074\300\177\000\0000[\2064\300\177\000", __large = 0x7fc034872640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc034865a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc034865a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061c403a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\305\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:25 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:25 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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=0x7fc067e6adc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:25 __f = 0x7fc067e6adc0 2025-10-03 18:03:25 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc034865ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #16 std::__1::function::operator() (this=0x7fc034865ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c5e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\255\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6adc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc034865c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239540660546, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:25 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc034865b16}} 2025-10-03 18:03: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_ = 0x7fc034865caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:25 _allocations_flag_prev_val759 = 2025-10-03 18:03:25 _allocations_flag_prev_val659 = false 2025-10-03 18:03:25 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc034865b17}} 2025-10-03 18:03:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:25 job_is_done = 2025-10-03 18:03:25 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:25 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:25 No locals. 2025-10-03 18:03:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c600}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:26 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 2025-10-03 18:03:26 Thread 202 (Thread 0x7fc034071640 (LWP 690) "BgSchPool"): 2025-10-03 18:03:26 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:26 ec = 2025-10-03 18:03:26 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:26 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:26 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6ae20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:26 thread_status = { = { = {}, }, thread_id = 690, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a67fc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a67fc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc034064848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26128, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026\a4\300\177\000\0000K\0064\300\177\000", __large = 0x7fc034071640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc034064a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc034064a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a67f0300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\306\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:26 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:26 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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=0x7fc067e6ae20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:26 __f = 0x7fc067e6ae20 2025-10-03 18:03:26 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc034064ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #16 std::__1::function::operator() (this=0x7fc034064ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c640) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \256\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6ae20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc034064c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239540723654, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:26 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc034064b16}} 2025-10-03 18:03: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_ = 0x7fc034064caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:26 _allocations_flag_prev_val759 = 2025-10-03 18:03:26 _allocations_flag_prev_val659 = false 2025-10-03 18:03:26 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc034064b17}} 2025-10-03 18:03:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_is_done = 2025-10-03 18:03:26 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:26 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 2025-10-03 18:03:26 Thread 201 (Thread 0x7fc033870640 (LWP 691) "BgSchPool"): 2025-10-03 18:03:26 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:26 ec = 2025-10-03 18:03:26 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:26 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:26 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6ae80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:26 thread_status = { = { = {}, }, thread_id = 691, os_thread_priority = 0, performance_counters = {counters = 0x7fc086746000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc086746000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc033863848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\2073\300\177\000\0000;\2063\300\177\000", __large = 0x7fc033870640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc033863a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc033863a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc086722800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\306\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:26 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:26 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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=0x7fc067e6ae80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:26 __f = 0x7fc067e6ae80 2025-10-03 18:03:26 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc033863ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #16 std::__1::function::operator() (this=0x7fc033863ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c6a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\256\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6ae80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc033863c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239540872624, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:26 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc033863b16}} 2025-10-03 18:03: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_ = 0x7fc033863caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:26 _allocations_flag_prev_val759 = 2025-10-03 18:03:26 _allocations_flag_prev_val659 = false 2025-10-03 18:03:26 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc033863b17}} 2025-10-03 18:03:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_is_done = 2025-10-03 18:03:26 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c6c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:26 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 2025-10-03 18:03:26 Thread 200 (Thread 0x7fc03306f640 (LWP 692) "BgSchPool"): 2025-10-03 18:03:26 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:26 ec = 2025-10-03 18:03:26 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:26 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:26 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6aee0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:26 thread_status = { = { = {}, }, thread_id = 692, os_thread_priority = 0, performance_counters = {counters = 0x7fc061c80000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061c80000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc033062848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 30864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\0063\300\177\000\0000+\0063\300\177\000", __large = 0x7fc03306f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc033062a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc033062a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061c73660}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\307\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:26 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:26 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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=0x7fc067e6aee0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:26 __f = 0x7fc067e6aee0 2025-10-03 18:03:26 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc033062ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #16 std::__1::function::operator() (this=0x7fc033062ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c700) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\256\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6aee0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc033062c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239541060185, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:26 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc033062b16}} 2025-10-03 18:03: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_ = 0x7fc033062caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:26 _allocations_flag_prev_val759 = 2025-10-03 18:03:26 _allocations_flag_prev_val659 = false 2025-10-03 18:03:26 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc033062b17}} 2025-10-03 18:03:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_is_done = 2025-10-03 18:03:26 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c720}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:26 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 2025-10-03 18:03:26 Thread 199 (Thread 0x7fc03286e640 (LWP 693) "BgSchPool"): 2025-10-03 18:03:26 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:26 ec = 2025-10-03 18:03:26 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:26 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:26 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6af40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:26 thread_status = { = { = {}, }, thread_id = 693, os_thread_priority = 0, performance_counters = {counters = 0x7fc0510ff000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0510ff000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc032861848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31056, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\2062\300\177\000\0000\033\2062\300\177\000", __large = 0x7fc03286e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc032861a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc032861a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0510db040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\307\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:26 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:26 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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=0x7fc067e6af40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:26 __f = 0x7fc067e6af40 2025-10-03 18:03:26 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc032861ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #16 std::__1::function::operator() (this=0x7fc032861ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c760) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\257\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6af40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc032861c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239541379294, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:26 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc032861b16}} 2025-10-03 18:03: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_ = 0x7fc032861caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:26 _allocations_flag_prev_val759 = 2025-10-03 18:03:26 _allocations_flag_prev_val659 = false 2025-10-03 18:03:26 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc032861b17}} 2025-10-03 18:03:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_is_done = 2025-10-03 18:03:26 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:26 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 2025-10-03 18:03:26 Thread 198 (Thread 0x7fc03206d640 (LWP 694) "BgSchPool"): 2025-10-03 18:03:26 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:26 ec = 2025-10-03 18:03:26 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:26 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:26 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e6afa0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:26 thread_status = { = { = {}, }, thread_id = 694, os_thread_priority = 0, performance_counters = {counters = 0x7fc0921f6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0921f6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc032060848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 24928, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\0062\300\177\000\0000\v\0062\300\177\000", __large = 0x7fc03206d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc032060a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc032060a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0921d2800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\307\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:26 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:26 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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=0x7fc067e6afa0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:26 __f = 0x7fc067e6afa0 2025-10-03 18:03:26 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc032060ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #16 std::__1::function::operator() (this=0x7fc032060ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c7c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\257\346g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e6afa0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc032060c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239541434397, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:26 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc032060b16}} 2025-10-03 18:03: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_ = 0x7fc032060caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:26 _allocations_flag_prev_val759 = 2025-10-03 18:03:26 _allocations_flag_prev_val659 = false 2025-10-03 18:03:26 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc032060b17}} 2025-10-03 18:03:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_is_done = 2025-10-03 18:03:26 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c7e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:26 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 2025-10-03 18:03:26 Thread 197 (Thread 0x7fc03186c640 (LWP 695) "BgSchPool"): 2025-10-03 18:03:26 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:26 ec = 2025-10-03 18:03:26 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:26 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:26 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82000) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:26 thread_status = { = { = {}, }, thread_id = 695, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4af9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4af9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03185f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 40128, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Ɔ1\300\177\000\0000\373\2051\300\177\000", __large = 0x7fc03186c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03185fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03185fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4aed300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \310\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:26 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:26 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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=0x7fc067e82000) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:26 __f = 0x7fc067e82000 2025-10-03 18:03:26 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03185fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #16 std::__1::function::operator() (this=0x7fc03185fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c820) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000 \350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e82000}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03185fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239541484682, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:26 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03185fb16}} 2025-10-03 18:03: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_ = 0x7fc03185fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:26 _allocations_flag_prev_val759 = 2025-10-03 18:03:26 _allocations_flag_prev_val659 = false 2025-10-03 18:03:26 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03185fb17}} 2025-10-03 18:03:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_is_done = 2025-10-03 18:03:26 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:26 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 2025-10-03 18:03:26 Thread 196 (Thread 0x7fc03106b640 (LWP 696) "BgSchPool"): 2025-10-03 18:03:26 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:26 ec = 2025-10-03 18:03:26 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:26 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:26 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82060) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:26 thread_status = { = { = {}, }, thread_id = 696, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b5519000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b5519000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03105e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 37952, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266\0061\300\177\000\0000\353\0051\300\177\000", __large = 0x7fc03106b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03105ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03105ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b550d300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\310\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:26 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:26 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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=0x7fc067e82060) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:26 __f = 0x7fc067e82060 2025-10-03 18:03:26 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03105eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #16 std::__1::function::operator() (this=0x7fc03105eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c880) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "` \350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e82060}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03105ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239541534665, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:26 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03105eb16}} 2025-10-03 18:03: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_ = 0x7fc03105ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:26 _allocations_flag_prev_val759 = 2025-10-03 18:03:26 _allocations_flag_prev_val659 = false 2025-10-03 18:03:26 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03105eb17}} 2025-10-03 18:03:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_is_done = 2025-10-03 18:03:26 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c8a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:26 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 2025-10-03 18:03:26 Thread 195 (Thread 0x7fc03086a640 (LWP 697) "BgSchPool"): 2025-10-03 18:03:26 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:26 ec = 2025-10-03 18:03:26 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:26 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:26 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e820c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:26 thread_status = { = { = {}, }, thread_id = 697, os_thread_priority = 0, performance_counters = {counters = 0x7fc05111a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc05111a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03085d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\2060\300\177\000\0000ۅ0\300\177\000", __large = 0x7fc03086a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03085da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03085da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc05110e300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\310\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:26 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:26 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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=0x7fc067e820c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:26 __f = 0x7fc067e820c0 2025-10-03 18:03:26 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03085dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #16 std::__1::function::operator() (this=0x7fc03085dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c8e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300 \350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e820c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03085dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239541570302, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:26 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03085db16}} 2025-10-03 18:03: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_ = 0x7fc03085dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:26 _allocations_flag_prev_val759 = 2025-10-03 18:03:26 _allocations_flag_prev_val659 = false 2025-10-03 18:03:26 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03085db17}} 2025-10-03 18:03:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_is_done = 2025-10-03 18:03:26 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c900}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:26 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 2025-10-03 18:03:26 Thread 194 (Thread 0x7fc030069640 (LWP 698) "BgSchPool"): 2025-10-03 18:03:26 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:26 No symbol table info available. 2025-10-03 18:03:26 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:26 ec = 2025-10-03 18:03:26 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:26 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:26 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82120) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:26 thread_status = { = { = {}, }, thread_id = 698, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4b12000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4b12000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc03005c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23104, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226\0060\300\177\000\0000\313\0050\300\177\000", __large = 0x7fc030069640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03005ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03005ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4aee5c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\311\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:26 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:26 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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=0x7fc067e82120) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:26 __f = 0x7fc067e82120 2025-10-03 18:03:26 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc03005cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #16 std::__1::function::operator() (this=0x7fc03005cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c940) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " !\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e82120}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc03005cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239541744128, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:26 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc03005cb16}} 2025-10-03 18:03: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_ = 0x7fc03005ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:26 _allocations_flag_prev_val759 = 2025-10-03 18:03:26 _allocations_flag_prev_val659 = false 2025-10-03 18:03:26 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc03005cb17}} 2025-10-03 18:03:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:26 job_is_done = 2025-10-03 18:03:26 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:26 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:26 No locals. 2025-10-03 18:03:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:27 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 2025-10-03 18:03:27 Thread 193 (Thread 0x7fc02f868640 (LWP 699) "BgSchPool"): 2025-10-03 18:03:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:27 ec = 2025-10-03 18:03:27 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:27 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:27 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82180) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:27 thread_status = { = { = {}, }, thread_id = 699, os_thread_priority = 0, performance_counters = {counters = 0x7fc09220f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09220f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02f85b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20928, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\206/\300\177\000\0000\273\205/\300\177\000", __large = 0x7fc02f868640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02f85ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02f85ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0921d3ac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\311\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:27 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:27 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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=0x7fc067e82180) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:27 __f = 0x7fc067e82180 2025-10-03 18:03:27 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02f85bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #16 std::__1::function::operator() (this=0x7fc02f85bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7c9a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200!\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e82180}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02f85bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239541964962, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02f85bb16}} 2025-10-03 18:03: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_ = 0x7fc02f85bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:27 _allocations_flag_prev_val759 = 2025-10-03 18:03:27 _allocations_flag_prev_val659 = false 2025-10-03 18:03:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02f85bb17}} 2025-10-03 18:03:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_is_done = 2025-10-03 18:03:27 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7c9c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:27 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 2025-10-03 18:03:27 Thread 192 (Thread 0x7fc02f067640 (LWP 700) "BgSchPool"): 2025-10-03 18:03:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:27 ec = 2025-10-03 18:03:27 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:27 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:27 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e821e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:27 thread_status = { = { = {}, }, thread_id = 700, os_thread_priority = 0, performance_counters = {counters = 0x7fc09222b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09222b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02f05a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21312, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v\006/\300\177\000\0000\253\005/\300\177\000", __large = 0x7fc02f067640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02f05aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02f05aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09221ed80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\312\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:27 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:27 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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=0x7fc067e821e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:27 __f = 0x7fc067e821e0 2025-10-03 18:03:27 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02f05aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #16 std::__1::function::operator() (this=0x7fc02f05aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7ca00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340!\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e821e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02f05ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239542281005, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02f05ab16}} 2025-10-03 18:03: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_ = 0x7fc02f05acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:27 _allocations_flag_prev_val759 = 2025-10-03 18:03:27 _allocations_flag_prev_val659 = false 2025-10-03 18:03:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02f05ab17}} 2025-10-03 18:03:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_is_done = 2025-10-03 18:03:27 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7ca20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:27 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 2025-10-03 18:03:27 Thread 191 (Thread 0x7fc02e866640 (LWP 701) "BgSchPool"): 2025-10-03 18:03:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:27 ec = 2025-10-03 18:03:27 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:27 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:27 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82240) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:27 thread_status = { = { = {}, }, thread_id = 701, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4b2b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4b2b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02e859848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22720, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\206.\300\177\000\0000\233\205.\300\177\000", __large = 0x7fc02e866640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02e859a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02e859a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4aef880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\312\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:27 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:27 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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=0x7fc067e82240) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:27 __f = 0x7fc067e82240 2025-10-03 18:03:27 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02e859ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #16 std::__1::function::operator() (this=0x7fc02e859ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7ca60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\"\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e82240}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02e859c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239542378789, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02e859b16}} 2025-10-03 18:03: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_ = 0x7fc02e859caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:27 _allocations_flag_prev_val759 = 2025-10-03 18:03:27 _allocations_flag_prev_val659 = false 2025-10-03 18:03:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02e859b17}} 2025-10-03 18:03:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_is_done = 2025-10-03 18:03:27 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7ca80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:27 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 2025-10-03 18:03:27 Thread 190 (Thread 0x7fc02e065640 (LWP 702) "BgSchPool"): 2025-10-03 18:03:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:27 ec = 2025-10-03 18:03:27 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:27 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:27 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e822a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:27 thread_status = { = { = {}, }, thread_id = 702, os_thread_priority = 0, performance_counters = {counters = 0x7fc098c8a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098c8a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02e058848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@V\006.\300\177\000\0000\213\005.\300\177\000", __large = 0x7fc02e065640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02e058a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02e058a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098c4eac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\312\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:27 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:27 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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=0x7fc067e822a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:27 __f = 0x7fc067e822a0 2025-10-03 18:03:27 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02e058ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #16 std::__1::function::operator() (this=0x7fc02e058ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cac0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\"\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e822a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02e058c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239542433331, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02e058b16}} 2025-10-03 18:03: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_ = 0x7fc02e058caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:27 _allocations_flag_prev_val759 = 2025-10-03 18:03:27 _allocations_flag_prev_val659 = false 2025-10-03 18:03:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02e058b17}} 2025-10-03 18:03:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_is_done = 2025-10-03 18:03:27 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:27 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 2025-10-03 18:03:27 Thread 189 (Thread 0x7fc02d864640 (LWP 703) "BgSchPool"): 2025-10-03 18:03:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:27 ec = 2025-10-03 18:03:27 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:27 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:27 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82300) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:27 thread_status = { = { = {}, }, thread_id = 703, os_thread_priority = 0, performance_counters = {counters = 0x7fc092244000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc092244000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02d857848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18944, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\206-\300\177\000\0000{\205-\300\177\000", __large = 0x7fc02d864640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02d857a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02d857a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc092220040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \313\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:27 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:27 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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=0x7fc067e82300) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:27 __f = 0x7fc067e82300 2025-10-03 18:03:27 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02d857ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #16 std::__1::function::operator() (this=0x7fc02d857ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cb20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000#\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e82300}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02d857c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239542488704, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02d857b16}} 2025-10-03 18:03: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_ = 0x7fc02d857caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:27 _allocations_flag_prev_val759 = 2025-10-03 18:03:27 _allocations_flag_prev_val659 = false 2025-10-03 18:03:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02d857b17}} 2025-10-03 18:03:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_is_done = 2025-10-03 18:03:27 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cb40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:27 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 2025-10-03 18:03:27 Thread 188 (Thread 0x7fc02d063640 (LWP 704) "BgSchPool"): 2025-10-03 18:03:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:27 ec = 2025-10-03 18:03:27 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:27 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:27 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82360) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:27 thread_status = { = { = {}, }, thread_id = 704, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a552a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a552a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02d056848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6\006-\300\177\000\0000k\005-\300\177\000", __large = 0x7fc02d063640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02d056a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02d056a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a54eeac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\313\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:27 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:27 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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=0x7fc067e82360) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:27 __f = 0x7fc067e82360 2025-10-03 18:03:27 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02d056ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #16 std::__1::function::operator() (this=0x7fc02d056ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cb80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`#\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e82360}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02d056c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239542559277, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02d056b16}} 2025-10-03 18:03: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_ = 0x7fc02d056caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:27 _allocations_flag_prev_val759 = 2025-10-03 18:03:27 _allocations_flag_prev_val659 = false 2025-10-03 18:03:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02d056b17}} 2025-10-03 18:03:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_is_done = 2025-10-03 18:03:27 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:27 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 2025-10-03 18:03:27 Thread 187 (Thread 0x7fc02c862640 (LWP 705) "BgSchPool"): 2025-10-03 18:03:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:27 ec = 2025-10-03 18:03:27 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:27 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:27 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e823c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:27 thread_status = { = { = {}, }, thread_id = 705, os_thread_priority = 0, performance_counters = {counters = 0x7fc09225f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09225f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02c855848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@&\206,\300\177\000\0000[\205,\300\177\000", __large = 0x7fc02c862640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02c855a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02c855a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc092253300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\313\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:27 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:27 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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=0x7fc067e823c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:27 __f = 0x7fc067e823c0 2025-10-03 18:03:27 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02c855ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #16 std::__1::function::operator() (this=0x7fc02c855ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cbe0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300#\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e823c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02c855c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239542611445, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02c855b16}} 2025-10-03 18:03: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_ = 0x7fc02c855caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:27 _allocations_flag_prev_val759 = 2025-10-03 18:03:27 _allocations_flag_prev_val659 = false 2025-10-03 18:03:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02c855b17}} 2025-10-03 18:03:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_is_done = 2025-10-03 18:03:27 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cc00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:27 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 2025-10-03 18:03:27 Thread 186 (Thread 0x7fc02c061640 (LWP 706) "BgSchPool"): 2025-10-03 18:03:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec34, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #3 std::__1::condition_variable::wait (this=0x7fc25313ec34, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:27 ec = 2025-10-03 18:03:27 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:27 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:27 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82420) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:27 thread_status = { = { = {}, }, thread_id = 706, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a5546000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a5546000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02c054848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\026\006,\300\177\000\0000K\005,\300\177\000", __large = 0x7fc02c061640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02c054a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02c054a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a5539d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\314\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:27 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:27 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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=0x7fc067e82420) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:27 __f = 0x7fc067e82420 2025-10-03 18:03:27 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02c054ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #16 std::__1::function::operator() (this=0x7fc02c054ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cc40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " $\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e82420}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02c054c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239542825186, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02c054b16}} 2025-10-03 18:03: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_ = 0x7fc02c054caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:27 _allocations_flag_prev_val759 = 2025-10-03 18:03:27 _allocations_flag_prev_val659 = false 2025-10-03 18:03:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02c054b17}} 2025-10-03 18:03:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_is_done = 2025-10-03 18:03:27 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cc60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:27 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 2025-10-03 18:03:27 Thread 185 (Thread 0x7fc02b860640 (LWP 707) "BgSchPool"): 2025-10-03 18:03:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313ec30, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #3 std::__1::condition_variable::wait (this=0x7fc25313ec30, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:27 ec = 2025-10-03 18:03:27 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313ec08, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:27 tasks_lock = {__m_ = 0x7fc25313ec38, __owns_ = true} 2025-10-03 18:03:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:27 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82480) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:27 thread_status = { = { = {}, }, thread_id = 707, os_thread_priority = 0, performance_counters = {counters = 0x7fc098ca6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098ca6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02b853848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27760, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\206+\300\177\000\0000;\205+\300\177\000", __large = 0x7fc02b860640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02b853a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02b853a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098c99d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\314\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:27 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:27 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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=0x7fc067e82480) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:27 __f = 0x7fc067e82480 2025-10-03 18:03:27 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02b853ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #16 std::__1::function::operator() (this=0x7fc02b853ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cca0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200$\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e82480}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02b853c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239543024860, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02b853b16}} 2025-10-03 18:03: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_ = 0x7fc02b853caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:27 _allocations_flag_prev_val759 = 2025-10-03 18:03:27 _allocations_flag_prev_val659 = false 2025-10-03 18:03:27 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02b853b17}} 2025-10-03 18:03:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_is_done = 2025-10-03 18:03:27 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:27 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7ccc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:27 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 2025-10-03 18:03:27 Thread 184 (Thread 0x7fc02b05f640 (LWP 708) "BgSchPool/D"): 2025-10-03 18:03:27 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:27 No symbol table info available. 2025-10-03 18:03:27 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc25313ecd0, __m=0x189, __ts=0x7fc02b052788) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc25313ecd0, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:27 ts = {tv_sec = 1759507183, tv_nsec = 611925000} 2025-10-03 18:03:27 d = {__rep_ = 140472638824727} 2025-10-03 18:03:27 s = 2025-10-03 18:03:27 ts_sec_max = 9223372036854775807 2025-10-03 18:03:27 ec = 2025-10-03 18:03:27 #4 0x000000001096a890 in std::__1::condition_variable::wait_for > (this=0x7fc25313eca8, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:454 2025-10-03 18:03:27 __c_now = 2025-10-03 18:03:27 __now_count_ns = 2025-10-03 18:03:27 __d_ns_count = -516 2025-10-03 18:03:27 #5 DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x7fc25313ec00) at /build/src/Core/BackgroundSchedulePool.cpp:342 2025-10-03 18:03:27 min_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507183611925} 2025-10-03 18:03:27 current_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507183463244} 2025-10-03 18:03:27 lock = {__m_ = 0x7fc25313ecd8, __owns_ = true} 2025-10-03 18:03:27 task = {__ptr_ = 0x7fbfe3830318, __cntrl_ = 0x7fbfe3830300} 2025-10-03 18:03:27 found = false 2025-10-03 18:03:27 #6 0x000000001096ad67 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:172 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x7fc067e824e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:27 thread_status = { = { = {}, }, thread_id = 708, os_thread_priority = 0, performance_counters = {counters = 0x7fc099efc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099efc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02b052848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1390208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366\005+\300\177\000\0000+\005+\300\177\000", __large = 0x7fc02b05f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02b052a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02b052a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099ed8800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\315\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:27 function = {this = 0x7fc25313ec00} 2025-10-03 18:03:27 arguments = 2025-10-03 18:03:27 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #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=0x7fc067e824e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:27 __f = 0x7fc067e824e0 2025-10-03 18:03:27 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02b052ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #16 std::__1::function::operator() (this=0x7fc02b052ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:27 No locals. 2025-10-03 18:03:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cd00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340$\350g\300\177\000\000\340\020\035S\302\177\000", __large = 0x7fc067e824e0}, __invoker_ = {__call_ = 0x1096ad20 ::__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_ = 0x18b052f0 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02b052c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239543135107, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:27 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02b052b16}} 2025-10-03 18:03: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_ = 0x7fc02b052caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02b052b17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:28 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cd20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:28 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 2025-10-03 18:03:28 Thread 183 (Thread 0x7fc02a85e640 (LWP 709) "BgMBSchPool"): 2025-10-03 18:03:28 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:28 ec = 2025-10-03 18:03:28 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:28 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:28 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc2531480c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:28 thread_status = { = { = {}, }, thread_id = 709, os_thread_priority = 0, performance_counters = {counters = 0x7fc099f15000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099f15000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02a851848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\346\205*\300\177\000\0000\033\205*\300\177\000", __large = 0x7fc02a85e640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02a851a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02a851a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099ed9ac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\315\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:28 function = {this = 0x7fc25313e780} 2025-10-03 18:03:28 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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=0x7fc2531480c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:28 __f = 0x7fc2531480c0 2025-10-03 18:03:28 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02a851ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #16 std::__1::function::operator() (this=0x7fc02a851ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cd60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\200\024S\302\177\000\000\200\315\347g\300\177\000", __large = 0x7fc2531480c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02a851c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239543287142, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:28 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02a851b16}} 2025-10-03 18:03: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_ = 0x7fc02a851caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02a851b17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:28 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cd80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:28 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 2025-10-03 18:03:28 Thread 182 (Thread 0x7fc02a05d640 (LWP 710) "BgMBSchPool"): 2025-10-03 18:03:28 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:28 ec = 2025-10-03 18:03:28 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:28 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:28 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e825a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:28 thread_status = { = { = {}, }, thread_id = 710, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a555f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a555f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02a050848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\326\005*\300\177\000\0000\v\005*\300\177\000", __large = 0x7fc02a05d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02a050a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02a050a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a553b040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\315\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:28 function = {this = 0x7fc25313e780} 2025-10-03 18:03:28 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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=0x7fc067e825a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:28 __f = 0x7fc067e825a0 2025-10-03 18:03:28 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02a050ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #16 std::__1::function::operator() (this=0x7fc02a050ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cdc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240%\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e825a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02a050c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239543361241, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:28 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02a050b16}} 2025-10-03 18:03: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_ = 0x7fc02a050caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02a050b17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:28 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cde0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:28 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 2025-10-03 18:03:28 Thread 181 (Thread 0x7fc02985c640 (LWP 711) "BgMBSchPool"): 2025-10-03 18:03:28 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:28 ec = 2025-10-03 18:03:28 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:28 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:28 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82660) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:28 thread_status = { = { = {}, }, thread_id = 711, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a6815000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a6815000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02984f848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@ƅ)\300\177\000\0000\373\204)\300\177\000", __large = 0x7fc02985c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02984fa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02984fa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a67f15c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239952470342, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \316\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:28 function = {this = 0x7fc25313e780} 2025-10-03 18:03:28 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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=0x7fc067e82660) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:28 __f = 0x7fc067e82660 2025-10-03 18:03:28 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02984fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #16 std::__1::function::operator() (this=0x7fc02984fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7ce20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`&\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82660}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02984fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239543460017, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:28 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02984fb16}} 2025-10-03 18:03: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_ = 0x7fc02984fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02984fb17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:28 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7ce40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:28 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 2025-10-03 18:03:28 Thread 180 (Thread 0x7fc02905b640 (LWP 712) "BgMBSchPool"): 2025-10-03 18:03:28 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:28 ec = 2025-10-03 18:03:28 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:28 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:28 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e826c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:28 thread_status = { = { = {}, }, thread_id = 712, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac263000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac263000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02904e848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\266\005)\300\177\000\0000\353\004)\300\177\000", __large = 0x7fc02905b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02904ea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02904ea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac256d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\316\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:28 function = {this = 0x7fc25313e780} 2025-10-03 18:03:28 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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=0x7fc067e826c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:28 __f = 0x7fc067e826c0 2025-10-03 18:03:28 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02904eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #16 std::__1::function::operator() (this=0x7fc02904eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7ce80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300&\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e826c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02904ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239543507646, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:28 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02904eb16}} 2025-10-03 18:03: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_ = 0x7fc02904ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02904eb17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:28 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:28 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 2025-10-03 18:03:28 Thread 179 (Thread 0x7fc02885a640 (LWP 713) "BgMBSchPool"): 2025-10-03 18:03:28 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:28 ec = 2025-10-03 18:03:28 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:28 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:28 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82720) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:28 thread_status = { = { = {}, }, thread_id = 713, os_thread_priority = 0, performance_counters = {counters = 0x7fc252bca000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252bca000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02884d848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\246\205(\300\177\000\0000ۄ(\300\177\000", __large = 0x7fc02885a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02884da27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02884da6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252bbeb10}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\316\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:28 function = {this = 0x7fc25313e780} 2025-10-03 18:03:28 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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=0x7fc067e82720) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:28 __f = 0x7fc067e82720 2025-10-03 18:03:28 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02884dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #16 std::__1::function::operator() (this=0x7fc02884dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cee0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " '\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82720}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02884dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239543578979, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:28 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02884db16}} 2025-10-03 18:03: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_ = 0x7fc02884dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02884db17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:28 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cf00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:28 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 2025-10-03 18:03:28 Thread 178 (Thread 0x7fc028059640 (LWP 714) "BgMBSchPool"): 2025-10-03 18:03:28 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:28 ec = 2025-10-03 18:03:28 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:28 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:28 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82780) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:28 thread_status = { = { = {}, }, thread_id = 714, os_thread_priority = 0, performance_counters = {counters = 0x7fc099f31000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099f31000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02804c848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\226\005(\300\177\000\0000\313\004(\300\177\000", __large = 0x7fc028059640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02804ca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02804ca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099f24d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\317\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:28 function = {this = 0x7fc25313e780} 2025-10-03 18:03:28 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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=0x7fc067e82780) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:28 __f = 0x7fc067e82780 2025-10-03 18:03:28 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02804cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #16 std::__1::function::operator() (this=0x7fc02804cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cf40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200'\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82780}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02804cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239543643781, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:28 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02804cb16}} 2025-10-03 18:03: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_ = 0x7fc02804ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02804cb17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:28 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cf60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:28 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 2025-10-03 18:03:28 Thread 177 (Thread 0x7fc027858640 (LWP 715) "BgMBSchPool"): 2025-10-03 18:03:28 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:28 ec = 2025-10-03 18:03:28 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:28 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:28 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e827e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:28 thread_status = { = { = {}, }, thread_id = 715, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a682e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a682e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02784b848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\206\205'\300\177\000\0000\273\204'\300\177\000", __large = 0x7fc027858640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02784ba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02784ba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a67f2880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\317\347g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:28 function = {this = 0x7fc25313e780} 2025-10-03 18:03:28 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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=0x7fc067e827e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:28 __f = 0x7fc067e827e0 2025-10-03 18:03:28 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02784bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #16 std::__1::function::operator() (this=0x7fc02784bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e7cfa0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340'\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e827e0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02784bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239543965004, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:28 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02784bb16}} 2025-10-03 18:03: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_ = 0x7fc02784bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02784bb17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:28 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e7cfc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:28 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 2025-10-03 18:03:28 Thread 176 (Thread 0x7fc027057640 (LWP 716) "BgMBSchPool"): 2025-10-03 18:03:28 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:28 ec = 2025-10-03 18:03:28 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:28 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:28 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82840) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:28 thread_status = { = { = {}, }, thread_id = 716, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac27b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac27b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc02704a848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@v\005'\300\177\000\0000\253\004'\300\177\000", __large = 0x7fc027057640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02704aa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02704aa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac258040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000`\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:28 function = {this = 0x7fc25313e780} 2025-10-03 18:03:28 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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=0x7fc067e82840) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:28 __f = 0x7fc067e82840 2025-10-03 18:03:28 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc02704aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #16 std::__1::function::operator() (this=0x7fc02704aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86000) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@(\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82840}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc02704ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239544106028, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:28 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc02704ab16}} 2025-10-03 18:03: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_ = 0x7fc02704acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc02704ab17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:28 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86020}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:28 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 2025-10-03 18:03:28 Thread 175 (Thread 0x7fc026856640 (LWP 717) "BgMBSchPool"): 2025-10-03 18:03:28 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:28 ec = 2025-10-03 18:03:28 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:28 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:28 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e828a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:28 thread_status = { = { = {}, }, thread_id = 717, os_thread_priority = 0, performance_counters = {counters = 0x7fc252be2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252be2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc026849848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@f\205&\300\177\000\0000\233\204&\300\177\000", __large = 0x7fc026856640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc026849a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc026849a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252bbfdd0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000``\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:28 function = {this = 0x7fc25313e780} 2025-10-03 18:03:28 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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=0x7fc067e828a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:28 __f = 0x7fc067e828a0 2025-10-03 18:03:28 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc026849ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #16 std::__1::function::operator() (this=0x7fc026849ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86060) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240(\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e828a0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc026849c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239544181289, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:28 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc026849b16}} 2025-10-03 18:03: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_ = 0x7fc026849caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc026849b17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:28 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86080}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:28 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 2025-10-03 18:03:28 Thread 174 (Thread 0x7fc026055640 (LWP 718) "BgMBSchPool"): 2025-10-03 18:03:28 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:28 No symbol table info available. 2025-10-03 18:03:28 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:28 ec = 2025-10-03 18:03:28 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:28 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:28 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82900) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:28 thread_status = { = { = {}, }, thread_id = 718, os_thread_priority = 0, performance_counters = {counters = 0x7fc099f4a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099f4a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc026048848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@V\005&\300\177\000\0000\213\004&\300\177\000", __large = 0x7fc026055640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc026048a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc026048a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099f26040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300`\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:28 function = {this = 0x7fc25313e780} 2025-10-03 18:03:28 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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=0x7fc067e82900) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:28 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:28 __f = 0x7fc067e82900 2025-10-03 18:03:28 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc026048ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #16 std::__1::function::operator() (this=0x7fc026048ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:28 No locals. 2025-10-03 18:03:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e860c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000)\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82900}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc026048c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239544369683, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:28 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc026048b16}} 2025-10-03 18:03: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_ = 0x7fc026048caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:28 _allocations_flag_prev_val759 = 2025-10-03 18:03:28 _allocations_flag_prev_val659 = false 2025-10-03 18:03:28 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc026048b17}} 2025-10-03 18:03:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:28 job_is_done = 2025-10-03 18:03:29 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e860e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:29 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 2025-10-03 18:03:29 Thread 173 (Thread 0x7fc025854640 (LWP 719) "BgMBSchPool"): 2025-10-03 18:03:29 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:29 ec = 2025-10-03 18:03:29 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:29 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:29 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82960) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:29 thread_status = { = { = {}, }, thread_id = 719, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac297000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac297000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc025847848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@F\205%\300\177\000\0000{\204%\300\177\000", __large = 0x7fc025854640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc025847a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc025847a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac28a300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 a\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:29 function = {this = 0x7fc25313e780} 2025-10-03 18:03:29 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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=0x7fc067e82960) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:29 __f = 0x7fc067e82960 2025-10-03 18:03:29 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc025847ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #16 std::__1::function::operator() (this=0x7fc025847ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86120) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`)\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82960}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc025847c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239544720110, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:29 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc025847b16}} 2025-10-03 18:03: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_ = 0x7fc025847caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:29 _allocations_flag_prev_val759 = 2025-10-03 18:03:29 _allocations_flag_prev_val659 = false 2025-10-03 18:03:29 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc025847b17}} 2025-10-03 18:03:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_is_done = 2025-10-03 18:03:29 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86140}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:29 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 2025-10-03 18:03:29 Thread 172 (Thread 0x7fc025053640 (LWP 720) "BgMBSchPool"): 2025-10-03 18:03:29 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:29 ec = 2025-10-03 18:03:29 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:29 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:29 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e829c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:29 thread_status = { = { = {}, }, thread_id = 720, os_thread_priority = 0, performance_counters = {counters = 0x7fc252bfd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc252bfd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc025046848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@6\005%\300\177\000\0000k\004%\300\177\000", __large = 0x7fc025053640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc025046a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc025046a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252bf1090}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200a\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:29 function = {this = 0x7fc25313e780} 2025-10-03 18:03:29 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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=0x7fc067e829c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:29 __f = 0x7fc067e829c0 2025-10-03 18:03:29 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc025046ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #16 std::__1::function::operator() (this=0x7fc025046ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86180) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300)\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e829c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc025046c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239544764353, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:29 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc025046b16}} 2025-10-03 18:03: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_ = 0x7fc025046caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:29 _allocations_flag_prev_val759 = 2025-10-03 18:03:29 _allocations_flag_prev_val659 = false 2025-10-03 18:03:29 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc025046b17}} 2025-10-03 18:03:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_is_done = 2025-10-03 18:03:29 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e861a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:29 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 2025-10-03 18:03:29 Thread 171 (Thread 0x7fc024852640 (LWP 721) "BgMBSchPool"): 2025-10-03 18:03:29 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:29 ec = 2025-10-03 18:03:29 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:29 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:29 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82a20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:29 thread_status = { = { = {}, }, thread_id = 721, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a684a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a684a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc024845848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@&\205$\300\177\000\0000[\204$\300\177\000", __large = 0x7fc024852640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc024845a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc024845a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a683db40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340a\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:29 function = {this = 0x7fc25313e780} 2025-10-03 18:03:29 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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=0x7fc067e82a20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:29 __f = 0x7fc067e82a20 2025-10-03 18:03:29 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc024845ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #16 std::__1::function::operator() (this=0x7fc024845ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e861e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " *\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82a20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc024845c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239544799489, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:29 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc024845b16}} 2025-10-03 18:03: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_ = 0x7fc024845caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:29 _allocations_flag_prev_val759 = 2025-10-03 18:03:29 _allocations_flag_prev_val659 = false 2025-10-03 18:03:29 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc024845b17}} 2025-10-03 18:03:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_is_done = 2025-10-03 18:03:29 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86200}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:29 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 2025-10-03 18:03:29 Thread 170 (Thread 0x7fc024051640 (LWP 722) "BgMBSchPool"): 2025-10-03 18:03:29 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:29 ec = 2025-10-03 18:03:29 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:29 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:29 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82a80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:29 thread_status = { = { = {}, }, thread_id = 722, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a557a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a557a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc024044848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\026\005$\300\177\000\0000K\004$\300\177\000", __large = 0x7fc024051640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc024044a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc024044a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a556e300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@b\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:29 function = {this = 0x7fc25313e780} 2025-10-03 18:03:29 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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=0x7fc067e82a80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:29 __f = 0x7fc067e82a80 2025-10-03 18:03:29 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc024044ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #16 std::__1::function::operator() (this=0x7fc024044ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86240) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200*\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82a80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc024044c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239544851967, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:29 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc024044b16}} 2025-10-03 18:03: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_ = 0x7fc024044caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:29 _allocations_flag_prev_val759 = 2025-10-03 18:03:29 _allocations_flag_prev_val659 = false 2025-10-03 18:03:29 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc024044b17}} 2025-10-03 18:03:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_is_done = 2025-10-03 18:03:29 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86260}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:29 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 2025-10-03 18:03:29 Thread 169 (Thread 0x7fc023850640 (LWP 723) "BgMBSchPool"): 2025-10-03 18:03:29 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:29 ec = 2025-10-03 18:03:29 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:29 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:29 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82ae0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:29 thread_status = { = { = {}, }, thread_id = 723, os_thread_priority = 0, performance_counters = {counters = 0x7fc08675f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc08675f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc023843848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\006\205#\300\177\000\0000;\204#\300\177\000", __large = 0x7fc023850640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc023843a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc023843a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc086723ac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240b\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:29 function = {this = 0x7fc25313e780} 2025-10-03 18:03:29 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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=0x7fc067e82ae0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:29 __f = 0x7fc067e82ae0 2025-10-03 18:03:29 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc023843ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #16 std::__1::function::operator() (this=0x7fc023843ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e862a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340*\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82ae0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc023843c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239544897532, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:29 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc023843b16}} 2025-10-03 18:03: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_ = 0x7fc023843caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:29 _allocations_flag_prev_val759 = 2025-10-03 18:03:29 _allocations_flag_prev_val659 = false 2025-10-03 18:03:29 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc023843b17}} 2025-10-03 18:03:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_is_done = 2025-10-03 18:03:29 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e862c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:29 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 2025-10-03 18:03:29 Thread 168 (Thread 0x7fc02204f640 (LWP 724) "BgMBSchPool"): 2025-10-03 18:03:29 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e7b0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #3 std::__1::condition_variable::wait (this=0x7fc25313e7b0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:29 ec = 2025-10-03 18:03:29 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e788, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:29 tasks_lock = {__m_ = 0x7fc25313e7b8, __owns_ = true} 2025-10-03 18:03:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:29 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82b40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:29 thread_status = { = { = {}, }, thread_id = 724, os_thread_priority = 0, performance_counters = {counters = 0x7fc067e88000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc067e88000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc022042848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\366\004\"\300\177\000\0000+\004\"\300\177\000", __large = 0x7fc02204f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc022042a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc022042a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc067e830e0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000c\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:29 function = {this = 0x7fc25313e780} 2025-10-03 18:03:29 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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=0x7fc067e82b40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:29 __f = 0x7fc067e82b40 2025-10-03 18:03:29 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc022042ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #16 std::__1::function::operator() (this=0x7fc022042ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86300) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@+\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82b40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc022042c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239544995186, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:29 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc022042b16}} 2025-10-03 18:03: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_ = 0x7fc022042caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:29 _allocations_flag_prev_val759 = 2025-10-03 18:03:29 _allocations_flag_prev_val659 = false 2025-10-03 18:03:29 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc022042b17}} 2025-10-03 18:03:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_is_done = 2025-10-03 18:03:29 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:29 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 2025-10-03 18:03:29 Thread 167 (Thread 0x7fc022a4f640 (LWP 725) "BgMBSchPool/D"): 2025-10-03 18:03:29 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e850, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #3 std::__1::condition_variable::wait (this=0x7fc25313e850, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:29 ec = 2025-10-03 18:03:29 #4 0x000000001096a71f in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x7fc25313e780) at /build/src/Core/BackgroundSchedulePool.cpp:334 2025-10-03 18:03:29 min_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759505762973736} 2025-10-03 18:03:29 current_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 140472638502176} 2025-10-03 18:03:29 lock = {__m_ = 0x7fc25313e858, __owns_ = true} 2025-10-03 18:03:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:29 found = false 2025-10-03 18:03:29 #5 0x000000001096ad67 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:172 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #6 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #7 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x7fc067e82ba0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:29 thread_status = { = { = {}, }, thread_id = 725, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac2b0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac2b0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc022a42848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\366\244\"\300\177\000\0000+\244\"\300\177\000", __large = 0x7fc022a4f640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc022a42a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc022a42a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac28b5c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`c\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:29 function = {this = 0x7fc25313e780} 2025-10-03 18:03:29 arguments = 2025-10-03 18:03:29 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #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=0x7fc067e82ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:29 __f = 0x7fc067e82ba0 2025-10-03 18:03:29 #14 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc022a42ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #15 std::__1::function::operator() (this=0x7fc022a42ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86360) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240+\350g\300\177\000\000\200\315\347g\300\177\000", __large = 0x7fc067e82ba0}, __invoker_ = {__call_ = 0x1096ad20 ::__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_ = 0x18b052f0 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc022a42c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239545276884, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:29 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc022a42b16}} 2025-10-03 18:03: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_ = 0x7fc022a42caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:29 _allocations_flag_prev_val759 = 2025-10-03 18:03:29 _allocations_flag_prev_val659 = false 2025-10-03 18:03:29 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc022a42b17}} 2025-10-03 18:03:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_is_done = 2025-10-03 18:03:29 #17 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86380}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:29 #20 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #21 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 2025-10-03 18:03:29 Thread 166 (Thread 0x7fc020dff640 (LWP 726) "BgDistSchPool"): 2025-10-03 18:03:29 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:29 ec = 2025-10-03 18:03:29 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:29 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:29 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82540) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:29 thread_status = { = { = {}, }, thread_id = 726, os_thread_priority = 0, performance_counters = {counters = 0x7fc067ea0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc067ea0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc020df2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\366\337 \300\177\000\0000+\337 \300\177\000", __large = 0x7fc020dff640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc020df2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc020df2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc067e843a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300c\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:29 function = {this = 0x7fc25313e600} 2025-10-03 18:03:29 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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=0x7fc067e82540) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:29 __f = 0x7fc067e82540 2025-10-03 18:03:29 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc020df2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #16 std::__1::function::operator() (this=0x7fc020df2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e863c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@%\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e82540}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc020df2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239545511594, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:29 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc020df2b16}} 2025-10-03 18:03: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_ = 0x7fc020df2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:29 _allocations_flag_prev_val759 = 2025-10-03 18:03:29 _allocations_flag_prev_val659 = false 2025-10-03 18:03:29 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc020df2b17}} 2025-10-03 18:03:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_is_done = 2025-10-03 18:03:29 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e863e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:29 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 2025-10-03 18:03:29 Thread 165 (Thread 0x7fc0205fe640 (LWP 727) "BgDistSchPool"): 2025-10-03 18:03:29 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:29 No symbol table info available. 2025-10-03 18:03:29 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:29 ec = 2025-10-03 18:03:29 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:29 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:29 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82c60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:29 thread_status = { = { = {}, }, thread_id = 727, os_thread_priority = 0, performance_counters = {counters = 0x7fc1433a8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1433a8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0205f1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\346_ \300\177\000\0000\033_ \300\177\000", __large = 0x7fc0205fe640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0205f1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0205f1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252bf2350}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 d\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:29 function = {this = 0x7fc25313e600} 2025-10-03 18:03:29 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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=0x7fc067e82c60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:29 __f = 0x7fc067e82c60 2025-10-03 18:03:29 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0205f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #16 std::__1::function::operator() (this=0x7fc0205f1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86420) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`,\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e82c60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0205f1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239545665903, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:29 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0205f1b16}} 2025-10-03 18:03: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_ = 0x7fc0205f1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:29 _allocations_flag_prev_val759 = 2025-10-03 18:03:29 _allocations_flag_prev_val659 = false 2025-10-03 18:03:29 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0205f1b17}} 2025-10-03 18:03:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:29 job_is_done = 2025-10-03 18:03:29 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:29 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:29 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86440}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 2025-10-03 18:03:30 Thread 164 (Thread 0x7fc01fdfd640 (LWP 728) "BgDistSchPool"): 2025-10-03 18:03:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:30 ec = 2025-10-03 18:03:30 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:30 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:30 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82d20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:30 thread_status = { = { = {}, }, thread_id = 728, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a5593000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a5593000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01fdf0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\326\337\037\300\177\000\0000\v\337\037\300\177\000", __large = 0x7fc01fdfd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01fdf0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01fdf0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a556f5c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200d\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:30 function = {this = 0x7fc25313e600} 2025-10-03 18:03:30 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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=0x7fc067e82d20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:30 __f = 0x7fc067e82d20 2025-10-03 18:03:30 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01fdf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #16 std::__1::function::operator() (this=0x7fc01fdf0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86480) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " -\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e82d20}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01fdf0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239545859266, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01fdf0b16}} 2025-10-03 18:03: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_ = 0x7fc01fdf0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:30 _allocations_flag_prev_val759 = 2025-10-03 18:03:30 _allocations_flag_prev_val659 = false 2025-10-03 18:03:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01fdf0b17}} 2025-10-03 18:03:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_is_done = 2025-10-03 18:03:30 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e864a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 2025-10-03 18:03:30 Thread 163 (Thread 0x7fc01f5fc640 (LWP 729) "BgDistSchPool"): 2025-10-03 18:03:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:30 ec = 2025-10-03 18:03:30 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:30 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:30 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82d80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:30 thread_status = { = { = {}, }, thread_id = 729, os_thread_priority = 0, performance_counters = {counters = 0x7fc08677a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc08677a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01f5ef848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\306_\037\300\177\000\0000\373^\037\300\177\000", __large = 0x7fc01f5fc640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01f5efa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01f5efa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc08676ed80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340d\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:30 function = {this = 0x7fc25313e600} 2025-10-03 18:03:30 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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=0x7fc067e82d80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:30 __f = 0x7fc067e82d80 2025-10-03 18:03:30 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01f5efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #16 std::__1::function::operator() (this=0x7fc01f5efba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e864e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200-\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e82d80}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01f5efc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239546097473, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01f5efb16}} 2025-10-03 18:03: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_ = 0x7fc01f5efcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:30 _allocations_flag_prev_val759 = 2025-10-03 18:03:30 _allocations_flag_prev_val659 = false 2025-10-03 18:03:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01f5efb17}} 2025-10-03 18:03:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_is_done = 2025-10-03 18:03:30 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 2025-10-03 18:03:30 Thread 162 (Thread 0x7fc01edfb640 (LWP 730) "BgDistSchPool"): 2025-10-03 18:03:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:30 ec = 2025-10-03 18:03:30 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:30 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:30 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82de0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:30 thread_status = { = { = {}, }, thread_id = 730, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a55ac000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a55ac000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01edee848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\266\337\036\300\177\000\0000\353\336\036\300\177\000", __large = 0x7fc01edfb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01edeea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01edeea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a5570880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@e\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:30 function = {this = 0x7fc25313e600} 2025-10-03 18:03:30 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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=0x7fc067e82de0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:30 __f = 0x7fc067e82de0 2025-10-03 18:03:30 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01edeeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #16 std::__1::function::operator() (this=0x7fc01edeeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86540) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340-\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e82de0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01edeec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239546161092, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01edeeb16}} 2025-10-03 18:03: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_ = 0x7fc01edeecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:30 _allocations_flag_prev_val759 = 2025-10-03 18:03:30 _allocations_flag_prev_val659 = false 2025-10-03 18:03:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01edeeb17}} 2025-10-03 18:03:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_is_done = 2025-10-03 18:03:30 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 2025-10-03 18:03:30 Thread 161 (Thread 0x7fc01e5fa640 (LWP 731) "BgDistSchPool"): 2025-10-03 18:03:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:30 ec = 2025-10-03 18:03:30 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:30 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:30 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82e40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:30 thread_status = { = { = {}, }, thread_id = 731, os_thread_priority = 0, performance_counters = {counters = 0x7fc1433c0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1433c0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01e5ed848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\246_\036\300\177\000\0000\333^\036\300\177\000", __large = 0x7fc01e5fa640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01e5eda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01e5eda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc252bf3610}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240e\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:30 function = {this = 0x7fc25313e600} 2025-10-03 18:03:30 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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=0x7fc067e82e40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:30 __f = 0x7fc067e82e40 2025-10-03 18:03:30 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01e5edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #16 std::__1::function::operator() (this=0x7fc01e5edba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e865a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@.\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e82e40}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01e5edc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239546368111, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01e5edb16}} 2025-10-03 18:03: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_ = 0x7fc01e5edcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:30 _allocations_flag_prev_val759 = 2025-10-03 18:03:30 _allocations_flag_prev_val659 = false 2025-10-03 18:03:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01e5edb17}} 2025-10-03 18:03:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_is_done = 2025-10-03 18:03:30 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e865c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 2025-10-03 18:03:30 Thread 160 (Thread 0x7fc01ddf9640 (LWP 732) "BgDistSchPool"): 2025-10-03 18:03:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:30 ec = 2025-10-03 18:03:30 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:30 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:30 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82ea0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:30 thread_status = { = { = {}, }, thread_id = 732, os_thread_priority = 0, performance_counters = {counters = 0x7fc099f65000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099f65000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01ddec848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\226\337\035\300\177\000\0000\313\336\035\300\177\000", __large = 0x7fc01ddf9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01ddeca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01ddeca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099f59300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000f\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:30 function = {this = 0x7fc25313e600} 2025-10-03 18:03:30 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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=0x7fc067e82ea0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:30 __f = 0x7fc067e82ea0 2025-10-03 18:03:30 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01ddecba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #16 std::__1::function::operator() (this=0x7fc01ddecba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86600) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240.\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e82ea0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01ddecc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239546710102, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01ddecb16}} 2025-10-03 18:03: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_ = 0x7fc01ddeccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:30 _allocations_flag_prev_val759 = 2025-10-03 18:03:30 _allocations_flag_prev_val659 = false 2025-10-03 18:03:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01ddecb17}} 2025-10-03 18:03:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_is_done = 2025-10-03 18:03:30 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86620}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 2025-10-03 18:03:30 Thread 159 (Thread 0x7fc01d5f8640 (LWP 733) "BgDistSchPool"): 2025-10-03 18:03:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:30 ec = 2025-10-03 18:03:30 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:30 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:30 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82f00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:30 thread_status = { = { = {}, }, thread_id = 733, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a6863000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a6863000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01d5eb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\206_\035\300\177\000\0000\273^\035\300\177\000", __large = 0x7fc01d5f8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01d5eba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01d5eba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a683ee00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`f\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:30 function = {this = 0x7fc25313e600} 2025-10-03 18:03:30 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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=0x7fc067e82f00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:30 __f = 0x7fc067e82f00 2025-10-03 18:03:30 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01d5ebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #16 std::__1::function::operator() (this=0x7fc01d5ebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e86660) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000/\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e82f00}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01d5ebc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239546776567, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01d5ebb16}} 2025-10-03 18:03: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_ = 0x7fc01d5ebcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:30 _allocations_flag_prev_val759 = 2025-10-03 18:03:30 _allocations_flag_prev_val659 = false 2025-10-03 18:03:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01d5ebb17}} 2025-10-03 18:03:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_is_done = 2025-10-03 18:03:30 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e86680}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 2025-10-03 18:03:30 Thread 158 (Thread 0x7fc01cdf7640 (LWP 734) "BgDistSchPool"): 2025-10-03 18:03:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:30 ec = 2025-10-03 18:03:30 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:30 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:30 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82f60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:30 thread_status = { = { = {}, }, thread_id = 734, os_thread_priority = 0, performance_counters = {counters = 0x7fc099f7e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099f7e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01cdea848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@v\337\034\300\177\000\0000\253\336\034\300\177\000", __large = 0x7fc01cdf7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01cdeaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01cdeaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099f5a5c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300f\350g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:30 function = {this = 0x7fc25313e600} 2025-10-03 18:03:30 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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=0x7fc067e82f60) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:30 __f = 0x7fc067e82f60 2025-10-03 18:03:30 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01cdeaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #16 std::__1::function::operator() (this=0x7fc01cdeaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067e866c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`/\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e82f60}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01cdeac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239546982212, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01cdeab16}} 2025-10-03 18:03: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_ = 0x7fc01cdeacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:30 _allocations_flag_prev_val759 = 2025-10-03 18:03:30 _allocations_flag_prev_val659 = false 2025-10-03 18:03:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01cdeab17}} 2025-10-03 18:03:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_is_done = 2025-10-03 18:03:30 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067e866e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 2025-10-03 18:03:30 Thread 157 (Thread 0x7fc01c5f6640 (LWP 735) "BgDistSchPool"): 2025-10-03 18:03:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:30 ec = 2025-10-03 18:03:30 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:30 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:30 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e82fc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:30 thread_status = { = { = {}, }, thread_id = 735, os_thread_priority = 0, performance_counters = {counters = 0x7fc1433db000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc1433db000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01c5e9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@f_\034\300\177\000\0000\233^\034\300\177\000", __large = 0x7fc01c5f6640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01c5e9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01c5e9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1433cf8d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\240\274\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:30 function = {this = 0x7fc25313e600} 2025-10-03 18:03:30 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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=0x7fc067e82fc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:30 __f = 0x7fc067e82fc0 2025-10-03 18:03:30 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01c5e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #16 std::__1::function::operator() (this=0x7fc01c5e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebbca0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300/\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e82fc0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01c5e9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239547039029, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01c5e9b16}} 2025-10-03 18:03: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_ = 0x7fc01c5e9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:30 _allocations_flag_prev_val759 = 2025-10-03 18:03:30 _allocations_flag_prev_val659 = false 2025-10-03 18:03:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01c5e9b17}} 2025-10-03 18:03:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_is_done = 2025-10-03 18:03:30 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebbcc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 2025-10-03 18:03:30 Thread 156 (Thread 0x7fc01bdf5640 (LWP 736) "BgDistSchPool"): 2025-10-03 18:03:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:30 ec = 2025-10-03 18:03:30 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:30 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:30 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e83020) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:30 thread_status = { = { = {}, }, thread_id = 736, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a687e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a687e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01bde8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@V\337\033\300\177\000\0000\213\336\033\300\177\000", __large = 0x7fc01bdf5640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01bde8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01bde8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a68720c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\275\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:30 function = {this = 0x7fc25313e600} 2025-10-03 18:03:30 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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=0x7fc067e83020) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:30 __f = 0x7fc067e83020 2025-10-03 18:03:30 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01bde8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #16 std::__1::function::operator() (this=0x7fc01bde8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebbd00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " 0\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e83020}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01bde8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239547176507, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01bde8b16}} 2025-10-03 18:03: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_ = 0x7fc01bde8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:30 _allocations_flag_prev_val759 = 2025-10-03 18:03:30 _allocations_flag_prev_val659 = false 2025-10-03 18:03:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01bde8b17}} 2025-10-03 18:03:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_is_done = 2025-10-03 18:03:30 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebbd20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 2025-10-03 18:03:30 Thread 155 (Thread 0x7fc01b5f4640 (LWP 737) "BgDistSchPool"): 2025-10-03 18:03:30 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:30 No symbol table info available. 2025-10-03 18:03:30 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:30 ec = 2025-10-03 18:03:30 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:30 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:30 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067e83080) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:30 thread_status = { = { = {}, }, thread_id = 737, os_thread_priority = 0, performance_counters = {counters = 0x7fc092278000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc092278000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01b5e7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@F_\033\300\177\000\0000{^\033\300\177\000", __large = 0x7fc01b5f4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01b5e7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01b5e7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0922545c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000`\275\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:30 function = {this = 0x7fc25313e600} 2025-10-03 18:03:30 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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=0x7fc067e83080) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:30 __f = 0x7fc067e83080 2025-10-03 18:03:30 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01b5e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #16 std::__1::function::operator() (this=0x7fc01b5e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebbd60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2000\350g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067e83080}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01b5e7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239547369278, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:30 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01b5e7b16}} 2025-10-03 18:03: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_ = 0x7fc01b5e7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:30 _allocations_flag_prev_val759 = 2025-10-03 18:03:30 _allocations_flag_prev_val659 = false 2025-10-03 18:03:30 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01b5e7b17}} 2025-10-03 18:03:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:30 job_is_done = 2025-10-03 18:03:30 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:30 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:30 No locals. 2025-10-03 18:03:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebbd80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:30 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 2025-10-03 18:03:31 Thread 154 (Thread 0x7fc01adf3640 (LWP 738) "BgDistSchPool"): 2025-10-03 18:03:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:31 ec = 2025-10-03 18:03:31 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:31 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:31 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067eaf660) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:31 thread_status = { = { = {}, }, thread_id = 738, os_thread_priority = 0, performance_counters = {counters = 0x7fc099f97000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099f97000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01ade6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@6\337\032\300\177\000\0000k\336\032\300\177\000", __large = 0x7fc01adf3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01ade6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01ade6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099f5b880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\275\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:31 function = {this = 0x7fc25313e600} 2025-10-03 18:03:31 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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=0x7fc067eaf660) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:31 __f = 0x7fc067eaf660 2025-10-03 18:03:31 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01ade6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #16 std::__1::function::operator() (this=0x7fc01ade6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebbdc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\366\352g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067eaf660}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01ade6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239547429371, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:31 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01ade6b16}} 2025-10-03 18:03: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_ = 0x7fc01ade6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:31 _allocations_flag_prev_val759 = 2025-10-03 18:03:31 _allocations_flag_prev_val659 = false 2025-10-03 18:03:31 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01ade6b17}} 2025-10-03 18:03:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_is_done = 2025-10-03 18:03:31 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebbde0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:31 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 2025-10-03 18:03:31 Thread 153 (Thread 0x7fc01a5f2640 (LWP 739) "BgDistSchPool"): 2025-10-03 18:03:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:31 ec = 2025-10-03 18:03:31 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:31 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:31 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067eaf6c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:31 thread_status = { = { = {}, }, thread_id = 739, os_thread_priority = 0, performance_counters = {counters = 0x7fc061c98000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061c98000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc01a5e5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@&_\032\300\177\000\0000[^\032\300\177\000", __large = 0x7fc01a5f2640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01a5e5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01a5e5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061c74920}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239956470435, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \276\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:31 function = {this = 0x7fc25313e600} 2025-10-03 18:03:31 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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=0x7fc067eaf6c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:31 __f = 0x7fc067eaf6c0 2025-10-03 18:03:31 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc01a5e5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #16 std::__1::function::operator() (this=0x7fc01a5e5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebbe20) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\366\352g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067eaf6c0}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc01a5e5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239547483592, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:31 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc01a5e5b16}} 2025-10-03 18:03: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_ = 0x7fc01a5e5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:31 _allocations_flag_prev_val759 = 2025-10-03 18:03:31 _allocations_flag_prev_val659 = false 2025-10-03 18:03:31 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc01a5e5b17}} 2025-10-03 18:03:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_is_done = 2025-10-03 18:03:31 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebbe40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:31 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 2025-10-03 18:03:31 Thread 152 (Thread 0x7fc019df1640 (LWP 740) "BgDistSchPool"): 2025-10-03 18:03:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:31 ec = 2025-10-03 18:03:31 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:31 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:31 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067eaf720) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:31 thread_status = { = { = {}, }, thread_id = 740, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4b47000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4b47000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc019de4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\026\337\031\300\177\000\0000K\336\031\300\177\000", __large = 0x7fc019df1640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc019de4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc019de4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4b3ab40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239960470527, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\276\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:31 function = {this = 0x7fc25313e600} 2025-10-03 18:03:31 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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=0x7fc067eaf720) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:31 __f = 0x7fc067eaf720 2025-10-03 18:03:31 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc019de4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #16 std::__1::function::operator() (this=0x7fc019de4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebbe80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \367\352g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067eaf720}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc019de4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239547584582, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:31 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc019de4b16}} 2025-10-03 18:03: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_ = 0x7fc019de4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:31 _allocations_flag_prev_val759 = 2025-10-03 18:03:31 _allocations_flag_prev_val659 = false 2025-10-03 18:03:31 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc019de4b17}} 2025-10-03 18:03:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_is_done = 2025-10-03 18:03:31 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebbea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:31 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 2025-10-03 18:03:31 Thread 151 (Thread 0x7fc0195f0640 (LWP 741) "BgDistSchPool"): 2025-10-03 18:03:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e630, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #3 std::__1::condition_variable::wait (this=0x7fc25313e630, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:31 ec = 2025-10-03 18:03:31 #4 0x000000001096a51c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x7fc25313e608, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 18:03:31 tasks_lock = {__m_ = 0x7fc25313e638, __owns_ = true} 2025-10-03 18:03:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:31 #6 0x000000001096ab87 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067eaf780) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:31 thread_status = { = { = {}, }, thread_id = 741, os_thread_priority = 0, performance_counters = {counters = 0x7fc098cbf000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098cbf000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0195e3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\006_\031\300\177\000\0000;^\031\300\177\000", __large = 0x7fc0195f0640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0195e3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0195e3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098c9b040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239960470527, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\276\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:31 function = {this = 0x7fc25313e600} 2025-10-03 18:03:31 arguments = 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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=0x7fc067eaf780) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:31 __f = 0x7fc067eaf780 2025-10-03 18:03:31 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0195e3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #16 std::__1::function::operator() (this=0x7fc0195e3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebbee0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\367\352g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067eaf780}, __invoker_ = {__call_ = 0x1096ab40 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b052c0 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0195e3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239547754351, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:31 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0195e3b16}} 2025-10-03 18:03: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_ = 0x7fc0195e3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:31 _allocations_flag_prev_val759 = 2025-10-03 18:03:31 _allocations_flag_prev_val659 = false 2025-10-03 18:03:31 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0195e3b17}} 2025-10-03 18:03:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_is_done = 2025-10-03 18:03:31 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:31 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebbf00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:31 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 2025-10-03 18:03:31 Thread 150 (Thread 0x7fc018def640 (LWP 742) "BgDistSchPool/D"): 2025-10-03 18:03:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25313e6d0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #3 std::__1::condition_variable::wait (this=0x7fc25313e6d0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:31 ec = 2025-10-03 18:03:31 #4 0x000000001096a71f in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x7fc25313e600) at /build/src/Core/BackgroundSchedulePool.cpp:334 2025-10-03 18:03:31 min_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759505762975770} 2025-10-03 18:03:31 current_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 140472638502176} 2025-10-03 18:03:31 lock = {__m_ = 0x7fc25313e6d8, __owns_ = true} 2025-10-03 18:03:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:31 found = false 2025-10-03 18:03:31 #5 0x000000001096ad67 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at /build/src/Core/BackgroundSchedulePool.cpp:172 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #6 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #7 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x7fc067eaf7e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:31 thread_status = { = { = {}, }, thread_id = 742, os_thread_priority = 0, performance_counters = {counters = 0x7fc068dd4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc068dd4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc018de2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\366\336\030\300\177\000\0000+\336\030\300\177\000", __large = 0x7fc018def640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc018de2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc018de2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc068beffc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239960470527, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000@\277\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:31 function = {this = 0x7fc25313e600} 2025-10-03 18:03:31 arguments = 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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=0x7fc067eaf7e0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:31 __f = 0x7fc067eaf7e0 2025-10-03 18:03:31 #14 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc018de2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #15 std::__1::function::operator() (this=0x7fc018de2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebbf40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\367\352g\300\177\000\000\340c\350g\300\177\000", __large = 0x7fc067eaf7e0}, __invoker_ = {__call_ = 0x1096ad20 ::__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_ = 0x18b052f0 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc018de2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239548007014, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:31 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc018de2b16}} 2025-10-03 18:03: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_ = 0x7fc018de2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:31 _allocations_flag_prev_val759 = 2025-10-03 18:03:31 _allocations_flag_prev_val659 = false 2025-10-03 18:03:31 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc018de2b17}} 2025-10-03 18:03:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_is_done = 2025-10-03 18:03:31 #17 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebbf60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:31 #20 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #21 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 2025-10-03 18:03:31 Thread 149 (Thread 0x7fc0182ee640 (LWP 743) "KeeperReqT"): 2025-10-03 18:03:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2538b3534, __m=0x189, __ts=0x7fc0182e14a8) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2538b3534, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:31 ts = {tv_sec = 1759507188, tv_nsec = 843111920} 2025-10-03 18:03:31 d = {__rep_ = 140472638824727} 2025-10-03 18:03:31 s = 2025-10-03 18:03:31 ts_sec_max = 9223372036854775807 2025-10-03 18:03:31 ec = 2025-10-03 18:03:31 #4 0x000000001333209d in std::__1::condition_variable::wait_for > (this=0x7fc2538b3508, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:31 __d_ns_count = 9999999920 2025-10-03 18:03:31 __c_now = 2025-10-03 18:03:31 __now_count_ns = 2025-10-03 18:03:31 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2538b3508, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2538b3508, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:31 __t_ns = {__d_ = {__rep_ = 1665831743868}} 2025-10-03 18:03:31 __now = 2025-10-03 18:03:31 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #8 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=this@entry=0x7fc2538b3508, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #9 0x0000000013331eec in ConcurrentBoundedQueue::popImpl (this=0x7fc2538b3480, x=..., timeout_milliseconds=...) at /build/src/Common/ConcurrentBoundedQueue.h:73 2025-10-03 18:03:31 wait_result = 2025-10-03 18:03:31 queue_lock = {__m_ = 0x7fc2538b34b0, __owns_ = true} 2025-10-03 18:03:31 predicate = {this = 0x7fc2538b3480} 2025-10-03 18:03:31 #10 0x0000000013320958 in ConcurrentBoundedQueue::tryPop (this=0x7fc2538b3534, this@entry=0x7fc2544a2418, x=..., milliseconds=) at /build/src/Common/ConcurrentBoundedQueue.h:159 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #11 DB::KeeperDispatcher::requestThread (this=this@entry=0x7fc2544a2418) at /build/src/Coordination/KeeperDispatcher.cpp:142 2025-10-03 18:03:31 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 = 140462460264616}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, log_idx = 0} 2025-10-03 18:03:31 coordination_settings = {__ptr_ = 0x7fc25387da18, __cntrl_ = 0x7fc25387da00} 2025-10-03 18:03:31 max_wait = 2025-10-03 18:03:31 max_batch_size = 100 2025-10-03 18:03:31 max_batch_bytes_size = 102400 2025-10-03 18:03:31 prev_result = {__ptr_ = 0x7fbfc263e918, __cntrl_ = 0x7fbfc263e900} 2025-10-03 18:03:31 prev_batch = {__begin_ = 0x7fc2538f8b70, __end_ = 0x7fc2538f8bb8, __end_cap_ = {> = {__value_ = 0x7fc2538f8bb8}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:31 shutdown_called = @0x7fc2531b12f1: {> = {__a_ = {> = {__a_value = false}, }, static is_always_lock_free = }, } 2025-10-03 18:03:31 #12 0x000000001332d8c7 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0::operator()() const (this=) at /build/src/Coordination/KeeperDispatcher.cpp:438 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #14 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB16KeeperDispatcher10initializeERKN4Poco4Util21AbstractConfigurationEbbRKNS_10shared_ptrIKNS1_6MacrosEEEE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #16 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25314bbd0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:31 thread_status = { = { = {}, }, thread_id = 743, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a1467000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a1467000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0182e1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 482184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346.\030\300\177\000\0000\033.\030\300\177\000", __large = 0x7fc0182ee640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0182e1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0182e1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a1444040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\320\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:31 function = {this = 0x7fc2544a2418} 2025-10-03 18:03:31 arguments = 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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=0x7fc25314bbd0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:31 __f = 0x7fc25314bbd0 2025-10-03 18:03:31 #21 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0182e1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #22 std::__1::function::operator() (this=0x7fc0182e1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #23 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebd080) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "л\024S\302\177\000\000\037\000\000\000\000\000\000", __large = 0x7fc25314bbd0}, __invoker_ = {__call_ = 0x1332d880 ::__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_ = 0x18ba0ea8 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0182e1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239552139875, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:31 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0182e1b16}} 2025-10-03 18:03: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_ = 0x7fc0182e1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:31 _allocations_flag_prev_val759 = 2025-10-03 18:03:31 _allocations_flag_prev_val659 = false 2025-10-03 18:03:31 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0182e1b17}} 2025-10-03 18:03:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_is_done = 2025-10-03 18:03:31 #24 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #26 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebd180}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:31 #27 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #28 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 2025-10-03 18:03:31 Thread 148 (Thread 0x7fc017aed640 (LWP 744) "KeeperRspT"): 2025-10-03 18:03:31 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:31 No symbol table info available. 2025-10-03 18:03:31 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2544a24d0, __m=0x189, __ts=0x7fc017ae06f8) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2544a24d0, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:31 ts = {tv_sec = 1759507188, tv_nsec = 843404910} 2025-10-03 18:03:31 d = {__rep_ = 140472638824727} 2025-10-03 18:03:31 s = 2025-10-03 18:03:31 ts_sec_max = 9223372036854775807 2025-10-03 18:03:31 ec = 2025-10-03 18:03:31 #4 0x0000000013332b1d in std::__1::condition_variable::wait_for > (this=0x7fc2544a24a8, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:31 __d_ns_count = 9999999910 2025-10-03 18:03:31 __c_now = 2025-10-03 18:03:31 __now_count_ns = 2025-10-03 18:03:31 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2544a24a8, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2544a24a8, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:31 __t_ns = {__d_ = {__rep_ = 1665832036928}} 2025-10-03 18:03:31 __now = 2025-10-03 18:03:31 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #8 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=this@entry=0x7fc2544a24a8, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #9 0x000000001333294c in ConcurrentBoundedQueue::popImpl (this=this@entry=0x7fc2544a2420, x=..., timeout_milliseconds=...) at /build/src/Common/ConcurrentBoundedQueue.h:73 2025-10-03 18:03:31 wait_result = 2025-10-03 18:03:31 queue_lock = {__m_ = 0x7fc2544a2450, __owns_ = true} 2025-10-03 18:03:31 predicate = {this = 0x7fc2544a2420} 2025-10-03 18:03:31 #10 0x0000000013322f5f in ConcurrentBoundedQueue::tryPop (this=0x7fc2544a2420, x=..., milliseconds=) at /build/src/Common/ConcurrentBoundedQueue.h:159 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #11 DB::KeeperDispatcher::responseThread (this=this@entry=0x7fc2544a2418) at /build/src/Coordination/KeeperDispatcher.cpp:318 2025-10-03 18:03:31 response_for_session = {session_id = 1, response = {__ptr_ = 0x0, __cntrl_ = 0x0}, request = {__ptr_ = 0x0, __cntrl_ = 0x0}} 2025-10-03 18:03:31 max_wait = 2025-10-03 18:03:31 shutdown_called = @0x7fc2531b12f1: {> = {__a_ = {> = {__a_value = false}, }, static is_always_lock_free = }, } 2025-10-03 18:03:31 #12 0x000000001332daa7 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1::operator()() const (this=) at /build/src/Coordination/KeeperDispatcher.cpp:439 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #14 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB16KeeperDispatcher10initializeERKN4Poco4Util21AbstractConfigurationEbbRKNS_10shared_ptrIKNS1_6MacrosEEEE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #16 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}::operator()() (this=0x7fc067eb0320) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:31 thread_status = { = { = {}, }, thread_id = 744, os_thread_priority = 0, performance_counters = {counters = 0x7fc05113a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc05113a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc017ae0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 7904, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@֮\027\300\177\000\0000\v\256\027\300\177\000", __large = 0x7fc017aed640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc017ae0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc017ae0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc05110f5c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340\320\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:31 function = {this = 0x7fc2544a2418} 2025-10-03 18:03:31 arguments = 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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=0x7fc067eb0320) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:31 __f = 0x7fc067eb0320 2025-10-03 18:03:31 #21 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc017ae0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #22 std::__1::function::operator() (this=0x7fc017ae0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:31 #23 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebd0e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \003\353g\300\177\000\000\037\000\000\000\000\000\000", __large = 0x7fc067eb0320}, __invoker_ = {__call_ = 0x1332da60 ::__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_ = 0x18ba0ed8 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc017ae0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239552189418, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:31 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc017ae0b16}} 2025-10-03 18:03: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_ = 0x7fc017ae0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:31 _allocations_flag_prev_val759 = 2025-10-03 18:03:31 _allocations_flag_prev_val659 = false 2025-10-03 18:03:31 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc017ae0b17}} 2025-10-03 18:03:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:31 job_is_done = 2025-10-03 18:03:31 #24 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:31 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #26 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebd240}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:32 #27 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #28 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 2025-10-03 18:03:32 Thread 147 (Thread 0x7fc0172ec640 (LWP 745) "KeeperSnpT"): 2025-10-03 18:03:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc2544a2598, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #3 std::__1::condition_variable::wait (this=0x7fc2544a2598, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:32 ec = 2025-10-03 18:03:32 #4 0x0000000013332d7b 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=0x7fc2544a2570, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #5 ConcurrentBoundedQueue::popImpl (this=this@entry=0x7fc2544a24e8, x=..., timeout_milliseconds=...) at /build/src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 18:03:32 queue_lock = {__m_ = 0x7fc2544a2518, __owns_ = true} 2025-10-03 18:03:32 predicate = {this = 0x7fc2544a24e8} 2025-10-03 18:03:32 #6 0x000000001332357f in ConcurrentBoundedQueue::pop (this=0x7fc2544a24e8, x=...) at /build/src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #7 DB::KeeperDispatcher::snapshotThread (this=this@entry=0x7fc2544a2418) at /build/src/Coordination/KeeperDispatcher.cpp:340 2025-10-03 18:03:32 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 = "\254\bT\030\000\000\000\0008\370-\027\300\177\000", __large = 0x185408ac <__cxa_thread_atexit_impl(__cxxabiv1::Dtor, void*, void*)+44>}, __invoker_ = {__call_ = 0x13331480 (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_ = 0x185596e0 }}} 2025-10-03 18:03:32 shutdown_called = @0x7fc2531b12f1: {> = {__a_ = {> = {__a_value = false}, }, static is_always_lock_free = }, } 2025-10-03 18:03:32 #8 0x000000001332dc87 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2::operator()() const (this=) at /build/src/Coordination/KeeperDispatcher.cpp:440 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB16KeeperDispatcher10initializeERKN4Poco4Util21AbstractConfigurationEbbRKNS_10shared_ptrIKNS1_6MacrosEEEE3$_2RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}::operator()() (this=0x7fc067eafc30) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:32 thread_status = { = { = {}, }, thread_id = 745, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c1c5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c1c5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0172df848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\306.\027\300\177\000\0000\373-\027\300\177\000", __large = 0x7fc0172ec640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0172dfa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0172dfa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c1b8d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\323\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:32 function = {this = 0x7fc2544a2418} 2025-10-03 18:03:32 arguments = 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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=0x7fc067eafc30) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:32 __f = 0x7fc067eafc30 2025-10-03 18:03:32 #17 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0172dfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #18 std::__1::function::operator() (this=0x7fc0172dfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebd3c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\374\352g\300\177\000\000\037\000\000\000\000\000\000", __large = 0x7fc067eafc30}, __invoker_ = {__call_ = 0x1332dc40 ::__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_ = 0x18ba0f08 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0172dfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239552248500, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0172dfb16}} 2025-10-03 18:03: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_ = 0x7fc0172dfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:32 _allocations_flag_prev_val759 = 2025-10-03 18:03:32 _allocations_flag_prev_val659 = false 2025-10-03 18:03:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0172dfb17}} 2025-10-03 18:03:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_is_done = 2025-10-03 18:03:32 #20 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2531d1780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:32 #23 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #24 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 2025-10-03 18:03:32 Thread 146 (Thread 0x7fc016aeb640 (LWP 746) "KeeperS3SnpT"): 2025-10-03 18:03:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc2544a2858, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #3 std::__1::condition_variable::wait (this=0x7fc2544a2858, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:32 ec = 2025-10-03 18:03:32 #4 0x00000000133a863b 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=0x7fc2544a2830, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #5 ConcurrentBoundedQueue >::popImpl (this=this@entry=0x7fc2544a27a8, x=..., timeout_milliseconds=...) at /build/src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 18:03:32 queue_lock = {__m_ = 0x7fc2544a27d8, __owns_ = true} 2025-10-03 18:03:32 predicate = {this = 0x7fc2544a27a8} 2025-10-03 18:03:32 #6 0x00000000133a68ba in ConcurrentBoundedQueue >::pop (this=0x7fc2544a27a8, x=...) at /build/src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #7 DB::KeeperSnapshotManagerS3::snapshotS3Thread (this=this@entry=0x7fc2544a27a8) at /build/src/Coordination/KeeperSnapshotManagerS3.cpp:267 2025-10-03 18:03:32 snapshot_file_info = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:32 #8 0x00000000133a7aa7 in DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0::operator()() const (this=) at /build/src/Coordination/KeeperSnapshotManagerS3.cpp:298 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #9 std::__1::__invoke[abi:v15007] const&)::$_0&>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23KeeperSnapshotManagerS37startupERKN4Poco4Util21AbstractConfigurationERKNS_10shared_ptrIKNS1_6MacrosEEEE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc067eaf990) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:32 thread_status = { = { = {}, }, thread_id = 746, os_thread_priority = 0, performance_counters = {counters = 0x7fc092291000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc092291000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc016ade848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\266\256\026\300\177\000\0000\353\255\026\300\177\000", __large = 0x7fc016aeb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc016adea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc016adea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc092255880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200\324\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:32 function = {this = 0x7fc2544a27a8} 2025-10-03 18:03:32 arguments = 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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=0x7fc067eaf990) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:32 __f = 0x7fc067eaf990 2025-10-03 18:03:32 #17 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc016adeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #18 std::__1::function::operator() (this=0x7fc016adeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebd480) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\371\352g\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc067eaf990}, __invoker_ = {__call_ = 0x133a7a60 ::__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_ = 0x18ba1d50 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc016adec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239552344269, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc016adeb16}} 2025-10-03 18:03: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_ = 0x7fc016adecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:32 _allocations_flag_prev_val759 = 2025-10-03 18:03:32 _allocations_flag_prev_val659 = false 2025-10-03 18:03:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc016adeb17}} 2025-10-03 18:03:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_is_done = 2025-10-03 18:03:32 #20 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebd0a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:32 #23 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #24 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 2025-10-03 18:03:32 Thread 145 (Thread 0x7fc0162ea640 (LWP 747) "ThreadPool"): 2025-10-03 18:03:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc254462650, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #3 std::__1::condition_variable::wait (this=0x7fc254462650, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:32 ec = 2025-10-03 18:03:32 #4 0x00000000133754bb 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=0x7fc254462628, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #5 ConcurrentBoundedQueue >::popImpl (this=this@entry=0x7fc2544625a0, x=..., timeout_milliseconds=...) at /build/src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 18:03:32 queue_lock = {__m_ = 0x7fc2544625d0, __owns_ = true} 2025-10-03 18:03:32 predicate = {this = 0x7fc2544625a0} 2025-10-03 18:03:32 #6 0x0000000013352527 in ConcurrentBoundedQueue >::pop (this=0x7fc2544625a0, x=...) at /build/src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #7 DB::LogEntryStorage::prefetchCommitLogs (this=this@entry=0x7fc2544624d8) at /build/src/Coordination/Changelog.cpp:715 2025-10-03 18:03:32 prefetch_info = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:32 #8 0x000000001336bb07 in DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0::operator()() const (this=) at /build/src/Coordination/Changelog.cpp:704 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #9 std::__1::__invoke[abi:v15007])::$_0&>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB15LogEntryStorageC1ERKNS1_15LogFileSettingsENS_10shared_ptrINS1_13KeeperContextEEEE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc25312fc20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:32 thread_status = { = { = {}, }, thread_id = 747, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c1dd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c1dd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0162dd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\246.\026\300\177\000\0000\333-\026\300\177\000", __large = 0x7fc0162ea640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0162dda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0162dda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c1ba040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300\322\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:32 function = {this = 0x7fc2544624d8} 2025-10-03 18:03:32 arguments = 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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=0x7fc25312fc20) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:32 __f = 0x7fc25312fc20 2025-10-03 18:03:32 #17 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0162ddba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #18 std::__1::function::operator() (this=0x7fc0162ddba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebd2c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \374\022S\302\177\000\000@\000\000\000\000\000\000", __large = 0x7fc25312fc20}, __invoker_ = {__call_ = 0x1336bac0 ::__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_ = 0x18ba17b8 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0162ddc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239552720164, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0162ddb16}} 2025-10-03 18:03: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_ = 0x7fc0162ddcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:32 _allocations_flag_prev_val759 = 2025-10-03 18:03:32 _allocations_flag_prev_val659 = false 2025-10-03 18:03:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0162ddb17}} 2025-10-03 18:03:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_is_done = 2025-10-03 18:03:32 #20 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebd300}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:32 #23 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #24 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 2025-10-03 18:03:32 Thread 144 (Thread 0x7fc015ae9640 (LWP 748) "ThreadPool"): 2025-10-03 18:03:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc254462828, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #3 std::__1::condition_variable::wait (this=0x7fc254462828, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:32 ec = 2025-10-03 18:03:32 #4 0x000000001337af5b 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=0x7fc254462800, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #5 ConcurrentBoundedQueue, std::__1::allocator >, std::__1::shared_ptr > >::popImpl (this=this@entry=0x7fc254462778, x=..., timeout_milliseconds=...) at /build/src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 18:03:32 queue_lock = {__m_ = 0x7fc2544627a8, __owns_ = true} 2025-10-03 18:03:32 predicate = {this = 0x7fc254462778} 2025-10-03 18:03:32 #6 0x0000000013369eef in ConcurrentBoundedQueue, std::__1::allocator >, std::__1::shared_ptr > >::pop (this=0x7fc254462778, x=...) at /build/src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #7 DB::Changelog::cleanLogThread (this=this@entry=0x7fc254462458) at /build/src/Coordination/Changelog.cpp:2427 2025-10-03 18:03:32 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_ = 0x7fc015adc6f7 "", __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 18:03:32 #8 0x000000001336bce7 in DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1::operator()() const (this=) at /build/src/Coordination/Changelog.cpp:1644 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB9ChangelogC1ENS_10shared_ptrIN4Poco6LoggerEEENS1_15LogFileSettingsENS1_13FlushSettingsENS3_INS1_13KeeperContextEEEE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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=0x7fc067eb0590) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:32 thread_status = { = { = {}, }, thread_id = 748, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a1483000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a1483000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc015adc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@\226\256\025\300\177\000\0000˭\025\300\177\000", __large = 0x7fc015ae9640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc015adca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc015adca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a1476300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 \022\035S\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:32 function = {this = 0x7fc254462458} 2025-10-03 18:03:32 arguments = 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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=0x7fc067eb0590) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:32 __f = 0x7fc067eb0590 2025-10-03 18:03:32 #17 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc015adcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #18 std::__1::function::operator() (this=0x7fc015adcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc2531d1220) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\005\353g\300\177\000\000[\000\000\000\000\000\000", __large = 0x7fc067eb0590}, __invoker_ = {__call_ = 0x1336bca0 ::__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_ = 0x18ba17f8 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc015adcc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239552825943, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc015adcb16}} 2025-10-03 18:03: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_ = 0x7fc015adccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:32 _allocations_flag_prev_val759 = 2025-10-03 18:03:32 _allocations_flag_prev_val659 = false 2025-10-03 18:03:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc015adcb17}} 2025-10-03 18:03:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_is_done = 2025-10-03 18:03:32 #20 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebd380}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:32 #23 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #24 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 2025-10-03 18:03:32 Thread 143 (Thread 0x7fc0152e8640 (LWP 749) "ThreadPool"): 2025-10-03 18:03:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc254462900, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #3 std::__1::condition_variable::wait (this=0x7fc254462900, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:32 ec = 2025-10-03 18:03:32 #4 0x000000001337917b 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=0x7fc2544628d8, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #5 ConcurrentBoundedQueue >::popImpl (this=this@entry=0x7fc254462850, x=..., timeout_milliseconds=...) at /build/src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 18:03:32 queue_lock = {__m_ = 0x7fc254462880, __owns_ = true} 2025-10-03 18:03:32 predicate = {this = 0x7fc254462850} 2025-10-03 18:03:32 #6 0x0000000013364139 in ConcurrentBoundedQueue >::pop (this=0x7fc254462850, x=...) at /build/src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #7 DB::Changelog::writeThread (this=this@entry=0x7fc254462458) at /build/src/Coordination/Changelog.cpp:2052 2025-10-03 18:03:32 flush = @0x7fc0152db760: {index = 261, failed = {__ptr_ = 0x7fc13207fe18, __cntrl_ = 0x7fc13207fe00}} 2025-10-03 18:03:32 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 = 5 '\005', __head = {__value = {index = 261, log_entry = {__ptr_ = 0x7fc13207fe18, __cntrl_ = 0x7fc13207fe00}}}, __tail = {__dummy = 5 '\005', __head = {__value = {index = 261, failed = {__ptr_ = 0x7fc13207fe18, __cntrl_ = 0x7fc13207fe00}}}, __tail = {}}}, __index = 1 '\001'}, }, }, }, }, }, }, }, }} 2025-10-03 18:03:32 batch_append_ok = true 2025-10-03 18:03:32 pending_appends = 0 2025-10-03 18:03:32 flush_logs = {this = 0x7fc254462458, pending_appends = @0x7fc0152db788} 2025-10-03 18:03:32 notify_append_completion = {this = 0x7fc254462458, batch_append_ok = @0x7fc0152db75f} 2025-10-03 18:03:32 try_batch_flush = false 2025-10-03 18:03:32 #8 0x000000001336bec7 in DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2::operator()() const (this=) at /build/src/Coordination/Changelog.cpp:1646 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB9ChangelogC1ENS_10shared_ptrIN4Poco6LoggerEEENS1_15LogFileSettingsENS1_13FlushSettingsENS3_INS1_13KeeperContextEEEE3$_2RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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=0x7fc067eaf9f0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:32 thread_status = { = { = {}, }, thread_id = 749, os_thread_priority = 0, performance_counters = {counters = 0x7fc061cb1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061cb1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0152db848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9768, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206.\025\300\177\000\0000\273-\025\300\177\000", __large = 0x7fc0152e8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0152dba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0152dba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061c75be0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\325\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:32 function = {this = 0x7fc254462458} 2025-10-03 18:03:32 arguments = 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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=0x7fc067eaf9f0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:32 __f = 0x7fc067eaf9f0 2025-10-03 18:03:32 #17 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0152dbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #18 std::__1::function::operator() (this=0x7fc0152dbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebd500) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\371\352g\300\177\000\000[\000\000\000\000\000\000", __large = 0x7fc067eaf9f0}, __invoker_ = {__call_ = 0x1336be80 ::__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_ = 0x18ba1828 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0152dbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239552922924, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0152dbb16}} 2025-10-03 18:03: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_ = 0x7fc0152dbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:32 _allocations_flag_prev_val759 = 2025-10-03 18:03:32 _allocations_flag_prev_val659 = false 2025-10-03 18:03:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0152dbb17}} 2025-10-03 18:03:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_is_done = 2025-10-03 18:03:32 #20 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc2531d1860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:32 #23 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #24 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 2025-10-03 18:03:32 Thread 142 (Thread 0x7fc014ae7640 (LWP 750) "ThreadPool"): 2025-10-03 18:03:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc2544629d0, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #3 std::__1::condition_variable::wait (this=0x7fc2544629d0, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:32 ec = 2025-10-03 18:03:32 #4 0x0000000013378c7b 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=0x7fc2544629a8, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #5 ConcurrentBoundedQueue::popImpl (this=this@entry=0x7fc254462920, x=@0x7fc014ada6cf: true, timeout_milliseconds=...) at /build/src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 18:03:32 queue_lock = {__m_ = 0x7fc254462950, __owns_ = true} 2025-10-03 18:03:32 predicate = {this = 0x7fc254462920} 2025-10-03 18:03:32 #6 0x0000000013363acf in ConcurrentBoundedQueue::pop (this=0x7fc254462920, x=@0x7fc014ada6cf: true) at /build/src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #7 DB::Changelog::appendCompletionThread (this=this@entry=0x7fc254462458) at /build/src/Coordination/Changelog.cpp:1983 2025-10-03 18:03:32 append_ok = true 2025-10-03 18:03:32 #8 0x000000001336c0a7 in DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3::operator()() const (this=) at /build/src/Coordination/Changelog.cpp:1648 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB9ChangelogC1ENS_10shared_ptrIN4Poco6LoggerEEENS1_15LogFileSettingsENS1_13FlushSettingsENS3_INS1_13KeeperContextEEEE3$_3RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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=0x7fc067eaf8a0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:32 thread_status = { = { = {}, }, thread_id = 750, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b5532000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b5532000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc014ada848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@v\256\024\300\177\000\0000\253\255\024\300\177\000", __large = 0x7fc014ae7640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc014adaa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc014adaa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b550e5c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\000\322\353g\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:32 function = {this = 0x7fc254462458} 2025-10-03 18:03:32 arguments = 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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=0x7fc067eaf8a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:32 __f = 0x7fc067eaf8a0 2025-10-03 18:03:32 #17 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc014adaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #18 std::__1::function::operator() (this=0x7fc014adaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc067ebd200) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\370\352g\300\177\000\000[\000\000\000\000\000\000", __large = 0x7fc067eaf8a0}, __invoker_ = {__call_ = 0x1336c060 ::__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_ = 0x18ba1858 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc014adac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239552965143, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc014adab16}} 2025-10-03 18:03: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_ = 0x7fc014adacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:32 _allocations_flag_prev_val759 = 2025-10-03 18:03:32 _allocations_flag_prev_val659 = false 2025-10-03 18:03:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc014adab17}} 2025-10-03 18:03:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_is_done = 2025-10-03 18:03:32 #20 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc067ebd520}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:32 #23 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #24 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 2025-10-03 18:03:32 Thread 141 (Thread 0x7fc0142e6640 (LWP 751) "ThreadPool"): 2025-10-03 18:03:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:32 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc0142d96d0, next_ = 0x0} 2025-10-03 18:03:32 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 18:03:32 lock = 2025-10-03 18:03:32 n = 0 2025-10-03 18:03:32 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:32 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:32 s = 2025-10-03 18:03:32 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:32 ee = 2025-10-03 18:03:32 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:32 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:32 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_ = 0x7fc0142d97d7 "\n\004", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 14431, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:32 worker_id = 8 2025-10-03 18:03:32 MAX_COUNT = 10 2025-10-03 18:03:32 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3b40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:32 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3b40}} 2025-10-03 18:03:32 thread_status = { = { = {}, }, thread_id = 751, os_thread_priority = 0, performance_counters = {counters = 0x7fc022bdb000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc022bdb000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0142d9838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:32 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:32 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0142d9a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0142d9a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc068bf1280}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:32 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:32 arguments = 2025-10-03 18:03:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0142d9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #16 std::__1::function::operator() (this=0x7fc0142d9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584a00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@;\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3b40}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0142d9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239554865838, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0142d9b16}} 2025-10-03 18:03: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_ = 0x7fc0142d9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:32 _allocations_flag_prev_val759 = 2025-10-03 18:03:32 _allocations_flag_prev_val659 = false 2025-10-03 18:03:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0142d9b17}} 2025-10-03 18:03:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_is_done = 2025-10-03 18:03:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584a20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 2025-10-03 18:03:32 Thread 140 (Thread 0x7fc013ae5640 (LWP 752) "ThreadPool"): 2025-10-03 18:03:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:32 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc013ad86d0, next_ = 0x0} 2025-10-03 18:03:32 this_thread = { = { = {}, reusable_memory_ = {0x7fc018312320, 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 18:03:32 lock = 2025-10-03 18:03:32 n = 1 2025-10-03 18:03:32 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:32 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:32 s = 2025-10-03 18:03:32 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:32 ee = 2025-10-03 18:03:32 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:32 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:32 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_ = 0x7fc013ad87d7 "\n\004", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 12383, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:32 worker_id = 0 2025-10-03 18:03:32 MAX_COUNT = 10 2025-10-03 18:03:32 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3b80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:32 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3b80}} 2025-10-03 18:03:32 thread_status = { = { = {}, }, thread_id = 752, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b554b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b554b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc013ad8838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10336, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:32 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:32 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc013ad8a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc013ad8a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b550f880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:32 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:32 arguments = 2025-10-03 18:03:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc013ad8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #16 std::__1::function::operator() (this=0x7fc013ad8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584b00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200;\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3b80}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc013ad8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239554905573, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc013ad8b16}} 2025-10-03 18:03: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_ = 0x7fc013ad8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:32 _allocations_flag_prev_val759 = 2025-10-03 18:03:32 _allocations_flag_prev_val659 = false 2025-10-03 18:03:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc013ad8b17}} 2025-10-03 18:03:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_is_done = 2025-10-03 18:03:32 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584b20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:32 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 2025-10-03 18:03:32 Thread 139 (Thread 0x7fc0132e4640 (LWP 753) "ThreadPool"): 2025-10-03 18:03:32 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:32 No symbol table info available. 2025-10-03 18:03:32 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:32 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc0132d76d0, next_ = 0x0} 2025-10-03 18:03:32 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 18:03:32 lock = 2025-10-03 18:03:32 n = 0 2025-10-03 18:03:32 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:32 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:32 s = 2025-10-03 18:03:32 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:32 ee = 2025-10-03 18:03:32 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:32 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:32 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_ = 0x7fc0132d77d7 "\n\004", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 12895, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:32 worker_id = 2 2025-10-03 18:03:32 MAX_COUNT = 10 2025-10-03 18:03:32 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3bc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:32 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3bc0}} 2025-10-03 18:03:32 thread_status = { = { = {}, }, thread_id = 753, os_thread_priority = 0, performance_counters = {counters = 0x7fc0922ad000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0922ad000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0132d7838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:32 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:32 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0132d7a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0132d7a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0922a0b40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:32 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:32 arguments = 2025-10-03 18:03:32 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0132d7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #16 std::__1::function::operator() (this=0x7fc0132d7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:32 No locals. 2025-10-03 18:03:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584b80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300;\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3bc0}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0132d7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239554946058, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:32 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0132d7b16}} 2025-10-03 18:03: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_ = 0x7fc0132d7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:32 _allocations_flag_prev_val759 = 2025-10-03 18:03:32 _allocations_flag_prev_val659 = false 2025-10-03 18:03:32 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0132d7b17}} 2025-10-03 18:03:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:32 job_is_done = 2025-10-03 18:03:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584ba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 2025-10-03 18:03:33 Thread 138 (Thread 0x7fc012ae3640 (LWP 754) "ThreadPool"): 2025-10-03 18:03:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:33 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc012ad66d0, next_ = 0x0} 2025-10-03 18:03:33 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 18:03:33 lock = 2025-10-03 18:03:33 n = 0 2025-10-03 18:03:33 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:33 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:33 s = 2025-10-03 18:03:33 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:33 ee = 2025-10-03 18:03:33 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:33 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:33 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_ = 0x7fc012ad67d7 "\v\004", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3223903, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:33 worker_id = 11 2025-10-03 18:03:33 MAX_COUNT = 10 2025-10-03 18:03:33 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3c00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:33 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3c00}} 2025-10-03 18:03:33 thread_status = { = { = {}, }, thread_id = 754, os_thread_priority = 0, performance_counters = {counters = 0x7fc022bc4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc022bc4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc012ad6838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:33 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:33 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc012ad6a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc012ad6a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc022bea540}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:33 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:33 arguments = 2025-10-03 18:03:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc012ad6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #16 std::__1::function::operator() (this=0x7fc012ad6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584c00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000<\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3c00}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc012ad6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239554978840, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc012ad6b16}} 2025-10-03 18:03: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_ = 0x7fc012ad6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:33 _allocations_flag_prev_val759 = 2025-10-03 18:03:33 _allocations_flag_prev_val659 = false 2025-10-03 18:03:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc012ad6b17}} 2025-10-03 18:03:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_is_done = 2025-10-03 18:03:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584c20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 2025-10-03 18:03:33 Thread 137 (Thread 0x7fc0122e2640 (LWP 755) "ThreadPool"): 2025-10-03 18:03:33 #0 __syscall () at /build/base/glibc-compatibility/musl/x86_64/syscall.s:14 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #1 0x000000001854b192 in epoll_pwait (fd=31, ev=0x7fc0122d4ff0, cnt=128, to=-1, sigs=0x0) at /build/base/glibc-compatibility/musl/epoll.c:27 2025-10-03 18:03:33 r = 2025-10-03 18:03:33 #2 epoll_wait (fd=31, ev=0x7fc0122d4ff0, cnt=128, to=-1) at /build/base/glibc-compatibility/musl/epoll.c:36 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #3 0x00000000163a58ad in boost::asio::detail::epoll_reactor::run (this=0x7fc2538b32c0, usec=, ops=...) at /build/contrib/boost/boost/asio/detail/impl/epoll_reactor.ipp:521 2025-10-03 18:03:33 events = {{events = 1, data = {ptr = 0x7fc2538b333c, fd = 1401631548, u32 = 1401631548, u64 = 140472602014524}}, {events = 0, data = {ptr = 0x18ee76c0 , fd = 418281152, u32 = 418281152, u64 = 418281152}}, {events = 304959584, data = {ptr = 0x122d75c800007fc0, fd = 32704, u32 = 32704, u64 = 1309832568488624064}}, {events = 32704, data = {ptr = 0x7fc13de000e0, fd = 1038090464, u32 = 1038090464, u64 = 140467943506144}}, {events = 0, data = {ptr = 0x900000000000, fd = 0, u32 = 0, u64 = 158329674399744}}, {events = 0, data = {ptr = 0x23e000, fd = 2351104, u32 = 2351104, u64 = 2351104}}, {events = 36864, data = {ptr = 0x23e00000000000, fd = 0, u32 = 0, u64 = 10097914789494784}}, {events = 0, data = {ptr = 0x7fc13de20200, fd = 1038221824, u32 = 1038221824, u64 = 140467943637504}}, {events = 1038221696, data = {ptr = 0x122d75c800007fc1, fd = 32705, u32 = 32705, u64 = 1309832568488624065}}, {events = 32704, data = {ptr = 0x23e000, fd = 2351104, u32 = 2351104, u64 = 2351104}}, {events = 400707155, data = {ptr = 0x23e00000000000, fd = 0, u32 = 0, u64 = 10097914789494784}}, {events = 0, data = {ptr = 0x3, fd = 3, u32 = 3, u64 = 3}}, {events = 2351104, data = {ptr = 0x3de03b8800000000, fd = 0, u32 = 0, u64 = 4458629086398382080}}, {events = 32705, data = {ptr = 0x9000, fd = 36864, u32 = 36864, u64 = 36864}}, {events = 1038090432, data = {ptr = 0x24700000007fc1, fd = 32705, u32 = 32705, u64 = 10256244463927233}}, {events = 0, data = {ptr = 0x7fc0fe688be8, fd = -26702872, u32 = 4268264424, u64 = 140466878712808}}, {events = 4268264488, data = {ptr = 0xfe688c3000007fc0, fd = 32704, u32 = 32704, u64 = 18332056420997955520}}, {events = 32704, data = {ptr = 0x7fc0fe689e18, fd = -26698216, u32 = 4268269080, u64 = 140466878717464}}, {events = 304959936, data = {ptr = 0x122d519800007fc0, fd = 32704, u32 = 32704, u64 = 1309792779911593920}}, {events = 32704, data = {ptr = 0x23e000, fd = 2351104, u32 = 2351104, u64 = 2351104}}, {events = 304959912, data = {ptr = 0x122d51b800007fc0, fd = 32704, u32 = 32704, u64 = 1309792917350547392}}, {events = 32704, data = {ptr = 0x7fc13de0d920, fd = 1038145824, u32 = 1038145824, u64 = 140467943561504}}, {events = 1038144744, data = {ptr = 0x40000007fc1, fd = 32705, u32 = 32705, u64 = 4398046543809}}, {events = 0, data = {ptr = 0x7fc13de0d908, fd = 1038145800, u32 = 1038145800, u64 = 140467943561480}}, {events = 1038221824, data = {ptr = 0x200007fc1, fd = 32705, u32 = 32705, u64 = 8589967297}}, {events = 0, data = {ptr = 0x20, fd = 32, u32 = 32, u64 = 32}}, {events = 400712968, data = {ptr = 0x5116e00000000000, fd = 0, u32 = 0, u64 = 5843103857164419072}}, {events = 32704, data = {ptr = 0x23e000, fd = 2351104, u32 = 2351104, u64 = 2351104}}, {events = 1, data = {ptr = 0x3de2018000000000, fd = 0, u32 = 0, u64 = 4459128230317654016}}, {events = 32705, data = {ptr = 0x7fc0122d75c8, fd = 304969160, u32 = 304969160, u64 = 140462915417544}}, {events = 304969592, data = {ptr = 0x2800007fc0, fd = 32704, u32 = 32704, u64 = 171798724544}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x17e2011b00000000, fd = 0, u32 = 0, u64 = 1720939223084695552}}, {events = 0, data = {ptr = 0x7fc13de03b88, fd = 1038105480, u32 = 1038105480, u64 = 140467943521160}}, {events = 4096, data = {ptr = 0x192d6c0000000000, fd = 0, u32 = 0, u64 = 1814224972155977728}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x3de2018000000000, fd = 0, u32 = 0, u64 = 4459128230317654016}}, {events = 32705, data = {ptr = 0x7fc13de000c0, fd = 1038090432, u32 = 1038090432, u64 = 140467943506112}}, {events = 1038221824, data = {ptr = 0x7fc1, fd = 32705, u32 = 32705, u64 = 32705}}, {events = 0, data = {ptr = 0x7fc13de12088, fd = 1038164104, u32 = 1038164104, u64 = 140467943579784}}, {events = 304969160, data = {ptr = 0x3de000c000007fc0, fd = 32704, u32 = 32704, u64 = 4458564455730544576}}, {events = 32705, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 1038144560, data = {ptr = 0x100000007fc1, fd = 32705, u32 = 32705, u64 = 17592186077121}}, {events = 0, data = {ptr = 0x17e21a07 , fd = 400693767, u32 = 400693767, u64 = 400693767}}, {events = 4096, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 1038164104, data = {ptr = 0x7fc1, fd = 32705, u32 = 32705, u64 = 32705}}, {events = 0, data = {ptr = 0x17e21a29 , fd = 400693801, u32 = 400693801, u64 = 400693801}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 256, data = {ptr = 0x7fc13de03b88, fd = 1038105480, u32 = 1038105480, u64 = 140467943521160}}, {events = 400690829, data = {ptr = 0x900000000000, fd = 0, u32 = 0, u64 = 158329674399744}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 1038090432, data = {ptr = 0x7fc1, fd = 32705, u32 = 32705, u64 = 32705}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 424505912, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 304960624, data = {ptr = 0x3de000c000007fc0, fd = 32704, u32 = 32704, u64 = 4458564455730544576}}, {events = 32705, data = {ptr = 0x7fc0122d5480, fd = 304960640, u32 = 304960640, u64 = 140462915409024}}, {events = 32, data = {ptr = 0x51139b2000000000, fd = 0, u32 = 0, u64 = 5842183703370924032}}, {events = 32704, data = {ptr = 0x7fc051139b20, fd = 1360239392, u32 = 1360239392, u64 = 140463970687776}}, {events = 304960760, data = {ptr = 0x17e0219900007fc0, fd = 32704, u32 = 32704, u64 = 1720411998669275072}}, {events = 0, data = {ptr = 0x7fc051165000, fd = 1360416768, u32 = 1360416768, u64 = 140463970865152}}, {events = 304969160, data = {ptr = 0x122d54f800007fc0, fd = 32704, u32 = 32704, u64 = 1309796490763337664}}, {events = 32704, data = {ptr = 0x17e020b9 , fd = 400564409, u32 = 400564409, u64 = 400564409}}, {events = 304969160, data = {ptr = 0xc69095100007fc0, fd = 32704, u32 = 32704, u64 = 894256244506787776}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 1401631424, data = {ptr = 0x7fc2, fd = 32706, u32 = 32706, u64 = 32706}}, {events = 0, data = {ptr = 0x7fc25448abd8, fd = 1414048728, u32 = 1414048728, u64 = 140472614431704}}, {events = 0, data = {ptr = 0x163ab9a900000000, fd = 0, u32 = 0, u64 = 1601796752984244224}}, {events = 0, data = {ptr = 0x7fc0122d75c8, fd = 304969160, u32 = 304969160, u64 = 140462915417544}}, {events = 31588736, data = {ptr = 0x7fc1, fd = 32705, u32 = 32705, u64 = 32705}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 4294967295, data = {ptr = 0xffffffff7fffffff, fd = 2147483647, u32 = 2147483647, u64 = 18446744071562067967}}, {events = 4294967295, data = {ptr = 0x7fc253869240, fd = 1401328192, u32 = 1401328192, u64 = 140472601711168}}, {events = 304960816, data = {ptr = 0x100007fc0, fd = 32704, u32 = 32704, u64 = 4295000000}}, {events = 0, data = {ptr = 0x1854ae1b , fd = 408202779, u32 = 408202779, u64 = 408202779}}, {events = 1362165760, data = {ptr = 0x5448abc0000cca2e, fd = 838190, u32 = 838190, u64 = 6073292938632022574}}, {events = 32706, data = {ptr = 0xcca66368ac6ae, fd = 915064494, u32 = 915064494, u64 = 3600240071067310}}, {events = 1394418176, data = {ptr = 0x5386926800007fc2, fd = 32706, u32 = 32706, u64 = 6018658927401533378}}, {events = 32706, data = {ptr = 0x7fc0122d5530, fd = 304960816, u32 = 304960816, u64 = 140462915409200}}, {events = 1394418288, data = {ptr = 0x163a183700007fc2, fd = 32706, u32 = 32706, u64 = 1601619241985933250}}, {events = 0, data = {ptr = 0x7ffe07f9b80a, fd = 133806090, u32 = 133806090, u64 = 140729032226826}}, {events = 304960552, data = {ptr = 0x5448abc800007fc0, fd = 32704, u32 = 32704, u64 = 6073292972990955456}}, {events = 32706, data = {ptr = 0x7fc253869268, fd = 1401328232, u32 = 1401328232, u64 = 140472601711208}}, {events = 408499936, data = {ptr = 0x5448abd800007fc0, fd = 32704, u32 = 32704, u64 = 6073293041710432192}}, {events = 32706, data = {ptr = 0x1, fd = 1, u32 = 1, u64 = 1}}, {events = 408202779, data = {ptr = 0x11e1a30000000000, fd = 0, u32 = 0, u64 = 1288490188800000000}}, {events = 0, data = {ptr = 0x11e1a300 const&, DB::ClusterProxy::SelectStreamFactory&, std::__1::shared_ptr, std::__1::shared_ptr, DB::SelectQueryInfo const&, std::__1::shared_ptr const&, std::__1::basic_string, std::__1::allocator > const&, DB::DistributedSettings const&, std::__1::function (unsigned long)>, bool)+6400>, fd = 300000000, u32 = 300000000, u64 = 300000000}}, {events = 1, data = {ptr = 0x184cdeb300000000, fd = 0, u32 = 0, u64 = 1751019215520792576}}, {events = 0, data = {ptr = 0x7fc0122d7918, fd = 304970008, u32 = 304970008, u64 = 140462915418392}}, {events = 240, data = {ptr = 0x43c6ce700000000, fd = 0, u32 = 0, u64 = 305238614147596288}}, {events = 0, data = {ptr = 0x163abf1a > >::wait_duration_usec(long) const+26>, fd = 372948762, u32 = 372948762, u64 = 372948762}}, {events = 300000000, data = {ptr = 0xc69095100000000, fd = 0, u32 = 0, u64 = 894256244506755072}}, {events = 0, data = {ptr = 0x7fc2538b3300, fd = 1401631488, u32 = 1401631488, u64 = 140472602014464}}, {events = 372931313, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 300, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0xffffff0100000002, fd = 2, u32 = 2, u64 = 18446742978492891138}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x12b, fd = 299, u32 = 299, u64 = 299}}, {events = 999988086, data = {ptr = 0x5448abc800000000, fd = 0, u32 = 0, u64 = 6073292972990922752}}, {events = 32706, data = {ptr = 0x7fc0122d5530, fd = 304960816, u32 = 304960816, u64 = 140462915409200}}, {events = 405873280, data = {ptr = 0x5386926800007fc0, fd = 32704, u32 = 32704, u64 = 6018658927401533376}}, {events = 32706, data = {ptr = 0x7fc25448ac00, fd = 1414048768, u32 = 1414048768, u64 = 140472614431744}}, {events = 1394418288, data = {ptr = 0x163a797100007fc2, fd = 32706, u32 = 32706, u64 = 1601726143721930690}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 304960816, data = {ptr = 0x7fc0, fd = 32704, u32 = 32704, u64 = 32704}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 1414048640, data = {ptr = 0xc69095100007fc2, fd = 32706, u32 = 32706, u64 = 894256244506787778}}, {events = 0, data = {ptr = 0x7fc25448ab80, fd = 1414048640, u32 = 1414048640, u64 = 140472614431616}}, {events = 407988710, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x163a19b3 , fd = 372906419, u32 = 372906419, u64 = 372906419}}, {events = 372906272, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x7fc25448ab80, fd = 1414048640, u32 = 1414048640, u64 = 140472614431616}}, {events = 1394418176, data = {ptr = 0x1831228000007fc2, fd = 32706, u32 = 32706, u64 = 1743212463920283586}}, {events = 32704, data = {ptr = 0x163a7d97 const&>, boost::asio::any_io_executor>::do_complete(void*, boost::asio::detail::scheduler_operation*, boost::system::error_code const&, unsigned long)+439>, fd = 372931991, u32 = 372931991, u64 = 372931991}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x122d55d000000000, fd = 0, u32 = 0, u64 = 1309797418476240896}}, {events = 32704, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x122d55b000000000, fd = 0, u32 = 0, u64 = 1309797281037287424}}, {events = 32704, data = {ptr = 0x7fc0122da458, fd = 304981080, u32 = 304981080, u64 = 140462915429464}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x18e2131000000000, fd = 0, u32 = 0, u64 = 1793016561087283200}}, {events = 0, data = {ptr = 0x163a1920 , fd = 372906272, u32 = 372906272, u64 = 372906272}}, {events = 0, data = {ptr = 0x122d562000000000, fd = 0, u32 = 0, u64 = 1309797762073624576}}, {events = 32704, data = {ptr = 0x7fc018312280, fd = 405873280, u32 = 405873280, u64 = 140463016321664}}} 2025-10-03 18:03:33 timeout = -4 2025-10-03 18:03:33 num_events = 2025-10-03 18:03:33 check_timers = 2025-10-03 18:03:33 #4 0x00000000163a6bbc in boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:477 2025-10-03 18:03:33 on_exit = {scheduler_ = 0x7fc2531d2200, lock_ = 0x7fc0122d56a0, this_thread_ = 0x7fc0122d56d0} 2025-10-03 18:03:33 o = 0x7fc2531d22b8 2025-10-03 18:03:33 more_handlers = 2025-10-03 18:03:33 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:33 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc0122d56d0, next_ = 0x0} 2025-10-03 18:03:33 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 18:03:33 lock = 2025-10-03 18:03:33 n = 1 2025-10-03 18:03:33 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:33 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:33 s = 2025-10-03 18:03:33 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:33 ee = 2025-10-03 18:03:33 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:33 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:33 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_ = 0x7fc0122d57d7 "\n\004", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 12639, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:33 worker_id = 1 2025-10-03 18:03:33 MAX_COUNT = 10 2025-10-03 18:03:33 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3c40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:33 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3c40}} 2025-10-03 18:03:33 thread_status = { = { = {}, }, thread_id = 755, os_thread_priority = 0, performance_counters = {counters = 0x7fc051153000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc051153000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0122d5838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:33 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:33 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0122d5a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0122d5a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc051110880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:33 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:33 arguments = 2025-10-03 18:03:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0122d5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #16 std::__1::function::operator() (this=0x7fc0122d5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584c80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@<\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3c40}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0122d5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239555034314, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0122d5b16}} 2025-10-03 18:03: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_ = 0x7fc0122d5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:33 _allocations_flag_prev_val759 = 2025-10-03 18:03:33 _allocations_flag_prev_val659 = false 2025-10-03 18:03:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0122d5b17}} 2025-10-03 18:03:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_is_done = 2025-10-03 18:03:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584ca0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 2025-10-03 18:03:33 Thread 136 (Thread 0x7fc011ae1640 (LWP 756) "ThreadPool"): 2025-10-03 18:03:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:33 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc011ad46d0, next_ = 0x0} 2025-10-03 18:03:33 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 18:03:33 lock = 2025-10-03 18:03:33 n = 0 2025-10-03 18:03:33 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:33 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:33 s = 2025-10-03 18:03:33 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:33 ee = 2025-10-03 18:03:33 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:33 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:33 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_ = 0x7fc011ad47d7 "\n\004", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 13663, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:33 worker_id = 5 2025-10-03 18:03:33 MAX_COUNT = 10 2025-10-03 18:03:33 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3c80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:33 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3c80}} 2025-10-03 18:03:33 thread_status = { = { = {}, }, thread_id = 756, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4b60000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4b60000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc011ad4838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:33 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:33 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc011ad4a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc011ad4a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4b3be00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:33 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:33 arguments = 2025-10-03 18:03:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc011ad4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #16 std::__1::function::operator() (this=0x7fc011ad4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584d00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200<\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3c80}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc011ad4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239555092163, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc011ad4b16}} 2025-10-03 18:03: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_ = 0x7fc011ad4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:33 _allocations_flag_prev_val759 = 2025-10-03 18:03:33 _allocations_flag_prev_val659 = false 2025-10-03 18:03:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc011ad4b17}} 2025-10-03 18:03:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_is_done = 2025-10-03 18:03:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 2025-10-03 18:03:33 Thread 135 (Thread 0x7fc0112e0640 (LWP 757) "ThreadPool"): 2025-10-03 18:03:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:33 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc0112d36d0, next_ = 0x0} 2025-10-03 18:03:33 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 18:03:33 lock = 2025-10-03 18:03:33 n = 0 2025-10-03 18:03:33 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:33 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:33 s = 2025-10-03 18:03:33 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:33 ee = 2025-10-03 18:03:33 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:33 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:33 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_ = 0x7fc0112d37d7 "\v\004", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3486047, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:33 worker_id = 15 2025-10-03 18:03:33 MAX_COUNT = 10 2025-10-03 18:03:33 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3cc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:33 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3cc0}} 2025-10-03 18:03:33 thread_status = { = { = {}, }, thread_id = 757, os_thread_priority = 0, performance_counters = {counters = 0x7fc022c0f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc022c0f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0112d3838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:33 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:33 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0112d3a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0112d3a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc022beb800}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:33 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:33 arguments = 2025-10-03 18:03:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0112d3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #16 std::__1::function::operator() (this=0x7fc0112d3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584d80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300<\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3cc0}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0112d3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239555139001, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0112d3b16}} 2025-10-03 18:03: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_ = 0x7fc0112d3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:33 _allocations_flag_prev_val759 = 2025-10-03 18:03:33 _allocations_flag_prev_val659 = false 2025-10-03 18:03:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0112d3b17}} 2025-10-03 18:03:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_is_done = 2025-10-03 18:03:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584da0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 2025-10-03 18:03:33 Thread 134 (Thread 0x7fc010adf640 (LWP 758) "ThreadPool"): 2025-10-03 18:03:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:33 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc010ad26d0, next_ = 0x0} 2025-10-03 18:03:33 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 18:03:33 lock = 2025-10-03 18:03:33 n = 0 2025-10-03 18:03:33 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:33 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:33 s = 2025-10-03 18:03:33 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:33 ee = 2025-10-03 18:03:33 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:33 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:33 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_ = 0x7fc010ad27d7 "\v\004", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3289439, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:33 worker_id = 12 2025-10-03 18:03:33 MAX_COUNT = 10 2025-10-03 18:03:33 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3d00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:33 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3d00}} 2025-10-03 18:03:33 thread_status = { = { = {}, }, thread_id = 758, os_thread_priority = 0, performance_counters = {counters = 0x7fc061ce6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061ce6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc010ad2838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:33 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:33 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc010ad2a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc010ad2a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061cc2160}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:33 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:33 arguments = 2025-10-03 18:03:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc010ad2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #16 std::__1::function::operator() (this=0x7fc010ad2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584e00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000=\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3d00}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc010ad2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239555187351, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc010ad2b16}} 2025-10-03 18:03: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_ = 0x7fc010ad2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:33 _allocations_flag_prev_val759 = 2025-10-03 18:03:33 _allocations_flag_prev_val659 = false 2025-10-03 18:03:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc010ad2b17}} 2025-10-03 18:03:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_is_done = 2025-10-03 18:03:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584e20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:33 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 2025-10-03 18:03:33 Thread 133 (Thread 0x7fc0102de640 (LWP 759) "ThreadPool"): 2025-10-03 18:03:33 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:33 No symbol table info available. 2025-10-03 18:03:33 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:33 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc0102d16d0, next_ = 0x0} 2025-10-03 18:03:33 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 18:03:33 lock = 2025-10-03 18:03:33 n = 0 2025-10-03 18:03:33 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:33 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:33 s = 2025-10-03 18:03:33 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:33 ee = 2025-10-03 18:03:33 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:33 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:33 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_ = 0x7fc0102d17d7 "\n\004", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 14175, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:33 worker_id = 7 2025-10-03 18:03:33 MAX_COUNT = 10 2025-10-03 18:03:33 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3d40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:33 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3d40}} 2025-10-03 18:03:33 thread_status = { = { = {}, }, thread_id = 759, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac2c9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac2c9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc0102d1838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:33 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:33 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0102d1a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0102d1a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac28c880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:33 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:33 arguments = 2025-10-03 18:03:33 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0102d1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #16 std::__1::function::operator() (this=0x7fc0102d1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584e80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@=\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3d40}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc0102d1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239555261219, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:33 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0102d1b16}} 2025-10-03 18:03: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_ = 0x7fc0102d1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:33 _allocations_flag_prev_val759 = 2025-10-03 18:03:33 _allocations_flag_prev_val659 = false 2025-10-03 18:03:33 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0102d1b17}} 2025-10-03 18:03:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:33 job_is_done = 2025-10-03 18:03:33 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:33 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:33 No locals. 2025-10-03 18:03:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584ea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 2025-10-03 18:03:34 Thread 132 (Thread 0x7fc00fadd640 (LWP 760) "ThreadPool"): 2025-10-03 18:03:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:34 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc00fad06d0, next_ = 0x0} 2025-10-03 18:03:34 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 18:03:34 lock = 2025-10-03 18:03:34 n = 0 2025-10-03 18:03:34 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:34 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:34 s = 2025-10-03 18:03:34 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:34 ee = 2025-10-03 18:03:34 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:34 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:34 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_ = 0x7fc00fad07d7 "\n\004", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 13151, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:34 worker_id = 3 2025-10-03 18:03:34 MAX_COUNT = 10 2025-10-03 18:03:34 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3d80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:34 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3d80}} 2025-10-03 18:03:34 thread_status = { = { = {}, }, thread_id = 760, os_thread_priority = 0, performance_counters = {counters = 0x7fc061ccd000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061ccd000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00fad0838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:34 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:34 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00fad0a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00fad0a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061cc0ea0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239964470619, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:34 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:34 arguments = 2025-10-03 18:03:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00fad0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #16 std::__1::function::operator() (this=0x7fc00fad0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584f00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200=\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3d80}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00fad0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239555367529, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00fad0b16}} 2025-10-03 18:03: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_ = 0x7fc00fad0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:34 _allocations_flag_prev_val759 = 2025-10-03 18:03:34 _allocations_flag_prev_val659 = false 2025-10-03 18:03:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00fad0b17}} 2025-10-03 18:03:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_is_done = 2025-10-03 18:03:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584f20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 2025-10-03 18:03:34 Thread 131 (Thread 0x7fc00f2dc640 (LWP 761) "ThreadPool"): 2025-10-03 18:03:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:34 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc00f2cf6d0, next_ = 0x0} 2025-10-03 18:03:34 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 18:03:34 lock = 2025-10-03 18:03:34 n = 0 2025-10-03 18:03:34 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:34 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:34 s = 2025-10-03 18:03:34 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:34 ee = 2025-10-03 18:03:34 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:34 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:34 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_ = 0x7fc00f2cf7d7 "\n\004", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 13407, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:34 worker_id = 4 2025-10-03 18:03:34 MAX_COUNT = 10 2025-10-03 18:03:34 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3dc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:34 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3dc0}} 2025-10-03 18:03:34 thread_status = { = { = {}, }, thread_id = 761, os_thread_priority = 0, performance_counters = {counters = 0x7fc098cda000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098cda000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00f2cf838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:34 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:34 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00f2cfa17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00f2cfa5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098cce300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:34 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:34 arguments = 2025-10-03 18:03:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00f2cfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #16 std::__1::function::operator() (this=0x7fc00f2cfba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018584f80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300=\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3dc0}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00f2cfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239555413245, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00f2cfb16}} 2025-10-03 18:03: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_ = 0x7fc00f2cfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:34 _allocations_flag_prev_val759 = 2025-10-03 18:03:34 _allocations_flag_prev_val659 = false 2025-10-03 18:03:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00f2cfb17}} 2025-10-03 18:03:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_is_done = 2025-10-03 18:03:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018584fa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 2025-10-03 18:03:34 Thread 130 (Thread 0x7fc00eadb640 (LWP 762) "ThreadPool"): 2025-10-03 18:03:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:34 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc00eace6d0, next_ = 0x0} 2025-10-03 18:03:34 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 18:03:34 lock = 2025-10-03 18:03:34 n = 0 2025-10-03 18:03:34 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:34 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:34 s = 2025-10-03 18:03:34 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:34 ee = 2025-10-03 18:03:34 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:34 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:34 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_ = 0x7fc00eace7d7 "\n\004", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 14687, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:34 worker_id = 9 2025-10-03 18:03:34 MAX_COUNT = 10 2025-10-03 18:03:34 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3e00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:34 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3e00}} 2025-10-03 18:03:34 thread_status = { = { = {}, }, thread_id = 762, os_thread_priority = 0, performance_counters = {counters = 0x7fc05116f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc05116f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00eace838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:34 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:34 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00eacea17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00eacea5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc051162b40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:34 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:34 arguments = 2025-10-03 18:03:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00eaceba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #16 std::__1::function::operator() (this=0x7fc00eaceba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593000) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000>\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3e00}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00eacec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239555497563, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00eaceb16}} 2025-10-03 18:03: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_ = 0x7fc00eacecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:34 _allocations_flag_prev_val759 = 2025-10-03 18:03:34 _allocations_flag_prev_val659 = false 2025-10-03 18:03:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00eaceb17}} 2025-10-03 18:03:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_is_done = 2025-10-03 18:03:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593020}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 2025-10-03 18:03:34 Thread 129 (Thread 0x7fc00e2da640 (LWP 763) "ThreadPool"): 2025-10-03 18:03:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:34 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc00e2cd6d0, next_ = 0x0} 2025-10-03 18:03:34 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 18:03:34 lock = 2025-10-03 18:03:34 n = 0 2025-10-03 18:03:34 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:34 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:34 s = 2025-10-03 18:03:34 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:34 ee = 2025-10-03 18:03:34 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:34 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:34 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_ = 0x7fc00e2cd7d7 "\n\004", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 13919, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:34 worker_id = 6 2025-10-03 18:03:34 MAX_COUNT = 10 2025-10-03 18:03:34 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3e40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:34 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3e40}} 2025-10-03 18:03:34 thread_status = { = { = {}, }, thread_id = 763, os_thread_priority = 0, performance_counters = {counters = 0x7fc098cea000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098cea000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00e2cd838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:34 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:34 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00e2cda17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00e2cda5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098ccf5c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:34 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:34 arguments = 2025-10-03 18:03:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00e2cdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #16 std::__1::function::operator() (this=0x7fc00e2cdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593080) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@>\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3e40}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00e2cdc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239555713528, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00e2cdb16}} 2025-10-03 18:03: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_ = 0x7fc00e2cdcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:34 _allocations_flag_prev_val759 = 2025-10-03 18:03:34 _allocations_flag_prev_val659 = false 2025-10-03 18:03:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00e2cdb17}} 2025-10-03 18:03:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_is_done = 2025-10-03 18:03:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185930a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 2025-10-03 18:03:34 Thread 128 (Thread 0x7fc00dad9640 (LWP 764) "ThreadPool"): 2025-10-03 18:03:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:34 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc00dacc6d0, next_ = 0x0} 2025-10-03 18:03:34 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 18:03:34 lock = 2025-10-03 18:03:34 n = 0 2025-10-03 18:03:34 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:34 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:34 s = 2025-10-03 18:03:34 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:34 ee = 2025-10-03 18:03:34 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:34 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:34 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_ = 0x7fc00dacc7d7 "\v\004", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3158367, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:34 worker_id = 10 2025-10-03 18:03:34 MAX_COUNT = 10 2025-10-03 18:03:34 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3e80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:34 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3e80}} 2025-10-03 18:03:34 thread_status = { = { = {}, }, thread_id = 764, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac2dc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac2dc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00dacc838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:34 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:34 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00dacca17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00dacca5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac2d8b40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:34 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:34 arguments = 2025-10-03 18:03:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00daccba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #16 std::__1::function::operator() (this=0x7fc00daccba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593100) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200>\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3e80}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00daccc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239555932900, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00daccb16}} 2025-10-03 18:03: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_ = 0x7fc00dacccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:34 _allocations_flag_prev_val759 = 2025-10-03 18:03:34 _allocations_flag_prev_val659 = false 2025-10-03 18:03:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00daccb17}} 2025-10-03 18:03:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_is_done = 2025-10-03 18:03:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593120}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 2025-10-03 18:03:34 Thread 127 (Thread 0x7fc00d2d8640 (LWP 765) "ThreadPool"): 2025-10-03 18:03:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:34 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc00d2cb6d0, next_ = 0x0} 2025-10-03 18:03:34 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 18:03:34 lock = 2025-10-03 18:03:34 n = 0 2025-10-03 18:03:34 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:34 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:34 s = 2025-10-03 18:03:34 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:34 ee = 2025-10-03 18:03:34 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:34 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:34 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_ = 0x7fc00d2cb7d7 "\v\004", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3354975, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:34 worker_id = 13 2025-10-03 18:03:34 MAX_COUNT = 10 2025-10-03 18:03:34 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3ec0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:34 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3ec0}} 2025-10-03 18:03:34 thread_status = { = { = {}, }, thread_id = 765, os_thread_priority = 0, performance_counters = {counters = 0x7fc086793000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc086793000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00d2cb838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:34 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:34 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00d2cba17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00d2cba5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc086770040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:34 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:34 arguments = 2025-10-03 18:03:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00d2cbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #16 std::__1::function::operator() (this=0x7fc00d2cbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593180) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3ec0}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00d2cbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239556533436, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00d2cbb16}} 2025-10-03 18:03: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_ = 0x7fc00d2cbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:34 _allocations_flag_prev_val759 = 2025-10-03 18:03:34 _allocations_flag_prev_val659 = false 2025-10-03 18:03:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00d2cbb17}} 2025-10-03 18:03:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_is_done = 2025-10-03 18:03:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185931a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 2025-10-03 18:03:34 Thread 126 (Thread 0x7fc00cad7640 (LWP 766) "ThreadPool"): 2025-10-03 18:03:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #2 0x00000000163a6a27 in boost::asio::detail::posix_event::wait (this=0x7fc2531d2270, lock=...) at /build/contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x7fc2531d2268, lock=...) at /build/contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x7fc2531d2200, lock=..., this_thread=..., ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #5 0x00000000163a66e1 in boost::asio::detail::scheduler::run (this=0x7fc2531d2200, ec=...) at /build/contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 18:03:34 ctx = { = {}, key_ = 0x7fc2531d2200, value_ = 0x7fc00caca6d0, next_ = 0x0} 2025-10-03 18:03:34 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 18:03:34 lock = 2025-10-03 18:03:34 n = 0 2025-10-03 18:03:34 #6 0x00000000163a1aff in boost::asio::io_context::run (this=0x7fc25448ab80) at /build/contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 18:03:34 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 18:03:34 s = 2025-10-03 18:03:34 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x7fc25448ab80) at /build/contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 18:03:34 ee = 2025-10-03 18:03:34 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 18:03:34 timer = {t_created_ = {__d_ = {__rep_ = 1759505762982698}}, 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 18:03:34 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_ = 0x7fc00caca7d7 "\v\004", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3420511, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:34 worker_id = 14 2025-10-03 18:03:34 MAX_COUNT = 10 2025-10-03 18:03:34 #8 0x00000000163adbe2 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0680d3f00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:34 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0680d3f00}} 2025-10-03 18:03:34 thread_status = { = { = {}, }, thread_id = 766, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a6897000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a6897000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00caca838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:34 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:34 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00cacaa17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00cacaa5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a6873380}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:34 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:34 arguments = 2025-10-03 18:03:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00cacaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #16 std::__1::function::operator() (this=0x7fc00cacaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593200) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000?\rh\300\177\000\0000\000\000\000\000\000\000", __large = 0x7fc0680d3f00}, __invoker_ = {__call_ = 0x163adb60 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e218f8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00cacac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239556660884, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00cacab16}} 2025-10-03 18:03: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_ = 0x7fc00cacacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:34 _allocations_flag_prev_val759 = 2025-10-03 18:03:34 _allocations_flag_prev_val659 = false 2025-10-03 18:03:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00cacab17}} 2025-10-03 18:03:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_is_done = 2025-10-03 18:03:34 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593220}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:34 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 2025-10-03 18:03:34 Thread 125 (Thread 0x7fc00c2d6640 (LWP 767) "ThreadPool"): 2025-10-03 18:03:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25314f46c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #3 std::__1::condition_variable::wait (this=0x7fc25314f46c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:34 ec = 2025-10-03 18:03:34 #4 0x000000001640bc4b in std::__1::condition_variable::wait(std::__1::unique_lock&, nuraft::raft_server::commit_in_bg()::$_0) (this=0x7fc25314f440, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #5 nuraft::raft_server::commit_in_bg (this=0x7fc25314f018) at /build/contrib/NuRaft/src/handle_commit.cxx:132 2025-10-03 18:03:34 lock = {__m_ = 0x7fc25314f470, __owns_ = true} 2025-10-03 18:03:34 wait_check = {this = 0x7fc25314f018} 2025-10-03 18:03:34 err = 2025-10-03 18:03:34 is_log_store_commit_exec = 2025-10-03 18:03:34 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x635f74666172756e , __size_ = 499984985455, __cap_ = 936889185307780184, __is_long_ = 0}, __s = {__data_ = "nuraft_commit\000\000\000X\344,\f\300\177", __padding_ = 0x7fc00c2c97bf "\r", __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {7160569915612755310, 499984985455, 936889185307780184}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:34 #6 0x000000001334fa01 in DB::KeeperServer::KeeperRaftServer::commit_in_bg (this=this@entry=0x7fc25314f018) at /build/src/Coordination/KeeperServer.cpp:297 2025-10-03 18:03:34 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 18:03:34 #7 0x0000000016406fa2 in std::__1::__invoke[abi:v15007](void (nuraft::raft_server::*&)(), nuraft::raft_server*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #9 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #10 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #11 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft11raft_serverEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #12 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc018587080) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:34 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587080}} 2025-10-03 18:03:34 thread_status = { = { = {}, }, thread_id = 767, os_thread_priority = 0, performance_counters = {counters = 0x7fc25315d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc25315d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00c2c9838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -119296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:34 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:34 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00c2c9a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00c2c9a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1433d0b90}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:34 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:34 arguments = 2025-10-03 18:03:34 #14 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00c2c9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #15 std::__1::function::operator() (this=0x7fc00c2c9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593600) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200pX\030\300\177\000\000\020\b\000\000\000\000\000", __large = 0x7fc018587080}, __invoker_ = {__call_ = 0x16406f20 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e22358 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00c2c9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239557569388, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00c2c9b16}} 2025-10-03 18:03: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_ = 0x7fc00c2c9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:34 _allocations_flag_prev_val759 = 2025-10-03 18:03:34 _allocations_flag_prev_val659 = false 2025-10-03 18:03:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00c2c9b17}} 2025-10-03 18:03:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_is_done = 2025-10-03 18:03:34 #17 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:34 #20 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #21 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 2025-10-03 18:03:34 Thread 124 (Thread 0x7fc00bad5640 (LWP 768) "ThreadPool"): 2025-10-03 18:03:34 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc25386911c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #3 std::__1::condition_variable::wait (this=0x7fc25386911c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:34 ec = 2025-10-03 18:03:34 #4 0x000000001642b7bb in nuraft::EventAwaiter::wait_us (this=0x7fc2538690c0, time_us=0) at /build/contrib/NuRaft/include/libnuraft/event_awaiter.hxx:64 2025-10-03 18:03:34 l = {__m_ = 0x7fc2538690c8, __owns_ = true} 2025-10-03 18:03:34 expected = nuraft::EventAwaiter::AS::ready 2025-10-03 18:03:34 l = 2025-10-03 18:03:34 #5 nuraft::EventAwaiter::wait (this=0x7fc2538690c0) at /build/contrib/NuRaft/include/libnuraft/event_awaiter.hxx:47 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #6 nuraft::raft_server::append_entries_in_bg (this=this@entry=0x7fc25314f018) at /build/contrib/NuRaft/src/handle_append_entries.cxx:107 2025-10-03 18:03:34 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x615f74666172756e , __size_ = 431348871280, __cap_ = 936889195087327256, __is_long_ = 0}, __s = {__data_ = "nuraft_append\000\000\000\030\360\024S\302\177", __padding_ = 0x7fc00bac87ef "\r\030\360\024S\302\177", __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {7016454727536899438, 431348871280, 936889195087327256}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:03:34 #7 0x0000000016406fa2 in std::__1::__invoke[abi:v15007](void (nuraft::raft_server::*&)(), nuraft::raft_server*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #9 std::__1::__bind::operator()[abi:v15007]<>() (this=) at /build/contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #10 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #11 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft11raft_serverEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #12 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x7fc0185877c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:34 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0185877c0}} 2025-10-03 18:03:34 thread_status = { = { = {}, }, thread_id = 768, os_thread_priority = 0, performance_counters = {counters = 0x7fc099fb3000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099fb3000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00bac8838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:34 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:34 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00bac8a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00bac8a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099fa6b40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 239968470712, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:34 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 18:03:34 arguments = 2025-10-03 18:03:34 #14 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00bac8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #15 std::__1::function::operator() (this=0x7fc00bac8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593300) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300wX\030\300\177\000\000`\000\000\000\000\000\000", __large = 0x7fc0185877c0}, __invoker_ = {__call_ = 0x16406f20 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18e22358 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00bac8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239557610416, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00bac8b16}} 2025-10-03 18:03: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_ = 0x7fc00bac8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:34 _allocations_flag_prev_val759 = 2025-10-03 18:03:34 _allocations_flag_prev_val659 = false 2025-10-03 18:03:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00bac8b17}} 2025-10-03 18:03:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_is_done = 2025-10-03 18:03:34 #17 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185935c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:34 #20 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #21 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 2025-10-03 18:03:34 Thread 123 (Thread 0x7fc00afd4640 (LWP 769) "ThreadPool"): 2025-10-03 18:03:34 #0 0x00007fc255c227f8 in clock_nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #1 0x00007fc255c27677 in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:34 No symbol table info available. 2025-10-03 18:03:34 #2 0x0000000018522eeb in std::__1::__libcpp_thread_sleep_for[abi:v15007](std::__1::chrono::duration > const&) (__ns=...) at /build/contrib/llvm-project/libcxx/include/__threading_support:412 2025-10-03 18:03:34 __ts = {tv_sec = 0, tv_nsec = 93843718} 2025-10-03 18:03:34 #3 std::__1::this_thread::sleep_for (ns=...) at /build/contrib/llvm-project/libcxx/src/thread.cpp:109 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #4 0x0000000013328b44 in std::__1::this_thread::sleep_for > (__d=...) at /build/contrib/llvm-project/libcxx/include/thread:383 2025-10-03 18:03:34 _Max = 2025-10-03 18:03:34 __ns = {__rep_ = 500000000} 2025-10-03 18:03:34 _Max = 2025-10-03 18:03:34 __ns = 2025-10-03 18:03:34 #5 DB::KeeperDispatcher::sessionCleanerTask (this=this@entry=0x7fc2544a2418) at /build/src/Coordination/KeeperDispatcher.cpp:689 2025-10-03 18:03:34 time_to_sleep = 2025-10-03 18:03:34 shutdown_called = @0x7fc2531b12f1: {> = {__a_ = {> = {__a_value = false}, }, static is_always_lock_free = }, } 2025-10-03 18:03:34 #6 0x000000001332e227 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4::operator()() const (this=) at /build/src/Coordination/KeeperDispatcher.cpp:500 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB16KeeperDispatcher10initializeERKN4Poco4Util21AbstractConfigurationEbbRKNS_10shared_ptrIKNS1_6MacrosEEEE3$_4RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}::operator()() (this=0x7fc018594060) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:34 thread_status = { = { = {}, }, thread_id = 769, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a149c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a149c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00afc7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@F\375\n\300\177\000\0000{\374\n\300\177\000", __large = 0x7fc00afd4640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00afc7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00afc7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a14775c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240020471916, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000 7Y\030\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:34 function = {this = 0x7fc2544a2418} 2025-10-03 18:03:34 arguments = 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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=0x7fc018594060) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:34 __f = 0x7fc018594060 2025-10-03 18:03:34 #15 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00afc7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #16 std::__1::function::operator() (this=0x7fc00afc7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:34 No locals. 2025-10-03 18:03:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593720) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`@Y\030\300\177\000\000nitializ", __large = 0x7fc018594060}, __invoker_ = {__call_ = 0x1332e1e0 ::__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_ = 0x18ba0f68 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00afc7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239611417401, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:34 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00afc7b16}} 2025-10-03 18:03: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_ = 0x7fc00afc7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:34 _allocations_flag_prev_val759 = 2025-10-03 18:03:34 _allocations_flag_prev_val659 = false 2025-10-03 18:03:34 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00afc7b17}} 2025-10-03 18:03:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:34 job_is_done = 2025-10-03 18:03:35 #18 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03: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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593640}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:35 #21 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #22 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 122 (Thread 0x7fc00a7d3640 (LWP 770) "ThreadPool"): 2025-10-03 18:03:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc2544a2660, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #3 std::__1::condition_variable::wait (this=0x7fc2544a2660, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:35 ec = 2025-10-03 18:03:35 #4 0x0000000013336c5b 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=0x7fc2544a2638, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #5 ConcurrentBoundedQueue >::popImpl (this=this@entry=0x7fc2544a25b0, x=..., timeout_milliseconds=...) at /build/src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 18:03:35 queue_lock = {__m_ = 0x7fc2544a25e0, __owns_ = true} 2025-10-03 18:03:35 predicate = {this = 0x7fc2544a25b0} 2025-10-03 18:03:35 #6 0x000000001332a5ea in ConcurrentBoundedQueue >::pop (this=0x7fc2544a25b0, x=...) at /build/src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #7 DB::KeeperDispatcher::clusterUpdateWithReconfigDisabledThread (this=this@entry=0x7fc2544a2418) at /build/src/Coordination/KeeperDispatcher.cpp:837 2025-10-03 18:03:35 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 18:03:35 done = 2025-10-03 18:03:35 shutdown_called = @0x7fc2531b12f1: {> = {__a_ = {> = {__a_value = false}, }, static is_always_lock_free = }, } 2025-10-03 18:03:35 #8 0x000000001332e5e7 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6::operator()() const (this=) at /build/src/Coordination/KeeperDispatcher.cpp:504 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB16KeeperDispatcher10initializeERKN4Poco4Util21AbstractConfigurationEbbRKNS_10shared_ptrIKNS1_6MacrosEEEE3$_6RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}::operator()() (this=0x7fc018594210) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:35 thread_status = { = { = {}, }, thread_id = 770, os_thread_priority = 0, performance_counters = {counters = 0x7fc143400800, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc143400800}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00a7c6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "@6}\n\300\177\000\0000k|\n\300\177\000", __large = 0x7fc00a7d3640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00a7c6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00a7c6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc1433d1e50}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240024472009, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\0004Y\030\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:35 function = {this = 0x7fc2544a2418} 2025-10-03 18:03:35 arguments = 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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=0x7fc018594210) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:35 __f = 0x7fc018594210 2025-10-03 18:03:35 #17 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00a7c6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #18 std::__1::function::operator() (this=0x7fc00a7c6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593400) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020BY\030\300\177\000\000nitializ", __large = 0x7fc018594210}, __invoker_ = {__call_ = 0x1332e5a0 ::__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_ = 0x18ba0fc8 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00a7c6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239611511448, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00a7c6b16}} 2025-10-03 18:03: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_ = 0x7fc00a7c6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00a7c6b17}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #20 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:35 #23 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #24 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 121 (Thread 0x7fc009fd2640 (LWP 771) "clickhouse-serv"): 2025-10-03 18:03:35 #0 0x00007fc255c55bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x000000001652417f in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fc018594b40, remainingTime=..., mode=mode@entry=1) at /build/base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 18:03:35 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507183511981} 2025-10-03 18:03:35 pollBuf = {fd = 34, events = 1, revents = 0} 2025-10-03 18:03:35 sockfd = 2025-10-03 18:03:35 rc = 2025-10-03 18:03:35 #2 0x0000000016524348 in Poco::Net::SocketImpl::poll (this=0x7fc018594b40, timeout=..., mode=1) at /build/base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 18:03:35 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:35 #3 0x0000000016528b95 in Poco::Net::Socket::poll (this=0x7fc067ec0a88, timeout=..., mode=1) at /build/base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #4 Poco::Net::TCPServer::run (this=0x7fc067ec0a80) at /build/base/poco/Net/src/TCPServer.cpp:133 2025-10-03 18:03:35 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:35 exc = 2025-10-03 18:03:35 #5 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:03:35 sset = {__val = {20484, 0 }} 2025-10-03 18:03:35 pThreadImpl = 2025-10-03 18:03:35 pData = {_ptr = 0x7fc01858b3c0} 2025-10-03 18:03:35 exc = 2025-10-03 18:03:35 exc = 2025-10-03 18:03:35 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 120 (Thread 0x7fc0097d1640 (LWP 772) "clickhouse-serv"): 2025-10-03 18:03:35 #0 0x00007fc255c55bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x000000001652417f in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fc0185948a0, remainingTime=..., mode=mode@entry=1) at /build/base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 18:03:35 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507183512587} 2025-10-03 18:03:35 pollBuf = {fd = 35, events = 1, revents = 0} 2025-10-03 18:03:35 sockfd = 2025-10-03 18:03:35 rc = 2025-10-03 18:03:35 #2 0x0000000016524348 in Poco::Net::SocketImpl::poll (this=0x7fc0185948a0, timeout=..., mode=1) at /build/base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 18:03:35 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:35 #3 0x0000000016528b95 in Poco::Net::Socket::poll (this=0x7fc067ec0bc8, timeout=..., mode=1) at /build/base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #4 Poco::Net::TCPServer::run (this=0x7fc067ec0bc0) at /build/base/poco/Net/src/TCPServer.cpp:133 2025-10-03 18:03:35 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:35 exc = 2025-10-03 18:03:35 #5 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:03:35 sset = {__val = {20484, 0 }} 2025-10-03 18:03:35 pThreadImpl = 2025-10-03 18:03:35 pData = {_ptr = 0x7fc01858b780} 2025-10-03 18:03:35 exc = 2025-10-03 18:03:35 exc = 2025-10-03 18:03:35 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 119 (Thread 0x7fc008650640 (LWP 773) "CgrpMemUsgObsr"): 2025-10-03 18:03:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7ffe07ed4580, __m=0x189, __ts=0x7fc0086435d8) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #3 std::__1::condition_variable::__do_timed_wait (this=0x7ffe07ed4580, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:35 ts = {tv_sec = 1759507188, tv_nsec = 897164900} 2025-10-03 18:03:35 d = {__rep_ = 140472638824727} 2025-10-03 18:03:35 s = 2025-10-03 18:03:35 ts_sec_max = 9223372036854775807 2025-10-03 18:03:35 ec = 2025-10-03 18:03:35 #4 0x000000000c7700d0 in std::__1::condition_variable::wait_for > (this=0x7ffe07ed4558, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:35 __d_ns_count = 14999999900 2025-10-03 18:03:35 __c_now = 2025-10-03 18:03:35 __now_count_ns = 2025-10-03 18:03:35 #5 std::__1::condition_variable::__do_timed_wait (this=0x7ffe07ed4558, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #6 std::__1::condition_variable::wait_until > > (this=0x7ffe07ed4558, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:35 __t_ns = {__d_ = {__rep_ = 1665885796811}} 2025-10-03 18:03:35 __now = 2025-10-03 18:03:35 #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=0x7ffe07ed4558, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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=0x7ffe07ed4558, __lk=..., __d=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #9 DB::CgroupsMemoryUsageObserver::runThread (this=this@entry=0x7ffe07ed4440) at /build/src/Common/CgroupsMemoryUsageObserver.cpp:315 2025-10-03 18:03:35 lock = {__m_ = 0x7ffe07ed4530, __owns_ = true} 2025-10-03 18:03:35 #10 0x000000000c773ea2 in std::__1::__invoke[abi:v15007](void (DB::CgroupsMemoryUsageObserver::*&)(), DB::CgroupsMemoryUsageObserver*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #11 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::CgroupsMemoryUsageObserver::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #12 std::__1::apply[abi:v15007]&>(void (DB::CgroupsMemoryUsageObserver::*&)(), std::__1::tuple&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::CgroupsMemoryUsageObserver::*&&)(), DB::CgroupsMemoryUsageObserver*&&)::{lambda()#1}::operator()() (this=0x7fc018587440) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:35 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587440}} 2025-10-03 18:03:35 thread_status = { = { = {}, }, thread_id = 773, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b5599000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b5599000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc008643838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 29952, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:35 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:35 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc008643a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc008643a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b555ab40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240032472194, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:35 function = 2025-10-03 18:03:35 arguments = 2025-10-03 18:03:35 #14 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc008643ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #15 std::__1::function::operator() (this=0x7fc008643ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593d00) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@tX\030\300\177\000\000\020\033\244U\302\177\000", __large = 0x7fc018587440}, __invoker_ = {__call_ = 0xc773e20 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::CgroupsMemoryUsageObserver::*&&)(), DB::CgroupsMemoryUsageObserver*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711ef8 ::ThreadFromGlobalPoolImpl(void (DB::CgroupsMemoryUsageObserver::*&&)(), DB::CgroupsMemoryUsageObserver*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc008643c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239622383658, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc008643b16}} 2025-10-03 18:03: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_ = 0x7fc008643caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc008643b17}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #17 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185939c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:35 #20 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #21 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 118 (Thread 0x7fc007e4f640 (LWP 774) "MergeMutate"): 2025-10-03 18:03:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:35 ec = 2025-10-03 18:03:35 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:35 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:35 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:35 _allocations_flag_prev_val334 = false 2025-10-03 18:03:35 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc007e4253f}} 2025-10-03 18:03:35 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc007e426a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #7 std::__1::function::operator() (this=0x7fc007e426a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018594c00) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:35 watch = {start_ns = 239623294347, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc007e42717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239622859611, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc007e425f6}} 2025-10-03 18:03: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_ = 0x7fc007e427a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc007e425f7}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587cc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:35 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587cc0}} 2025-10-03 18:03:35 thread_status = { = { = {}, }, thread_id = 774, os_thread_priority = 0, performance_counters = {counters = 0x7fc098d0c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098d0c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc007e42838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -96, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000\033\344\a\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc007e42a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030~\246\301\277\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfc1a67e18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfc64fa980 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\200\251Oƿ\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc007e42a5f "\200\243\256\320.C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140461642590592, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507152678563}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098cd0880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfe53b0480}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240032472194, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "((\344\a\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc007e42828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:35 function = 2025-10-03 18:03:35 arguments = 2025-10-03 18:03:35 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc007e42ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #14 std::__1::function::operator() (this=0x7fc007e42ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593c40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300|X\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587cc0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc007e42c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239622856796, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc007e42b16}} 2025-10-03 18:03: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_ = 0x7fc007e42caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc007e42b17}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:35 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 117 (Thread 0x7fc00764e640 (LWP 775) "MergeMutate"): 2025-10-03 18:03:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:35 ec = 2025-10-03 18:03:35 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:35 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:35 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:35 _allocations_flag_prev_val334 = false 2025-10-03 18:03:35 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc00764153f}} 2025-10-03 18:03:35 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0076416a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #7 std::__1::function::operator() (this=0x7fc0076416a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595140) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:35 watch = {start_ns = 239626692730, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc007641717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623700078, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0076415f6}} 2025-10-03 18:03: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_ = 0x7fc0076417a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0076415f7}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587040) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:35 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587040}} 2025-10-03 18:03:35 thread_status = { = { = {}, }, thread_id = 775, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4b9d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4b9d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc007641838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000\vd\a\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc007641a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\226\256ſ\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfc5ae9618}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc252556b40 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "@kUR\302\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc007641a5f "\200qа/C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140472581712704, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507167367281}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4b70380}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfcf408d80}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\030d\a\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc007641828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:35 function = 2025-10-03 18:03:35 arguments = 2025-10-03 18:03:35 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc007641ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #14 std::__1::function::operator() (this=0x7fc007641ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593b80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@pX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587040}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc007641c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239622953938, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc007641b16}} 2025-10-03 18:03: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_ = 0x7fc007641caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc007641b17}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593aa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:35 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 116 (Thread 0x7fc006e4d640 (LWP 776) "MergeMutate"): 2025-10-03 18:03:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:35 ec = 2025-10-03 18:03:35 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:35 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:35 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:35 _allocations_flag_prev_val334 = false 2025-10-03 18:03:35 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc006e4053f}} 2025-10-03 18:03:35 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc006e406a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #7 std::__1::function::operator() (this=0x7fc006e406a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc067eb1fa0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:35 watch = {start_ns = 239625550798, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc006e40717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623397921, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc006e405f6}} 2025-10-03 18:03: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_ = 0x7fc006e407a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc006e405f7}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587340) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:35 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587340}} 2025-10-03 18:03:35 thread_status = { = { = {}, }, thread_id = 776, os_thread_priority = 0, performance_counters = {counters = 0x7fc0922e1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0922e1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc006e40838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -30712, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000\373\343\006\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc006e40a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030L\342\"\300\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fc022e24c18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc02304f800 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\000\370\004#\300\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc006e40a5f "\200\035\317Z0C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140463197976576, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507178508061}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0922d50c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfd834f000}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\b\344\006\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc006e40828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:35 function = 2025-10-03 18:03:35 arguments = 2025-10-03 18:03:35 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc006e40ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #14 std::__1::function::operator() (this=0x7fc006e40ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593d80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@sX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587340}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc006e40c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623014422, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc006e40b16}} 2025-10-03 18:03: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_ = 0x7fc006e40caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc006e40b17}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593a20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:35 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 115 (Thread 0x7fc00664c640 (LWP 777) "MergeMutate"): 2025-10-03 18:03:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec108c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #3 std::__1::condition_variable::wait (this=0x7fc067ec108c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:35 ec = 2025-10-03 18:03:35 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:35 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:35 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:35 _allocations_flag_prev_val334 = false 2025-10-03 18:03:35 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc00663f53f}} 2025-10-03 18:03:35 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00663f6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #7 std::__1::function::operator() (this=0x7fc00663f6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595470) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:35 watch = {start_ns = 239626942649, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00663f717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623804323, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00663f5f6}} 2025-10-03 18:03: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_ = 0x7fc00663f7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00663f5f7}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587380) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:35 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587380}} 2025-10-03 18:03:35 thread_status = { = { = {}, }, thread_id = 777, os_thread_priority = 0, performance_counters = {counters = 0x7fc0185bb000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0185bb000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00663f838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000\353c\006\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00663fa17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\224\256ſ\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfc5ae9418}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc0513a1b00 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\000\033:Q\300\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc00663fa5f "\200", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140463973210880, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507058262784}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0185b7420}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbff723d780}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\370c\006\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc00663f828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:35 function = 2025-10-03 18:03:35 arguments = 2025-10-03 18:03:35 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00663fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #14 std::__1::function::operator() (this=0x7fc00663fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593ce0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200sX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587380}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00663fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623072230, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00663fb16}} 2025-10-03 18:03: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_ = 0x7fc00663fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00663fb17}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593ca0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:35 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 114 (Thread 0x7fc005e4b640 (LWP 778) "MergeMutate"): 2025-10-03 18:03:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:35 ec = 2025-10-03 18:03:35 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:35 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:35 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:35 _allocations_flag_prev_val334 = false 2025-10-03 18:03:35 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc005e3e53f}} 2025-10-03 18:03:35 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc005e3e6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #7 std::__1::function::operator() (this=0x7fc005e3e6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185953e0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:35 watch = {start_ns = 239623537262, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc005e3e717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239622955601, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc005e3e5f6}} 2025-10-03 18:03: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_ = 0x7fc005e3e7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc005e3e5f7}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587480) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:35 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587480}} 2025-10-03 18:03:35 thread_status = { = { = {}, }, thread_id = 778, os_thread_priority = 0, performance_counters = {counters = 0x7fc0867af000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0867af000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc005e3e838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -30696, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000\333\343\005\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc005e3ea17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\224w\263\277\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfb3779418}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfc15d5480 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\200T]\301\277\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc005e3ea5f "\200<ܛ&C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140461559600256, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507014999100}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0867a2300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfe53b0c00}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240032472194, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\350\343\005\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc005e3e828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:35 function = 2025-10-03 18:03:35 arguments = 2025-10-03 18:03:35 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc005e3eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #14 std::__1::function::operator() (this=0x7fc005e3eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593e40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200tX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587480}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc005e3ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623119288, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc005e3eb16}} 2025-10-03 18:03: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_ = 0x7fc005e3ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc005e3eb17}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593e60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:35 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 113 (Thread 0x7fc00564a640 (LWP 779) "MergeMutate"): 2025-10-03 18:03:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:35 ec = 2025-10-03 18:03:35 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:35 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:35 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:35 _allocations_flag_prev_val334 = false 2025-10-03 18:03:35 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc00563d53f}} 2025-10-03 18:03:35 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00563d6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #7 std::__1::function::operator() (this=0x7fc00563d6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595350) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:35 watch = {start_ns = 239626476464, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00563d717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623601102, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00563d5f6}} 2025-10-03 18:03: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_ = 0x7fc00563d7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00563d5f7}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc0185875c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:35 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0185875c0}} 2025-10-03 18:03:35 thread_status = { = { = {}, }, thread_id = 779, os_thread_priority = 0, performance_counters = {counters = 0x7fc099fe8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc099fe8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00563d838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000\313c\005\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00563da17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\204u\262\277\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfb2758418}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfe6b17b00 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\000{\261\346\277\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc00563da5f "\200A\033\036.C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140462185872128, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507140975425}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099fa7e00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc25256a000}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\330c\005\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc00563d828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:35 function = 2025-10-03 18:03:35 arguments = 2025-10-03 18:03:35 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00563dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #14 std::__1::function::operator() (this=0x7fc00563dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593ec0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300uX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc0185875c0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00563dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623289968, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00563db16}} 2025-10-03 18:03: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_ = 0x7fc00563dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00563db17}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593ee0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:35 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 112 (Thread 0x7fc004e49640 (LWP 780) "MergeMutate"): 2025-10-03 18:03:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:35 ec = 2025-10-03 18:03:35 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:35 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:35 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:35 _allocations_flag_prev_val334 = false 2025-10-03 18:03:35 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc004e3c53f}} 2025-10-03 18:03:35 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc004e3c6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #7 std::__1::function::operator() (this=0x7fc004e3c6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595500) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:35 watch = {start_ns = 239624209212, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc004e3c717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623120270, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc004e3c5f6}} 2025-10-03 18:03: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_ = 0x7fc004e3c7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc004e3c5f7}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587680) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:35 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587680}} 2025-10-03 18:03:35 thread_status = { = { = {}, }, thread_id = 780, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a68b0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a68b0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc004e3c838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000\273\343\004\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc004e3ca17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\256\274п\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfd0bcae18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfe53a7340 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "@s:\345\277\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc004e3ca5f "\200/\237\236/C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140462161294144, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507166175023}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a6874640}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbffa40d080}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\310\343\004\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc004e3c828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:35 function = 2025-10-03 18:03:35 arguments = 2025-10-03 18:03:35 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc004e3cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #14 std::__1::function::operator() (this=0x7fc004e3cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593f40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200vX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587680}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc004e3cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623342066, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc004e3cb16}} 2025-10-03 18:03: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_ = 0x7fc004e3ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc004e3cb17}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593f60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:35 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 2025-10-03 18:03:35 Thread 111 (Thread 0x7fc004648640 (LWP 781) "MergeMutate"): 2025-10-03 18:03:35 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:35 No symbol table info available. 2025-10-03 18:03:35 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec108c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #3 std::__1::condition_variable::wait (this=0x7fc067ec108c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:35 ec = 2025-10-03 18:03:35 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:35 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:35 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:35 _allocations_flag_prev_val334 = false 2025-10-03 18:03:35 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc00463b53f}} 2025-10-03 18:03:35 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00463b6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #7 std::__1::function::operator() (this=0x7fc00463b6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595590) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:35 watch = {start_ns = 239626750799, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00463b717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623750261, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00463b5f6}} 2025-10-03 18:03: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_ = 0x7fc00463b7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00463b5f7}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:35 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc0185876c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:35 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0185876c0}} 2025-10-03 18:03:35 thread_status = { = { = {}, }, thread_id = 781, os_thread_priority = 0, performance_counters = {counters = 0x7fc0511a8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0511a8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc00463b838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000\253c\004\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00463ba17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030.TR\302\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fc252542e18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc008da8440 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "@\204\332\b\300\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc00463ba5f "\200pQ\346/C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140462758986816, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507170873712}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc05119c0c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc061de3480}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\270c\004\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc00463b828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:35 function = 2025-10-03 18:03:35 arguments = 2025-10-03 18:03:35 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc00463bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #14 std::__1::function::operator() (this=0x7fc00463bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:35 No locals. 2025-10-03 18:03:35 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018593fc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300vX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc0185876c0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc00463bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623396808, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:35 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc00463bb16}} 2025-10-03 18:03: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_ = 0x7fc00463bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:35 _allocations_flag_prev_val759 = 2025-10-03 18:03:35 _allocations_flag_prev_val659 = false 2025-10-03 18:03:35 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc00463bb17}} 2025-10-03 18:03:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:35 job_is_done = 2025-10-03 18:03:36 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018593fe0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:36 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 2025-10-03 18:03:36 Thread 110 (Thread 0x7fc003e47640 (LWP 782) "MergeMutate"): 2025-10-03 18:03:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec108c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #3 std::__1::condition_variable::wait (this=0x7fc067ec108c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:36 ec = 2025-10-03 18:03:36 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:36 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:36 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:36 _allocations_flag_prev_val334 = false 2025-10-03 18:03:36 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc003e3a53f}} 2025-10-03 18:03:36 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc003e3a6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #7 std::__1::function::operator() (this=0x7fc003e3a6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185955c0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:36 watch = {start_ns = 239623945698, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc003e3a717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623015954, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc003e3a5f6}} 2025-10-03 18:03: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_ = 0x7fc003e3a7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc003e3a5f7}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587700) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:36 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587700}} 2025-10-03 18:03:36 thread_status = { = { = {}, }, thread_id = 782, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac2f4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac2f4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc003e3a838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -30744, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000kc\002\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc003e3aa17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\272\312\346\277\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfe6caba18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfc6a18d40 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "@\215\241ƿ\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc003e3aa5f "\200=l\253-C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140461647957312, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507133459517}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac2d9e00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfe6a83900}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\250\343\003\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc003e3a828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:36 function = 2025-10-03 18:03:36 arguments = 2025-10-03 18:03:36 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc003e3aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #14 std::__1::function::operator() (this=0x7fc003e3aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af040) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000wX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587700}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc003e3ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623534587, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc003e3ab16}} 2025-10-03 18:03: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_ = 0x7fc003e3acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc003e3ab17}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af060}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:36 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 2025-10-03 18:03:36 Thread 109 (Thread 0x7fc003646640 (LWP 783) "MergeMutate"): 2025-10-03 18:03:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:36 ec = 2025-10-03 18:03:36 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:36 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:36 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:36 _allocations_flag_prev_val334 = false 2025-10-03 18:03:36 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc00363953f}} 2025-10-03 18:03:36 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0036396a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #7 std::__1::function::operator() (this=0x7fc0036396a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595050) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:36 watch = {start_ns = 239626618571, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc003639717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623641758, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0036395f6}} 2025-10-03 18:03: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_ = 0x7fc0036397a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0036395f7}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587740) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:36 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587740}} 2025-10-03 18:03:36 thread_status = { = { = {}, }, thread_id = 783, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b55c2000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b55c2000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc003639838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000\213c\003\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc003639a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\272\tÿ\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfc309ba18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfcf501b40 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "@\033PϿ\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc003639a5f "\200\247\256\224$C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140461793614656, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759506980974247}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b555be00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc00b13d480}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\230c\003\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc003639828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:36 function = 2025-10-03 18:03:36 arguments = 2025-10-03 18:03:36 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc003639ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #14 std::__1::function::operator() (this=0x7fc003639ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af0c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@wX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587740}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc003639c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623599920, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc003639b16}} 2025-10-03 18:03: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_ = 0x7fc003639caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc003639b17}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af0e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:36 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 2025-10-03 18:03:36 Thread 108 (Thread 0x7fc002e45640 (LWP 784) "MergeMutate"): 2025-10-03 18:03:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:36 ec = 2025-10-03 18:03:36 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:36 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:36 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:36 _allocations_flag_prev_val334 = false 2025-10-03 18:03:36 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc002e3853f}} 2025-10-03 18:03:36 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc002e386a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #7 std::__1::function::operator() (this=0x7fc002e386a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018594ed0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:36 watch = {start_ns = 239627200122, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc002e38717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624000771, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc002e385f6}} 2025-10-03 18:03: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_ = 0x7fc002e387a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc002e385f7}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587780) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:36 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587780}} 2025-10-03 18:03:36 thread_status = { = { = {}, }, thread_id = 784, os_thread_priority = 0, performance_counters = {counters = 0x7fc098d28000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098d28000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc002e38838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31608, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000{\343\002\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc002e38a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\214\341\b\300\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fc008e18c18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc0868930c0 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\3000\211\206\300\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc002e38a5f "\200\231\263j0C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140464867586240, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507179549593}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a14c4b40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfd5531500}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\210\343\002\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc002e38828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:36 function = 2025-10-03 18:03:36 arguments = 2025-10-03 18:03:36 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc002e38ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #14 std::__1::function::operator() (this=0x7fc002e38ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af140) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200wX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587780}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc002e38c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623640797, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc002e38b16}} 2025-10-03 18:03: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_ = 0x7fc002e38caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc002e38b17}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af160}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:36 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 2025-10-03 18:03:36 Thread 107 (Thread 0x7fc002644640 (LWP 785) "MergeMutate"): 2025-10-03 18:03:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:36 ec = 2025-10-03 18:03:36 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:36 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:36 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:36 _allocations_flag_prev_val334 = false 2025-10-03 18:03:36 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc00263753f}} 2025-10-03 18:03:36 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0026376a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #7 std::__1::function::operator() (this=0x7fc0026376a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595440) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:36 watch = {start_ns = 239624086913, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc002637717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623073342, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0026375f6}} 2025-10-03 18:03: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_ = 0x7fc0026377a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0026375f7}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587880) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:36 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587880}} 2025-10-03 18:03:36 thread_status = { = { = {}, }, thread_id = 785, os_thread_priority = 0, performance_counters = {counters = 0x7fc0922c6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0922c6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc002637838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000kc\002\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc002637a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\232\320ſ\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfc5d09a18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfd12b36c0 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\3006+ѿ\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc002637a5f "\200߶~.C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140461824751296, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507147306719}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0922a1e00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfd8320c00}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(xc\002\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc002637828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:36 function = 2025-10-03 18:03:36 arguments = 2025-10-03 18:03:36 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc002637ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #14 std::__1::function::operator() (this=0x7fc002637ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af1c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200xX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587880}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc002637c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623699005, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc002637b16}} 2025-10-03 18:03: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_ = 0x7fc002637caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc002637b17}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af1e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:36 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 2025-10-03 18:03:36 Thread 106 (Thread 0x7fc001e43640 (LWP 786) "MergeMutate"): 2025-10-03 18:03:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:36 ec = 2025-10-03 18:03:36 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:36 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:36 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:36 _allocations_flag_prev_val334 = false 2025-10-03 18:03:36 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc001e3653f}} 2025-10-03 18:03:36 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc001e366a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #7 std::__1::function::operator() (this=0x7fc001e366a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595b00) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:36 watch = {start_ns = 239625741997, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc001e36717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623537743, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc001e365f6}} 2025-10-03 18:03: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_ = 0x7fc001e367a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc001e365f7}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc0185878c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:36 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0185878c0}} 2025-10-03 18:03:36 thread_status = { = { = {}, }, thread_id = 786, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4b84000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4b84000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc001e36838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -96, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000[\343\001\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc001e36a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\204u\262\277\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfb2758418}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfd722e880 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\200\350\"\327\277\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc001e36a5f "\200\210\360M-C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140461924870272, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507127333000}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4b6f0c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbff723e380}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(h\343\001\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc001e36828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:36 function = 2025-10-03 18:03:36 arguments = 2025-10-03 18:03:36 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc001e36ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #14 std::__1::function::operator() (this=0x7fc001e36ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af240) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300xX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc0185878c0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc001e36c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623749330, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc001e36b16}} 2025-10-03 18:03: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_ = 0x7fc001e36caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc001e36b17}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af260}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:36 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 2025-10-03 18:03:36 Thread 105 (Thread 0x7fc001642640 (LWP 787) "MergeMutate"): 2025-10-03 18:03:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec108c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #3 std::__1::condition_variable::wait (this=0x7fc067ec108c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:36 ec = 2025-10-03 18:03:36 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:36 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:36 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:36 _allocations_flag_prev_val334 = false 2025-10-03 18:03:36 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc00163553f}} 2025-10-03 18:03:36 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0016356a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #7 std::__1::function::operator() (this=0x7fc0016356a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595da0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:36 watch = {start_ns = 239627070068, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc001635717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623896847, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0016355f6}} 2025-10-03 18:03: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_ = 0x7fc0016357a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0016355f7}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587900) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:36 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587900}} 2025-10-03 18:03:36 thread_status = { = { = {}, }, thread_id = 787, os_thread_priority = 0, performance_counters = {counters = 0x7fc098d38000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098d38000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc001635838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31608, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000\033\344\a\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc001635a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030~\246\301\277\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfc1a67e18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfe6c66140 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "@a\306\346\277\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc001635a5f "\200\240\267\320.C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140462187241792, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507152680864}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098d1bb40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfc706ba00}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(Xc\001\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc001635828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:36 function = 2025-10-03 18:03:36 arguments = 2025-10-03 18:03:36 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc001635ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #14 std::__1::function::operator() (this=0x7fc001635ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af2c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000yX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587900}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc001635c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623803371, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc001635b16}} 2025-10-03 18:03: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_ = 0x7fc001635caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc001635b17}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af2e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:36 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 2025-10-03 18:03:36 Thread 104 (Thread 0x7fc000e41640 (LWP 788) "MergeMutate"): 2025-10-03 18:03:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:36 ec = 2025-10-03 18:03:36 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:36 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:36 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:36 _allocations_flag_prev_val334 = false 2025-10-03 18:03:36 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc000e3453f}} 2025-10-03 18:03:36 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc000e346a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #7 std::__1::function::operator() (this=0x7fc000e346a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595c80) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:36 watch = {start_ns = 239624320151, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc000e34717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623291922, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc000e345f6}} 2025-10-03 18:03: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_ = 0x7fc000e347a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc000e345f7}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587940) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:36 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587940}} 2025-10-03 18:03:36 thread_status = { = { = {}, }, thread_id = 788, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a55c8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a55c8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc000e34838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000;\343\000\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc000e34a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030X俿\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfbfe45818}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fbfc6f39b40 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "@\233\363ƿ\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc000e34a5f "\2008\207\251-C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140461653334848, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507133335352}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a55bbb40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfd1229000}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(H\343\000\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc000e34828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:36 function = 2025-10-03 18:03:36 arguments = 2025-10-03 18:03:36 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc000e34ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #14 std::__1::function::operator() (this=0x7fc000e34ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af340) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@yX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587940}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc000e34c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623895554, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc000e34b16}} 2025-10-03 18:03: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_ = 0x7fc000e34caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc000e34b17}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:36 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 2025-10-03 18:03:36 Thread 103 (Thread 0x7fc000640640 (LWP 789) "MergeMutate"): 2025-10-03 18:03:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec1088, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #3 std::__1::condition_variable::wait (this=0x7fc067ec1088, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:36 ec = 2025-10-03 18:03:36 #4 0x00000000127740d1 in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec1060, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec0f98) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:36 lock = {__m_ = 0x7fc067ec1038, __owns_ = true} 2025-10-03 18:03:36 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:36 _allocations_flag_prev_val334 = false 2025-10-03 18:03:36 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fc00063353f}} 2025-10-03 18:03:36 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc0006336a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #7 std::__1::function::operator() (this=0x7fc0006336a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595d10) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:36 watch = {start_ns = 239624511559, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\017\354g\300\177\000\0000\001\000\000\000\000\000", __large = 0x7fc067ec0f98}, __invoker_ = {__call_ = 0x127758a0 ::__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_ = 0x18b586e0 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc000633717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623343479, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc0006335f6}} 2025-10-03 18:03: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_ = 0x7fc0006337a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc0006335f7}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587a40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:36 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587a40}} 2025-10-03 18:03:36 thread_status = { = { = {}, }, thread_id = 789, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c1f9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c1f9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc000633838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -64}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -31576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\377\377\377\377\377\377\377\177\000+c\000\300\177\000", __large = 0x7fffffffffffffff}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc000633a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030x-\345\277\177\000\000\245\245\245\245\245\245\245\245", __large = 0x7fbfe52d7818}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc086889f40 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "@\237\210\206\300\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc000633a5f "\200\"A\177/C@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140464867548992, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759507164119330}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c1ec300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fbfd01f0d00}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(8c\000\300\177\000\000\033\256T\030\000\000\000", __large = 0x7fc000633828}, __invoker_ = {__call_ = 0x11861120 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b2f130 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:36 function = 2025-10-03 18:03:36 arguments = 2025-10-03 18:03:36 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc000633ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #14 std::__1::function::operator() (this=0x7fc000633ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af3c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@zX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587a40}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc000633c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239623999269, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fc000633b16}} 2025-10-03 18:03: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_ = 0x7fc000633caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fc000633b17}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af3e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:36 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 2025-10-03 18:03:36 Thread 102 (Thread 0x7fbfffe3f640 (LWP 790) "Move"): 2025-10-03 18:03:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec26f8, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #3 std::__1::condition_variable::wait (this=0x7fc067ec26f8, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:36 ec = 2025-10-03 18:03:36 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec26d0, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec2618) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:36 lock = {__m_ = 0x7fc067ec26a8, __owns_ = true} 2025-10-03 18:03:36 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:36 _allocations_flag_prev_val334 = false 2025-10-03 18:03:36 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbfffe3255d}} 2025-10-03 18:03:36 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfffe326a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #7 std::__1::function::operator() (this=0x7fbfffe326a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595dd0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:36 watch = {start_ns = 239625838288, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030&\354g\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc067ec2618}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbfffe32717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624445676, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfffe325f6}} 2025-10-03 18:03: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_ = 0x7fbfffe327a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfffe325f7}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587ac0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:36 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587ac0}} 2025-10-03 18:03:36 thread_status = { = { = {}, }, thread_id = 790, os_thread_priority = 0, performance_counters = {counters = 0x7fc143428800, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc143428800}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfffe32838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:36 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:36 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfffe32a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfffe32a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc14342b110}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:36 function = 2025-10-03 18:03:36 arguments = 2025-10-03 18:03:36 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfffe32ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #14 std::__1::function::operator() (this=0x7fbfffe32ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af440) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300zX\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587ac0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfffe32c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624199204, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfffe32b16}} 2025-10-03 18:03: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_ = 0x7fbfffe32caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfffe32b17}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af460}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:36 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 2025-10-03 18:03:36 Thread 101 (Thread 0x7fbfff63e640 (LWP 791) "Move"): 2025-10-03 18:03:36 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:36 No symbol table info available. 2025-10-03 18:03:36 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec26f8, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #3 std::__1::condition_variable::wait (this=0x7fc067ec26f8, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:36 ec = 2025-10-03 18:03:36 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec26d0, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec2618) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:36 lock = {__m_ = 0x7fc067ec26a8, __owns_ = true} 2025-10-03 18:03:36 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:36 _allocations_flag_prev_val334 = false 2025-10-03 18:03:36 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbfff63155d}} 2025-10-03 18:03:36 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfff6316a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #7 std::__1::function::operator() (this=0x7fbfff6316a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595e30) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:36 watch = {start_ns = 239627305730, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030&\354g\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc067ec2618}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbfff631717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624702858, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfff6315f6}} 2025-10-03 18:03: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_ = 0x7fbfff6317a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:36 _allocations_flag_prev_val759 = 2025-10-03 18:03:36 _allocations_flag_prev_val659 = false 2025-10-03 18:03:36 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfff6315f7}} 2025-10-03 18:03:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_is_done = 2025-10-03 18:03:36 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587d00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:36 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587d00}} 2025-10-03 18:03:36 thread_status = { = { = {}, }, thread_id = 791, os_thread_priority = 0, performance_counters = {counters = 0x7fc09a003000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09a003000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfff631838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:36 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:36 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfff631a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfff631a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099ff70c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:36 function = 2025-10-03 18:03:36 arguments = 2025-10-03 18:03:36 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfff631ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #14 std::__1::function::operator() (this=0x7fbfff631ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:36 No locals. 2025-10-03 18:03:36 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af4c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000}X\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587d00}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfff631c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624382908, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:36 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfff631b16}} 2025-10-03 18:03: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_ = 0x7fbfff631caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfff631b17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af4e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:37 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 2025-10-03 18:03:37 Thread 100 (Thread 0x7fbffee3d640 (LWP 792) "Move"): 2025-10-03 18:03:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec26f8, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #3 std::__1::condition_variable::wait (this=0x7fc067ec26f8, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:37 ec = 2025-10-03 18:03:37 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec26d0, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec2618) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:37 lock = {__m_ = 0x7fc067ec26a8, __owns_ = true} 2025-10-03 18:03:37 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:37 _allocations_flag_prev_val334 = false 2025-10-03 18:03:37 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbffee3055d}} 2025-10-03 18:03:37 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffee306a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #7 std::__1::function::operator() (this=0x7fbffee306a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595e90) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:37 watch = {start_ns = 239626887275, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030&\354g\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc067ec2618}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbffee30717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624488587, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffee305f6}} 2025-10-03 18:03: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_ = 0x7fbffee307a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffee305f7}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587d80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:37 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587d80}} 2025-10-03 18:03:37 thread_status = { = { = {}, }, thread_id = 792, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a68cc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a68cc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbffee30838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:37 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:37 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffee30a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffee30a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a68bf900}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:37 function = 2025-10-03 18:03:37 arguments = 2025-10-03 18:03:37 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffee30ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #14 std::__1::function::operator() (this=0x7fbffee30ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af540) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200}X\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587d80}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffee30c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624444483, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffee30b16}} 2025-10-03 18:03: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_ = 0x7fbffee30caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffee30b17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:37 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 2025-10-03 18:03:37 Thread 99 (Thread 0x7fbffe63c640 (LWP 793) "Move"): 2025-10-03 18:03:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec26f8, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #3 std::__1::condition_variable::wait (this=0x7fc067ec26f8, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:37 ec = 2025-10-03 18:03:37 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec26d0, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec2618) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:37 lock = {__m_ = 0x7fc067ec26a8, __owns_ = true} 2025-10-03 18:03:37 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:37 _allocations_flag_prev_val334 = false 2025-10-03 18:03:37 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbffe62f55d}} 2025-10-03 18:03:37 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffe62f6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #7 std::__1::function::operator() (this=0x7fbffe62f6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595ef0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:37 watch = {start_ns = 239626994596, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030&\354g\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc067ec2618}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbffe62f717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624547828, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffe62f5f6}} 2025-10-03 18:03: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_ = 0x7fbffe62f7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffe62f5f7}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587e00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:37 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587e00}} 2025-10-03 18:03:37 thread_status = { = { = {}, }, thread_id = 793, os_thread_priority = 0, performance_counters = {counters = 0x7fc061d0c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061d0c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbffe62f838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:37 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:37 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffe62fa17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffe62fa5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061cf5420}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:37 function = 2025-10-03 18:03:37 arguments = 2025-10-03 18:03:37 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffe62fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #14 std::__1::function::operator() (this=0x7fbffe62fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af5c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000~X\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587e00}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffe62fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624487444, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffe62fb16}} 2025-10-03 18:03: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_ = 0x7fbffe62fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffe62fb17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af5e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:37 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 2025-10-03 18:03:37 Thread 98 (Thread 0x7fbffde3b640 (LWP 794) "Move"): 2025-10-03 18:03:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec26f8, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #3 std::__1::condition_variable::wait (this=0x7fc067ec26f8, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:37 ec = 2025-10-03 18:03:37 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec26d0, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec2618) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:37 lock = {__m_ = 0x7fc067ec26a8, __owns_ = true} 2025-10-03 18:03:37 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:37 _allocations_flag_prev_val334 = false 2025-10-03 18:03:37 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbffde2e55d}} 2025-10-03 18:03:37 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffde2e6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #7 std::__1::function::operator() (this=0x7fbffde2e6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595f50) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:37 watch = {start_ns = 239624862057, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030&\354g\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc067ec2618}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbffde2e717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624200676, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffde2e5f6}} 2025-10-03 18:03: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_ = 0x7fbffde2e7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffde2e5f7}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587e40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:37 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587e40}} 2025-10-03 18:03:37 thread_status = { = { = {}, }, thread_id = 794, os_thread_priority = 0, performance_counters = {counters = 0x7fc05118d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc05118d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbffde2e838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:37 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:37 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffde2ea17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffde2ea5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc051163e00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:37 function = 2025-10-03 18:03:37 arguments = 2025-10-03 18:03:37 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffde2eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #14 std::__1::function::operator() (this=0x7fbffde2eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af640) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@~X\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587e40}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffde2ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624546725, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffde2eb16}} 2025-10-03 18:03: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_ = 0x7fbffde2ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffde2eb17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:37 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 2025-10-03 18:03:37 Thread 97 (Thread 0x7fbffd63a640 (LWP 795) "Move"): 2025-10-03 18:03:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec26f8, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #3 std::__1::condition_variable::wait (this=0x7fc067ec26f8, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:37 ec = 2025-10-03 18:03:37 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec26d0, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec2618) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:37 lock = {__m_ = 0x7fc067ec26a8, __owns_ = true} 2025-10-03 18:03:37 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:37 _allocations_flag_prev_val334 = false 2025-10-03 18:03:37 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbffd62d55d}} 2025-10-03 18:03:37 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffd62d6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #7 std::__1::function::operator() (this=0x7fbffd62d6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018595fb0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:37 watch = {start_ns = 239624979357, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030&\354g\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc067ec2618}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbffd62d717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624384812, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffd62d5f6}} 2025-10-03 18:03: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_ = 0x7fbffd62d7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffd62d5f7}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587ec0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:37 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587ec0}} 2025-10-03 18:03:37 thread_status = { = { = {}, }, thread_id = 795, os_thread_priority = 0, performance_counters = {counters = 0x7fc0867c8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0867c8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbffd62d838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:37 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:37 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffd62da17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffd62da5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0867a35c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:37 function = 2025-10-03 18:03:37 arguments = 2025-10-03 18:03:37 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffd62dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #14 std::__1::function::operator() (this=0x7fbffd62dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af6c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~X\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587ec0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffd62dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624593122, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffd62db16}} 2025-10-03 18:03: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_ = 0x7fbffd62dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffd62db17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af6e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:37 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 2025-10-03 18:03:37 Thread 96 (Thread 0x7fbffce39640 (LWP 796) "Move"): 2025-10-03 18:03:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec26f8, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #3 std::__1::condition_variable::wait (this=0x7fc067ec26f8, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:37 ec = 2025-10-03 18:03:37 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec26d0, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec2618) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:37 lock = {__m_ = 0x7fc067ec26a8, __owns_ = true} 2025-10-03 18:03:37 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:37 _allocations_flag_prev_val334 = false 2025-10-03 18:03:37 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbffce2c55d}} 2025-10-03 18:03:37 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffce2c6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #7 std::__1::function::operator() (this=0x7fbffce2c6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596010) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:37 watch = {start_ns = 239627279952, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030&\354g\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc067ec2618}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbffce2c717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624640111, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffce2c5f6}} 2025-10-03 18:03: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_ = 0x7fbffce2c7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffce2c5f7}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc018587f40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:37 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc018587f40}} 2025-10-03 18:03:37 thread_status = { = { = {}, }, thread_id = 796, os_thread_priority = 0, performance_counters = {counters = 0x7fc022d21000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc022d21000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbffce2c838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:37 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:37 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffce2ca17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffce2ca5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc022becac0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:37 function = 2025-10-03 18:03:37 arguments = 2025-10-03 18:03:37 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffce2cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #14 std::__1::function::operator() (this=0x7fbffce2cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af740) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\177X\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc018587f40}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffce2cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624639058, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffce2cb16}} 2025-10-03 18:03: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_ = 0x7fbffce2ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffce2cb17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af760}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:37 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 2025-10-03 18:03:37 Thread 95 (Thread 0x7fbffc638640 (LWP 797) "Move"): 2025-10-03 18:03:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc067ec26f8, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #3 std::__1::condition_variable::wait (this=0x7fc067ec26f8, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:37 ec = 2025-10-03 18:03:37 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc067ec26d0, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc067ec2618) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:37 lock = {__m_ = 0x7fc067ec26a8, __owns_ = true} 2025-10-03 18:03:37 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:37 _allocations_flag_prev_val334 = false 2025-10-03 18:03:37 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbffc62b55d}} 2025-10-03 18:03:37 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffc62b6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #7 std::__1::function::operator() (this=0x7fbffc62b6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596070) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:37 watch = {start_ns = 239627139909, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030&\354g\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc067ec2618}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbffc62b717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624594185, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffc62b5f6}} 2025-10-03 18:03: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_ = 0x7fbffc62b7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffc62b5f7}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a080) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:37 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a080}} 2025-10-03 18:03:37 thread_status = { = { = {}, }, thread_id = 797, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac310000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac310000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbffc62b838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:37 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:37 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffc62ba17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffc62ba5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac3030c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:37 function = 2025-10-03 18:03:37 arguments = 2025-10-03 18:03:37 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffc62bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #14 std::__1::function::operator() (this=0x7fbffc62bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af7c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\240Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a080}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffc62bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624701005, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffc62bb16}} 2025-10-03 18:03: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_ = 0x7fbffc62bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffc62bb17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af7e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:37 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 2025-10-03 18:03:37 Thread 94 (Thread 0x7fbffbe37640 (LWP 798) "Fetch"): 2025-10-03 18:03:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:37 ec = 2025-10-03 18:03:37 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:37 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:37 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:37 _allocations_flag_prev_val334 = false 2025-10-03 18:03:37 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbffbe2a55d}} 2025-10-03 18:03:37 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffbe2a6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #7 std::__1::function::operator() (this=0x7fbffbe2a6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185960d0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:37 watch = {start_ns = 239627103771, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffbe2a717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239625617764, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffbe2a5f6}} 2025-10-03 18:03: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_ = 0x7fbffbe2a7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffbe2a5f7}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a1c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:37 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a1c0}} 2025-10-03 18:03:37 thread_status = { = { = {}, }, thread_id = 798, os_thread_priority = 0, performance_counters = {counters = 0x7fc0922f9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0922f9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbffbe2a838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:37 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:37 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffbe2aa17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffbe2aa5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0922d6380}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:37 function = 2025-10-03 18:03:37 arguments = 2025-10-03 18:03:37 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffbe2aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #14 std::__1::function::operator() (this=0x7fbffbe2aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af840) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\241Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a1c0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffbe2ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624968506, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffbe2ab16}} 2025-10-03 18:03: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_ = 0x7fbffbe2acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffbe2ab17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:37 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 2025-10-03 18:03:37 Thread 93 (Thread 0x7fbffb636640 (LWP 799) "Fetch"): 2025-10-03 18:03:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:37 ec = 2025-10-03 18:03:37 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:37 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:37 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:37 _allocations_flag_prev_val334 = false 2025-10-03 18:03:37 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbffb62955d}} 2025-10-03 18:03:37 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffb6296a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #7 std::__1::function::operator() (this=0x7fbffb6296a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596130) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:37 watch = {start_ns = 239626812615, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffb629717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239624971462, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffb6295f6}} 2025-10-03 18:03: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_ = 0x7fbffb6297a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffb6295f7}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a280) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:37 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a280}} 2025-10-03 18:03:37 thread_status = { = { = {}, }, thread_id = 799, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a14b5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a14b5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbffb629838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:37 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:37 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffb629a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffb629a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a1478880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:37 function = 2025-10-03 18:03:37 arguments = 2025-10-03 18:03:37 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffb629ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #14 std::__1::function::operator() (this=0x7fbffb629ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af8c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\242Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a280}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffb629c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239625614418, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffb629b16}} 2025-10-03 18:03: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_ = 0x7fbffb629caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffb629b17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af8e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:37 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 2025-10-03 18:03:37 Thread 92 (Thread 0x7fbffae35640 (LWP 800) "Fetch"): 2025-10-03 18:03:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:37 ec = 2025-10-03 18:03:37 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:37 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:37 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:37 _allocations_flag_prev_val334 = false 2025-10-03 18:03:37 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbffae2855d}} 2025-10-03 18:03:37 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffae286a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #7 std::__1::function::operator() (this=0x7fbffae286a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596190) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:37 watch = {start_ns = 239627357928, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffae28717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239626940545, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffae285f6}} 2025-10-03 18:03: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_ = 0x7fbffae287a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffae285f7}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a2c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:37 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a2c0}} 2025-10-03 18:03:37 thread_status = { = { = {}, }, thread_id = 800, os_thread_priority = 0, performance_counters = {counters = 0x7fc061d26000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061d26000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbffae28838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:37 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:37 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffae28a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffae28a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061cf66e0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:37 function = 2025-10-03 18:03:37 arguments = 2025-10-03 18:03:37 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffae28ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #14 std::__1::function::operator() (this=0x7fbffae28ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af940) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\242Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a2c0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffae28c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239626937208, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffae28b16}} 2025-10-03 18:03: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_ = 0x7fbffae28caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffae28b17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:37 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 2025-10-03 18:03:37 Thread 91 (Thread 0x7fbffa334640 (LWP 801) "Fetch"): 2025-10-03 18:03:37 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:37 No symbol table info available. 2025-10-03 18:03:37 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:37 ec = 2025-10-03 18:03:37 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:37 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:37 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:37 _allocations_flag_prev_val334 = false 2025-10-03 18:03:37 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbffa32755d}} 2025-10-03 18:03:37 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffa3276a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #7 std::__1::function::operator() (this=0x7fbffa3276a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185961f0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:37 watch = {start_ns = 239627608377, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffa327717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627341537, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffa3275f6}} 2025-10-03 18:03: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_ = 0x7fbffa3277a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffa3275f7}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a600) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:37 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a600}} 2025-10-03 18:03:37 thread_status = { = { = {}, }, thread_id = 801, os_thread_priority = 0, performance_counters = {counters = 0x7fc09a01c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09a01c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbffa327838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:37 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:37 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffa327a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffa327a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099ff8380}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:37 function = 2025-10-03 18:03:37 arguments = 2025-10-03 18:03:37 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbffa327ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #14 std::__1::function::operator() (this=0x7fbffa327ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185af9c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\246Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a600}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbffa327c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627339253, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:37 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbffa327b16}} 2025-10-03 18:03: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_ = 0x7fbffa327caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:37 _allocations_flag_prev_val759 = 2025-10-03 18:03:37 _allocations_flag_prev_val659 = false 2025-10-03 18:03:37 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbffa327b17}} 2025-10-03 18:03:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:37 job_is_done = 2025-10-03 18:03:37 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:37 No locals. 2025-10-03 18:03:37 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185af9e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:38 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 2025-10-03 18:03:38 Thread 90 (Thread 0x7fbff9b33640 (LWP 802) "Fetch"): 2025-10-03 18:03:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:38 ec = 2025-10-03 18:03:38 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:38 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:38 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:38 _allocations_flag_prev_val334 = false 2025-10-03 18:03:38 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff9b2655d}} 2025-10-03 18:03:38 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff9b266a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #7 std::__1::function::operator() (this=0x7fbff9b266a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596250) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:38 watch = {start_ns = 239627716180, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff9b26717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627420755, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff9b265f6}} 2025-10-03 18:03: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_ = 0x7fbff9b267a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff9b265f7}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a740) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:38 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a740}} 2025-10-03 18:03:38 thread_status = { = { = {}, }, thread_id = 802, os_thread_priority = 0, performance_counters = {counters = 0x7fc022d5d000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc022d5d000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff9b26838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:38 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:38 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff9b26a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff9b26a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc022d38d80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:38 function = 2025-10-03 18:03:38 arguments = 2025-10-03 18:03:38 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff9b26ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #14 std::__1::function::operator() (this=0x7fbff9b26ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185afa40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\247Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a740}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff9b26c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627419604, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff9b26b16}} 2025-10-03 18:03: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_ = 0x7fbff9b26caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff9b26b17}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185afa60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:38 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 2025-10-03 18:03:38 Thread 89 (Thread 0x7fbff9332640 (LWP 803) "Fetch"): 2025-10-03 18:03:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:38 ec = 2025-10-03 18:03:38 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:38 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:38 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:38 _allocations_flag_prev_val334 = false 2025-10-03 18:03:38 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff932555d}} 2025-10-03 18:03:38 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff93256a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #7 std::__1::function::operator() (this=0x7fbff93256a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185962b0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:38 watch = {start_ns = 239627770582, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff9325717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627485557, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff93255f6}} 2025-10-03 18:03: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_ = 0x7fbff93257a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff93255f7}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a840) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:38 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a840}} 2025-10-03 18:03:38 thread_status = { = { = {}, }, thread_id = 803, os_thread_priority = 0, performance_counters = {counters = 0x7fc061d3f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061d3f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff9325838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:38 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:38 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff9325a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff9325a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061cf79a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240036472287, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:38 function = 2025-10-03 18:03:38 arguments = 2025-10-03 18:03:38 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff9325ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #14 std::__1::function::operator() (this=0x7fbff9325ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185afac0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\250Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a840}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff9325c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627484285, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff9325b16}} 2025-10-03 18:03: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_ = 0x7fbff9325caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff9325b17}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185afae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:38 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 2025-10-03 18:03:38 Thread 88 (Thread 0x7fbff8b31640 (LWP 804) "Fetch"): 2025-10-03 18:03:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:38 ec = 2025-10-03 18:03:38 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:38 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:38 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:38 _allocations_flag_prev_val334 = false 2025-10-03 18:03:38 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff8b2455d}} 2025-10-03 18:03:38 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff8b246a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #7 std::__1::function::operator() (this=0x7fbff8b246a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596310) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:38 watch = {start_ns = 239628022915, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff8b24717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627657029, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff8b245f6}} 2025-10-03 18:03: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_ = 0x7fbff8b247a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff8b245f7}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a8c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:38 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a8c0}} 2025-10-03 18:03:38 thread_status = { = { = {}, }, thread_id = 804, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4bb6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4bb6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff8b24838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:38 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:38 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff8b24a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff8b24a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4b71640}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:38 function = 2025-10-03 18:03:38 arguments = 2025-10-03 18:03:38 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff8b24ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #14 std::__1::function::operator() (this=0x7fbff8b24ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185afb40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\250Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a8c0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff8b24c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627654744, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff8b24b16}} 2025-10-03 18:03: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_ = 0x7fbff8b24caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff8b24b17}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185afb60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:38 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 2025-10-03 18:03:38 Thread 87 (Thread 0x7fbff8330640 (LWP 805) "Fetch"): 2025-10-03 18:03:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:38 ec = 2025-10-03 18:03:38 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:38 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:38 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:38 _allocations_flag_prev_val334 = false 2025-10-03 18:03:38 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff832355d}} 2025-10-03 18:03:38 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff83236a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #7 std::__1::function::operator() (this=0x7fbff83236a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596370) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:38 watch = {start_ns = 239628179739, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff8323717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627832067, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff83235f6}} 2025-10-03 18:03: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_ = 0x7fbff83237a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff83235f7}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a900) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:38 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a900}} 2025-10-03 18:03:38 thread_status = { = { = {}, }, thread_id = 805, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a14da000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a14da000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff8323838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:38 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:38 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff8323a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff8323a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a14c5e00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:38 function = 2025-10-03 18:03:38 arguments = 2025-10-03 18:03:38 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff8323ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #14 std::__1::function::operator() (this=0x7fbff8323ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185afbc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\251Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a900}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff8323c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627830073, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff8323b16}} 2025-10-03 18:03: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_ = 0x7fbff8323caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff8323b17}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185afbe0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:38 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 2025-10-03 18:03:38 Thread 86 (Thread 0x7fbff7b2f640 (LWP 806) "Fetch"): 2025-10-03 18:03:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:38 ec = 2025-10-03 18:03:38 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:38 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:38 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:38 _allocations_flag_prev_val334 = false 2025-10-03 18:03:38 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff7b2255d}} 2025-10-03 18:03:38 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff7b226a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #7 std::__1::function::operator() (this=0x7fbff7b226a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185963d0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:38 watch = {start_ns = 239628209856, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff7b22717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627953365, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff7b225f6}} 2025-10-03 18:03: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_ = 0x7fbff7b227a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff7b225f7}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a940) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:38 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a940}} 2025-10-03 18:03:38 thread_status = { = { = {}, }, thread_id = 806, os_thread_priority = 0, performance_counters = {counters = 0x7fc018382000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc018382000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff7b22838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:38 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:38 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff7b22a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff7b22a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0185b86e0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:38 function = 2025-10-03 18:03:38 arguments = 2025-10-03 18:03:38 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff7b22ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #14 std::__1::function::operator() (this=0x7fbff7b22ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185afc40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\251Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a940}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff7b22c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239627951871, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff7b22b16}} 2025-10-03 18:03: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_ = 0x7fbff7b22caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff7b22b17}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185afc60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:38 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 2025-10-03 18:03:38 Thread 85 (Thread 0x7fbff702e640 (LWP 807) "Fetch"): 2025-10-03 18:03:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:38 ec = 2025-10-03 18:03:38 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:38 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:38 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:38 _allocations_flag_prev_val334 = false 2025-10-03 18:03:38 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff702155d}} 2025-10-03 18:03:38 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff70216a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #7 std::__1::function::operator() (this=0x7fbff70216a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596430) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:38 watch = {start_ns = 239628348966, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff7021717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628095552, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff70215f6}} 2025-10-03 18:03: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_ = 0x7fbff70217a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff70215f7}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a980) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:38 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a980}} 2025-10-03 18:03:38 thread_status = { = { = {}, }, thread_id = 807, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c212000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c212000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff7021838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:38 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:38 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff7021a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff7021a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c1ed5c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:38 function = 2025-10-03 18:03:38 arguments = 2025-10-03 18:03:38 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff7021ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #14 std::__1::function::operator() (this=0x7fbff7021ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185afcc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\251Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a980}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff7021c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628093938, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff7021b16}} 2025-10-03 18:03: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_ = 0x7fbff7021caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff7021b17}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185afce0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:38 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 2025-10-03 18:03:38 Thread 84 (Thread 0x7fbff682d640 (LWP 808) "Fetch"): 2025-10-03 18:03:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:38 ec = 2025-10-03 18:03:38 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:38 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:38 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:38 _allocations_flag_prev_val334 = false 2025-10-03 18:03:38 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff682055d}} 2025-10-03 18:03:38 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff68206a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #7 std::__1::function::operator() (this=0x7fbff68206a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596490) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:38 watch = {start_ns = 239628697440, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff6820717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628277853, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff68205f6}} 2025-10-03 18:03: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_ = 0x7fbff68207a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff68205f7}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859a9c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:38 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859a9c0}} 2025-10-03 18:03:38 thread_status = { = { = {}, }, thread_id = 808, os_thread_priority = 0, performance_counters = {counters = 0x7fc09a035000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09a035000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff6820838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:38 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:38 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff6820a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff6820a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc099ff9640}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:38 function = 2025-10-03 18:03:38 arguments = 2025-10-03 18:03:38 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff6820ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #14 std::__1::function::operator() (this=0x7fbff6820ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185afd40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\251Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859a9c0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff6820c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628153430, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff6820b16}} 2025-10-03 18:03: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_ = 0x7fbff6820caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff6820b17}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185afd60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:38 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 2025-10-03 18:03:38 Thread 83 (Thread 0x7fbff602c640 (LWP 809) "Fetch"): 2025-10-03 18:03:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:38 ec = 2025-10-03 18:03:38 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:38 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:38 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:38 _allocations_flag_prev_val334 = false 2025-10-03 18:03:38 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff601f55d}} 2025-10-03 18:03:38 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff601f6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #7 std::__1::function::operator() (this=0x7fbff601f6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185964f0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:38 watch = {start_ns = 239628592513, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff601f717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628154692, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff601f5f6}} 2025-10-03 18:03: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_ = 0x7fbff601f7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff601f5f7}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859aa00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:38 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859aa00}} 2025-10-03 18:03:38 thread_status = { = { = {}, }, thread_id = 809, os_thread_priority = 0, performance_counters = {counters = 0x7fc022da6000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc022da6000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff601f838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:38 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:38 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff601fa17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff601fa5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc022d3a040}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:38 function = 2025-10-03 18:03:38 arguments = 2025-10-03 18:03:38 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff601fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #14 std::__1::function::operator() (this=0x7fbff601fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185afdc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\252Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859aa00}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff601fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628275819, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff601fb16}} 2025-10-03 18:03: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_ = 0x7fbff601fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff601fb17}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185afde0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:38 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 2025-10-03 18:03:38 Thread 82 (Thread 0x7fbff582b640 (LWP 810) "Fetch"): 2025-10-03 18:03:38 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:38 No symbol table info available. 2025-10-03 18:03:38 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:38 ec = 2025-10-03 18:03:38 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:38 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:38 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:38 _allocations_flag_prev_val334 = false 2025-10-03 18:03:38 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff581e55d}} 2025-10-03 18:03:38 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff581e6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #7 std::__1::function::operator() (this=0x7fbff581e6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596550) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:38 watch = {start_ns = 239628811143, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff581e717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628466917, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff581e5f6}} 2025-10-03 18:03: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_ = 0x7fbff581e7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:38 _allocations_flag_prev_val759 = 2025-10-03 18:03:38 _allocations_flag_prev_val659 = false 2025-10-03 18:03:38 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff581e5f7}} 2025-10-03 18:03:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_is_done = 2025-10-03 18:03:38 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859aa40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:38 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859aa40}} 2025-10-03 18:03:38 thread_status = { = { = {}, }, thread_id = 810, os_thread_priority = 0, performance_counters = {counters = 0x7fc098d50000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098d50000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff581e838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:38 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:38 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff581ea17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff581ea5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098d1ce00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:38 function = 2025-10-03 18:03:38 arguments = 2025-10-03 18:03:38 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff581eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #14 std::__1::function::operator() (this=0x7fbff581eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:38 No locals. 2025-10-03 18:03:38 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185afe40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\252Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859aa40}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff581ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628463331, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:38 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff581eb16}} 2025-10-03 18:03: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_ = 0x7fbff581ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff581eb17}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185afe60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:39 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 2025-10-03 18:03:39 Thread 81 (Thread 0x7fbff4d2a640 (LWP 811) "Fetch"): 2025-10-03 18:03:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:39 ec = 2025-10-03 18:03:39 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:39 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:39 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:39 _allocations_flag_prev_val334 = false 2025-10-03 18:03:39 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff4d1d55d}} 2025-10-03 18:03:39 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff4d1d6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #7 std::__1::function::operator() (this=0x7fbff4d1d6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185965b0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:39 watch = {start_ns = 239628957067, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff4d1d717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628703702, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff4d1d5f6}} 2025-10-03 18:03: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_ = 0x7fbff4d1d7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff4d1d5f7}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859aa80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:39 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859aa80}} 2025-10-03 18:03:39 thread_status = { = { = {}, }, thread_id = 811, os_thread_priority = 0, performance_counters = {counters = 0x7fc0511c0000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0511c0000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff4d1d838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:39 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:39 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff4d1da17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff4d1da5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc05119d380}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:39 function = 2025-10-03 18:03:39 arguments = 2025-10-03 18:03:39 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff4d1dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #14 std::__1::function::operator() (this=0x7fbff4d1dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185afec0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\252Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859aa80}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff4d1dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628700887, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff4d1db16}} 2025-10-03 18:03: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_ = 0x7fbff4d1dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff4d1db17}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185afee0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:39 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 2025-10-03 18:03:39 Thread 80 (Thread 0x7fbff4529640 (LWP 812) "Fetch"): 2025-10-03 18:03:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:39 ec = 2025-10-03 18:03:39 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:39 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:39 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:39 _allocations_flag_prev_val334 = false 2025-10-03 18:03:39 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff451c55d}} 2025-10-03 18:03:39 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff451c6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #7 std::__1::function::operator() (this=0x7fbff451c6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596610) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:39 watch = {start_ns = 239629002392, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff451c717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628781608, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff451c5f6}} 2025-10-03 18:03: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_ = 0x7fbff451c7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff451c5f7}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859aac0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:39 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859aac0}} 2025-10-03 18:03:39 thread_status = { = { = {}, }, thread_id = 812, os_thread_priority = 0, performance_counters = {counters = 0x7fc061d5b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061d5b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff451c838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:39 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:39 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff451ca17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff451ca5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061d4ec60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:39 function = 2025-10-03 18:03:39 arguments = 2025-10-03 18:03:39 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff451cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #14 std::__1::function::operator() (this=0x7fbff451cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185aff40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\252Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859aac0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff451cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628780286, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff451cb16}} 2025-10-03 18:03: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_ = 0x7fbff451ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff451cb17}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185aff60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:39 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 2025-10-03 18:03:39 Thread 79 (Thread 0x7fbff3d28640 (LWP 813) "Fetch"): 2025-10-03 18:03:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01836f238, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #3 std::__1::condition_variable::wait (this=0x7fc01836f238, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:39 ec = 2025-10-03 18:03:39 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc01836f210, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc01836f158) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:39 lock = {__m_ = 0x7fc01836f1e8, __owns_ = true} 2025-10-03 18:03:39 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:39 _allocations_flag_prev_val334 = false 2025-10-03 18:03:39 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff3d1b55d}} 2025-10-03 18:03:39 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff3d1b6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #7 std::__1::function::operator() (this=0x7fbff3d1b6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596670) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:39 watch = {start_ns = 239629163584, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 88 'X', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "X\3616\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc01836f158}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff3d1b717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628924446, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff3d1b5f6}} 2025-10-03 18:03: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_ = 0x7fbff3d1b7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff3d1b5f7}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859ab00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:39 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859ab00}} 2025-10-03 18:03:39 thread_status = { = { = {}, }, thread_id = 813, os_thread_priority = 0, performance_counters = {counters = 0x7fbffa347000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbffa347000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff3d1b838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:39 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:39 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff3d1ba17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff3d1ba5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a68c0bc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:39 function = 2025-10-03 18:03:39 arguments = 2025-10-03 18:03:39 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff3d1bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #14 std::__1::function::operator() (this=0x7fbff3d1bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0185affc0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\253Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859ab00}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff3d1bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239628922332, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff3d1bb16}} 2025-10-03 18:03: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_ = 0x7fbff3d1bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff3d1bb17}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0185affe0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:39 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 2025-10-03 18:03:39 Thread 78 (Thread 0x7fbff3527640 (LWP 814) "Common"): 2025-10-03 18:03:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01837077c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #3 std::__1::condition_variable::wait (this=0x7fc01837077c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:39 ec = 2025-10-03 18:03:39 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc018370750, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc018370698) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:39 lock = {__m_ = 0x7fc018370728, __owns_ = true} 2025-10-03 18:03:39 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:39 _allocations_flag_prev_val334 = false 2025-10-03 18:03:39 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff351a55d}} 2025-10-03 18:03:39 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff351a6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #7 std::__1::function::operator() (this=0x7fbff351a6a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185966d0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:39 watch = {start_ns = 239629284241, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\0067\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc018370698}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbff351a717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629049440, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff351a5f6}} 2025-10-03 18:03: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_ = 0x7fbff351a7a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff351a5f7}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859ab40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:39 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859ab40}} 2025-10-03 18:03:39 thread_status = { = { = {}, }, thread_id = 814, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac329000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac329000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff351a838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -41943744}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -3075888, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:39 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:39 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff351aa17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff351aa5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac304380}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:39 function = 2025-10-03 18:03:39 arguments = 2025-10-03 18:03:39 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff351aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #14 std::__1::function::operator() (this=0x7fbff351aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc01836e040) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\253Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859ab40}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff351ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629048338, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff351ab16}} 2025-10-03 18:03: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_ = 0x7fbff351acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff351ab17}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc01836e060}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:39 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 2025-10-03 18:03:39 Thread 77 (Thread 0x7fbff2d26640 (LWP 815) "Common"): 2025-10-03 18:03:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01837077c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #3 std::__1::condition_variable::wait (this=0x7fc01837077c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:39 ec = 2025-10-03 18:03:39 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc018370750, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc018370698) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:39 lock = {__m_ = 0x7fc018370728, __owns_ = true} 2025-10-03 18:03:39 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:39 _allocations_flag_prev_val334 = false 2025-10-03 18:03:39 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff2d1955d}} 2025-10-03 18:03:39 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff2d196a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #7 std::__1::function::operator() (this=0x7fbff2d196a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596730) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:39 watch = {start_ns = 239629488023, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\0067\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc018370698}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbff2d19717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629139439, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff2d195f6}} 2025-10-03 18:03: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_ = 0x7fbff2d197a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff2d195f7}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859ab80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:39 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859ab80}} 2025-10-03 18:03:39 thread_status = { = { = {}, }, thread_id = 815, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a4bc9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a4bc9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff2d19838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -16777505}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1625413, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:39 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:39 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff2d19a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff2d19a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4bc5900}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:39 function = 2025-10-03 18:03:39 arguments = 2025-10-03 18:03:39 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff2d19ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #14 std::__1::function::operator() (this=0x7fbff2d19ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc01836e0c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\253Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859ab80}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff2d19c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629137305, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff2d19b16}} 2025-10-03 18:03: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_ = 0x7fbff2d19caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff2d19b17}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc01836e0e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:39 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 2025-10-03 18:03:39 Thread 76 (Thread 0x7fbff2525640 (LWP 816) "Common"): 2025-10-03 18:03:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01837077c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #3 std::__1::condition_variable::wait (this=0x7fc01837077c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:39 ec = 2025-10-03 18:03:39 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc018370750, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc018370698) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:39 lock = {__m_ = 0x7fc018370728, __owns_ = true} 2025-10-03 18:03:39 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:39 _allocations_flag_prev_val334 = false 2025-10-03 18:03:39 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff251855d}} 2025-10-03 18:03:39 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff25186a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #7 std::__1::function::operator() (this=0x7fbff25186a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596790) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:39 watch = {start_ns = 239629696003, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\0067\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc018370698}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbff2518717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629375702, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff25185f6}} 2025-10-03 18:03: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_ = 0x7fbff25187a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff25185f7}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859abc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:39 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859abc0}} 2025-10-03 18:03:39 thread_status = { = { = {}, }, thread_id = 816, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a14f5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a14f5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff2518838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -29360421}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1020691, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:39 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:39 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff2518a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff2518a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a14e90c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:39 function = 2025-10-03 18:03:39 arguments = 2025-10-03 18:03:39 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff2518ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #14 std::__1::function::operator() (this=0x7fbff2518ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc01836e140) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\253Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859abc0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff2518c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629280403, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff2518b16}} 2025-10-03 18:03: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_ = 0x7fbff2518caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff2518b17}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc01836e160}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:39 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 2025-10-03 18:03:39 Thread 75 (Thread 0x7fbff1d24640 (LWP 817) "Common"): 2025-10-03 18:03:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01837077c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #3 std::__1::condition_variable::wait (this=0x7fc01837077c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:39 ec = 2025-10-03 18:03:39 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc018370750, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc018370698) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:39 lock = {__m_ = 0x7fc018370728, __owns_ = true} 2025-10-03 18:03:39 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:39 _allocations_flag_prev_val334 = false 2025-10-03 18:03:39 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff1d1755d}} 2025-10-03 18:03:39 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff1d176a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #7 std::__1::function::operator() (this=0x7fbff1d176a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185967f0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:39 watch = {start_ns = 239629601265, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\0067\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc018370698}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbff1d17717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629282427, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff1d175f6}} 2025-10-03 18:03: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_ = 0x7fbff1d177a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff1d175f7}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859ac00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:39 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859ac00}} 2025-10-03 18:03:39 thread_status = { = { = {}, }, thread_id = 817, os_thread_priority = 0, performance_counters = {counters = 0x7fc01839a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc01839a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff1d17838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -29362384}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -230696, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:39 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:39 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff1d17a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff1d17a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0185b99a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:39 function = 2025-10-03 18:03:39 arguments = 2025-10-03 18:03:39 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff1d17ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #14 std::__1::function::operator() (this=0x7fbff1d17ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc01836e1c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\254Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859ac00}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff1d17c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629372917, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff1d17b16}} 2025-10-03 18:03: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_ = 0x7fbff1d17caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff1d17b17}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc01836e1e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:39 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 2025-10-03 18:03:39 Thread 74 (Thread 0x7fbff1523640 (LWP 818) "Common"): 2025-10-03 18:03:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01837077c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #3 std::__1::condition_variable::wait (this=0x7fc01837077c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:39 ec = 2025-10-03 18:03:39 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc018370750, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc018370698) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:39 lock = {__m_ = 0x7fc018370728, __owns_ = true} 2025-10-03 18:03:39 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:39 _allocations_flag_prev_val334 = false 2025-10-03 18:03:39 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff151655d}} 2025-10-03 18:03:39 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff15166a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #7 std::__1::function::operator() (this=0x7fbff15166a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596850) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:39 watch = {start_ns = 239629966810, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\0067\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc018370698}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbff1516717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629558175, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff15165f6}} 2025-10-03 18:03: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_ = 0x7fbff15167a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff15165f7}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859ac40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:39 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859ac40}} 2025-10-03 18:03:39 thread_status = { = { = {}, }, thread_id = 818, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c22b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c22b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff1516838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -20971855}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -210647, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:39 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:39 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff1516a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff1516a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c1ee880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:39 function = 2025-10-03 18:03:39 arguments = 2025-10-03 18:03:39 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff1516ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #14 std::__1::function::operator() (this=0x7fbff1516ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc01836e240) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\254Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859ac40}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff1516c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629556351, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff1516b16}} 2025-10-03 18:03: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_ = 0x7fbff1516caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff1516b17}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc01836e260}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:39 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 2025-10-03 18:03:39 Thread 73 (Thread 0x7fbff0d22640 (LWP 819) "Common"): 2025-10-03 18:03:39 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:39 No symbol table info available. 2025-10-03 18:03:39 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01837077c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #3 std::__1::condition_variable::wait (this=0x7fc01837077c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:39 ec = 2025-10-03 18:03:39 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc018370750, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc018370698) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:39 lock = {__m_ = 0x7fc018370728, __owns_ = true} 2025-10-03 18:03:39 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:39 _allocations_flag_prev_val334 = false 2025-10-03 18:03:39 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff0d1555d}} 2025-10-03 18:03:39 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff0d156a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #7 std::__1::function::operator() (this=0x7fbff0d156a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc0185968b0) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:39 watch = {start_ns = 239630167948, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\0067\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc018370698}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbff0d15717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629758881, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff0d155f6}} 2025-10-03 18:03: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_ = 0x7fbff0d157a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff0d155f7}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859ac80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:39 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859ac80}} 2025-10-03 18:03:39 thread_status = { = { = {}, }, thread_id = 819, os_thread_priority = 0, performance_counters = {counters = 0x7fbff4d41000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbff4d41000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff0d15838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -29360561}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1101811, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:39 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:39 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff0d15a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff0d15a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fbff4d34900}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:39 function = 2025-10-03 18:03:39 arguments = 2025-10-03 18:03:39 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff0d15ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #14 std::__1::function::operator() (this=0x7fbff0d15ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:39 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc01836e2c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\254Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859ac80}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff0d15c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629648584, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:39 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff0d15b16}} 2025-10-03 18:03: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_ = 0x7fbff0d15caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:39 _allocations_flag_prev_val759 = 2025-10-03 18:03:39 _allocations_flag_prev_val659 = false 2025-10-03 18:03:39 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff0d15b17}} 2025-10-03 18:03:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:39 job_is_done = 2025-10-03 18:03:39 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:39 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc01836e2e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:40 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 2025-10-03 18:03:40 Thread 72 (Thread 0x7fbff0521640 (LWP 820) "Common"): 2025-10-03 18:03:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01837077c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #3 std::__1::condition_variable::wait (this=0x7fc01837077c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:40 ec = 2025-10-03 18:03:40 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc018370750, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc018370698) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:40 lock = {__m_ = 0x7fc018370728, __owns_ = true} 2025-10-03 18:03:40 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:40 _allocations_flag_prev_val334 = false 2025-10-03 18:03:40 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbff051455d}} 2025-10-03 18:03:40 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff05146a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #7 std::__1::function::operator() (this=0x7fbff05146a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596910) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:40 watch = {start_ns = 239630267284, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\0067\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc018370698}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbff0514717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629836326, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff05145f6}} 2025-10-03 18:03: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_ = 0x7fbff05147a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff05145f7}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859acc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:40 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859acc0}} 2025-10-03 18:03:40 thread_status = { = { = {}, }, thread_id = 820, os_thread_priority = 0, performance_counters = {counters = 0x7fc022e21000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc022e21000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbff0514838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -12583104}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -125256, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:40 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:40 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff0514a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff0514a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc022db5300}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:40 function = 2025-10-03 18:03:40 arguments = 2025-10-03 18:03:40 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbff0514ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #14 std::__1::function::operator() (this=0x7fbff0514ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc01836e340) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\254Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859acc0}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbff0514c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629756917, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbff0514b16}} 2025-10-03 18:03: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_ = 0x7fbff0514caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbff0514b17}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc01836e360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:40 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 2025-10-03 18:03:40 Thread 71 (Thread 0x7fbfefd20640 (LWP 821) "Common"): 2025-10-03 18:03:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc01837077c, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #3 std::__1::condition_variable::wait (this=0x7fc01837077c, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:40 ec = 2025-10-03 18:03:40 #4 0x000000001277175c in std::__1::condition_variable::wait::threadFunction()::{lambda()#2}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#2}) (this=0x7fc018370750, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x7fc018370698) at /build/src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 18:03:40 lock = {__m_ = 0x7fc018370728, __owns_ = true} 2025-10-03 18:03:40 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 18:03:40 _allocations_flag_prev_val334 = false 2025-10-03 18:03:40 scope_exit334 = {static is_nullable = , function = {_allocations_flag_prev_val334 = @0x7fbfefd1355d}} 2025-10-03 18:03:40 #6 0x000000000c706f7f in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfefd136a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #7 std::__1::function::operator() (this=0x7fbfefd136a0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x7fc018596970) at /build/src/Common/ThreadPool.cpp:775 2025-10-03 18:03:40 watch = {start_ns = 239630096083, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -104 '\230', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\0067\030\300\177\000\000 \001\000\000\000\000\000", __large = 0x7fc018370698}, __invoker_ = {__call_ = 0x12775460 ::__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_ = 0x18b58630 ::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 = 0x190b04f8 , 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_ = 0x7fbfefd13717 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629650297, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfefd135f6}} 2025-10-03 18:03: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_ = 0x7fbfefd137a7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfefd135f7}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #9 0x000000000c70c102 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x7fc01859ad00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:40 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc01859ad00}} 2025-10-03 18:03:40 thread_status = { = { = {}, }, thread_id = 821, os_thread_priority = 0, performance_counters = {counters = 0x7fc098d6c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098d6c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfefd13838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -33555334}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -3163120, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:40 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:40 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfefd13a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfefd13a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098d5f0c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:40 function = 2025-10-03 18:03:40 arguments = 2025-10-03 18:03:40 #13 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfefd13ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #14 std::__1::function::operator() (this=0x7fbfefd13ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc01836e3c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\255Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859ad00}, __invoker_ = {__call_ = 0xc70c080 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18710558 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfefd13c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239629834843, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfefd13b16}} 2025-10-03 18:03: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_ = 0x7fbfefd13caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfefd13b17}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #16 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc01836e3e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:40 #19 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #20 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 2025-10-03 18:03:40 Thread 70 (Thread 0x7fbfef51f640 (LWP 822) "ThreadPool"): 2025-10-03 18:03:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf050, __m=0x189, __ts=0x7fbfef512768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf050, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:40 ts = {tv_sec = 1759507183, tv_nsec = 558798930} 2025-10-03 18:03:40 d = {__rep_ = 140472638824727} 2025-10-03 18:03:40 s = 2025-10-03 18:03:40 ts_sec_max = 9223372036854775807 2025-10-03 18:03:40 ec = 2025-10-03 18:03:40 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf028, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:40 __d_ns_count = 9999930 2025-10-03 18:03:40 __c_now = 2025-10-03 18:03:40 __now_count_ns = 2025-10-03 18:03:40 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf028, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf028, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:40 __t_ns = {__d_ = {__rep_ = 1660547430816}} 2025-10-03 18:03:40 __now = 2025-10-03 18:03:40 #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=0x7fc2545bf028, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc2545bf028, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=0) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:40 lock = {__m_ = 0x7fc2545bf000, __owns_ = true} 2025-10-03 18:03:40 rel_time = {__rep_ = 10} 2025-10-03 18:03:40 now = 2025-10-03 18:03:40 size_in_bytes = 2025-10-03 18:03:40 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:40 shard = @0x7fc2545bf000: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278320, __wseq32 = {__low = 278320, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828137, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "0?\004", '\000' , "\002\000\000\000\000\000\000\000i\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278320}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf060, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:40 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01859adc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:40 thread_status = { = { = {}, }, thread_id = 822, os_thread_priority = 0, performance_counters = {counters = 0x7fbffa360000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbffa360000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfef512840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@\366Q\357\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfef512a1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfef512a67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a68c1e80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:40 function = {this = 0x7fc01830df18, i = 0} 2025-10-03 18:03:40 arguments = 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc01859adc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:40 __f = 0x7fc01859adc0 2025-10-03 18:03:40 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfef512ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #20 std::__1::function::operator() (this=0x7fbfef512ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7240) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\255Y\030\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc01859adc0}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfef512c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239630159793, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfef512b16}} 2025-10-03 18:03: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_ = 0x7fbfef512caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfef512b17}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c72a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:40 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 2025-10-03 18:03:40 Thread 69 (Thread 0x7fbfeed1e640 (LWP 823) "ThreadPool"): 2025-10-03 18:03:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf100, __m=0x189, __ts=0x7fbfeed11768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf100, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:40 ts = {tv_sec = 1759507183, tv_nsec = 555265920} 2025-10-03 18:03:40 d = {__rep_ = 140472638824727} 2025-10-03 18:03:40 s = 2025-10-03 18:03:40 ts_sec_max = 9223372036854775807 2025-10-03 18:03:40 ec = 2025-10-03 18:03:40 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf0d8, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:40 __d_ns_count = 9999920 2025-10-03 18:03:40 __c_now = 2025-10-03 18:03:40 __now_count_ns = 2025-10-03 18:03:40 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf0d8, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf0d8, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:40 __t_ns = {__d_ = {__rep_ = 1660543897885}} 2025-10-03 18:03:40 __now = 2025-10-03 18:03:40 #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=0x7fc2545bf0d8, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc2545bf0d8, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=1) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:40 lock = {__m_ = 0x7fc2545bf0b0, __owns_ = true} 2025-10-03 18:03:40 rel_time = {__rep_ = 10} 2025-10-03 18:03:40 now = 2025-10-03 18:03:40 size_in_bytes = 2025-10-03 18:03:40 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:40 shard = @0x7fc2545bf0b0: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278344, __wseq32 = {__low = 278344, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828125, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "H?\004", '\000' , "\002\000\000\000\000\000\000\000]\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278344}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf110, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:40 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01859ae00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:40 thread_status = { = { = {}, }, thread_id = 823, os_thread_priority = 0, performance_counters = {counters = 0x7fc061d73000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061d73000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfeed11840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@\346\321\356\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfeed11a1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfeed11a67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061d4ff20}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:40 function = {this = 0x7fc01830df18, i = 1} 2025-10-03 18:03:40 arguments = 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc01859ae00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:40 __f = 0x7fc01859ae00 2025-10-03 18:03:40 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfeed11ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #20 std::__1::function::operator() (this=0x7fbfeed11ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7300) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\256Y\030\300\177\000\000 \000\000\000\000\000\000", __large = 0x7fc01859ae00}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfeed11c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239630322137, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfeed11b16}} 2025-10-03 18:03: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_ = 0x7fbfeed11caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfeed11b17}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:40 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 2025-10-03 18:03:40 Thread 68 (Thread 0x7fbfee51d640 (LWP 824) "ThreadPool"): 2025-10-03 18:03:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf1b0, __m=0x189, __ts=0x7fbfee510768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf1b0, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:40 ts = {tv_sec = 1759507183, tv_nsec = 554635859} 2025-10-03 18:03:40 d = {__rep_ = 140472638824727} 2025-10-03 18:03:40 s = 2025-10-03 18:03:40 ts_sec_max = 9223372036854775807 2025-10-03 18:03:40 ec = 2025-10-03 18:03:40 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf188, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:40 __d_ns_count = 9999859 2025-10-03 18:03:40 __c_now = 2025-10-03 18:03:40 __now_count_ns = 2025-10-03 18:03:40 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf188, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf188, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:40 __t_ns = {__d_ = {__rep_ = 1660543267158}} 2025-10-03 18:03:40 __now = 2025-10-03 18:03:40 #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=0x7fc2545bf188, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc2545bf188, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=2) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:40 lock = {__m_ = 0x7fc2545bf160, __owns_ = true} 2025-10-03 18:03:40 rel_time = {__rep_ = 10} 2025-10-03 18:03:40 now = 2025-10-03 18:03:40 size_in_bytes = 2025-10-03 18:03:40 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:40 shard = @0x7fc2545bf160: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278334, __wseq32 = {__low = 278334, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828130, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = ">?\004", '\000' , "\002\000\000\000\000\000\000\000b\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278334}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf1c0, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:40 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01859ae80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:40 thread_status = { = { = {}, }, thread_id = 824, os_thread_priority = 0, performance_counters = {counters = 0x7fc0511d9000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0511d9000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfee510840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@\326Q\356\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfee510a1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfee510a67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc05119e640}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:40 function = {this = 0x7fc01830df18, i = 2} 2025-10-03 18:03:40 arguments = 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc01859ae80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:40 __f = 0x7fc01859ae80 2025-10-03 18:03:40 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfee510ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #20 std::__1::function::operator() (this=0x7fbfee510ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7360) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\256Y\030\300\177\000\000@\000\000\000\000\000\000", __large = 0x7fc01859ae80}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfee510c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239630370598, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfee510b16}} 2025-10-03 18:03: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_ = 0x7fbfee510caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfee510b17}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7380}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:40 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 2025-10-03 18:03:40 Thread 67 (Thread 0x7fbfedd1c640 (LWP 825) "ThreadPool"): 2025-10-03 18:03:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf260, __m=0x189, __ts=0x7fbfedd0f768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf260, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:40 ts = {tv_sec = 1759507183, tv_nsec = 551889920} 2025-10-03 18:03:40 d = {__rep_ = 140472638824727} 2025-10-03 18:03:40 s = 2025-10-03 18:03:40 ts_sec_max = 9223372036854775807 2025-10-03 18:03:40 ec = 2025-10-03 18:03:40 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf238, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:40 __d_ns_count = 9999920 2025-10-03 18:03:40 __c_now = 2025-10-03 18:03:40 __now_count_ns = 2025-10-03 18:03:40 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf238, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf238, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:40 __t_ns = {__d_ = {__rep_ = 1660540521357}} 2025-10-03 18:03:40 __now = 2025-10-03 18:03:40 #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=0x7fc2545bf238, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc2545bf238, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=3) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:40 lock = {__m_ = 0x7fc2545bf210, __owns_ = true} 2025-10-03 18:03:40 rel_time = {__rep_ = 10} 2025-10-03 18:03:40 now = 2025-10-03 18:03:40 size_in_bytes = 2025-10-03 18:03:40 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:40 shard = @0x7fc2545bf210: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278318, __wseq32 = {__low = 278318, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828138, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = ".?\004", '\000' , "\002\000\000\000\000\000\000\000j\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278318}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf270, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:40 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01859aec0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:40 thread_status = { = { = {}, }, thread_id = 825, os_thread_priority = 0, performance_counters = {counters = 0x7fc0ac342000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0ac342000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfedd0f840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@\306\321\355\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfedd0fa1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfedd0fa67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac305640}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:40 function = {this = 0x7fc01830df18, i = 3} 2025-10-03 18:03:40 arguments = 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc01859aec0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:40 __f = 0x7fc01859aec0 2025-10-03 18:03:40 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfedd0fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #20 std::__1::function::operator() (this=0x7fbfedd0fba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c72e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859aec0}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfedd0fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239630429749, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfedd0fb16}} 2025-10-03 18:03: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_ = 0x7fbfedd0fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfedd0fb17}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c73c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:40 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 2025-10-03 18:03:40 Thread 66 (Thread 0x7fbfed51b640 (LWP 826) "ThreadPool"): 2025-10-03 18:03:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf310, __m=0x189, __ts=0x7fbfed50e768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf310, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:40 ts = {tv_sec = 1759507183, tv_nsec = 557338920} 2025-10-03 18:03:40 d = {__rep_ = 140472638824727} 2025-10-03 18:03:40 s = 2025-10-03 18:03:40 ts_sec_max = 9223372036854775807 2025-10-03 18:03:40 ec = 2025-10-03 18:03:40 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf2e8, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:40 __d_ns_count = 9999920 2025-10-03 18:03:40 __c_now = 2025-10-03 18:03:40 __now_count_ns = 2025-10-03 18:03:40 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf2e8, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf2e8, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:40 __t_ns = {__d_ = {__rep_ = 1660545970591}} 2025-10-03 18:03:40 __now = 2025-10-03 18:03:40 #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=0x7fc2545bf2e8, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc2545bf2e8, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=4) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:40 lock = {__m_ = 0x7fc2545bf2c0, __owns_ = true} 2025-10-03 18:03:40 rel_time = {__rep_ = 10} 2025-10-03 18:03:40 now = 2025-10-03 18:03:40 size_in_bytes = 2025-10-03 18:03:40 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:40 shard = @0x7fc2545bf2c0: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278342, __wseq32 = {__low = 278342, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828126, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "F?\004", '\000' , "\002\000\000\000\000\000\000\000^\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278342}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf320, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:40 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01859af00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:40 thread_status = { = { = {}, }, thread_id = 826, os_thread_priority = 0, performance_counters = {counters = 0x7fbff704a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbff704a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfed50e840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@\266Q\355\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfed50ea1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfed50ea67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4bc6bc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:40 function = {this = 0x7fc01830df18, i = 4} 2025-10-03 18:03:40 arguments = 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc01859af00) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:40 __f = 0x7fc01859af00 2025-10-03 18:03:40 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfed50eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #20 std::__1::function::operator() (this=0x7fbfed50eba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7400) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\257Y\030\300\177\000\000\200\000\000\000\000\000\000", __large = 0x7fc01859af00}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfed50ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239630547249, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfed50eb16}} 2025-10-03 18:03: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_ = 0x7fbfed50ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfed50eb17}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7420}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:40 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 2025-10-03 18:03:40 Thread 65 (Thread 0x7fbfecd1a640 (LWP 827) "ThreadPool"): 2025-10-03 18:03:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf3c0, __m=0x189, __ts=0x7fbfecd0d768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf3c0, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:40 ts = {tv_sec = 1759507183, tv_nsec = 555970870} 2025-10-03 18:03:40 d = {__rep_ = 140472638824727} 2025-10-03 18:03:40 s = 2025-10-03 18:03:40 ts_sec_max = 9223372036854775807 2025-10-03 18:03:40 ec = 2025-10-03 18:03:40 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf398, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:40 __d_ns_count = 9999870 2025-10-03 18:03:40 __c_now = 2025-10-03 18:03:40 __now_count_ns = 2025-10-03 18:03:40 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf398, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf398, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:40 __t_ns = {__d_ = {__rep_ = 1660544602199}} 2025-10-03 18:03:40 __now = 2025-10-03 18:03:40 #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=0x7fc2545bf398, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc2545bf398, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=5) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:40 lock = {__m_ = 0x7fc2545bf370, __owns_ = true} 2025-10-03 18:03:40 rel_time = {__rep_ = 10} 2025-10-03 18:03:40 now = 2025-10-03 18:03:40 size_in_bytes = 2025-10-03 18:03:40 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:40 shard = @0x7fc2545bf370: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278348, __wseq32 = {__low = 278348, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828123, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "L?\004", '\000' , "\002\000\000\000\000\000\000\000[\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278348}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf3d0, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:40 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01859ae40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:40 thread_status = { = { = {}, }, thread_id = 827, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a150e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a150e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfecd0d840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@\246\321\354\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfecd0da1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfecd0da67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a14ea380}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:40 function = {this = 0x7fc01830df18, i = 5} 2025-10-03 18:03:40 arguments = 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc01859ae40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:40 __f = 0x7fc01859ae40 2025-10-03 18:03:40 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfecd0dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #20 std::__1::function::operator() (this=0x7fbfecd0dba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7460) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\256Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859ae40}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfecd0dc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239630772472, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfecd0db16}} 2025-10-03 18:03: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_ = 0x7fbfecd0dcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfecd0db17}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:40 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 2025-10-03 18:03:40 Thread 64 (Thread 0x7fbfec519640 (LWP 828) "ThreadPool"): 2025-10-03 18:03:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf470, __m=0x189, __ts=0x7fbfec50c768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf470, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:40 ts = {tv_sec = 1759507183, tv_nsec = 557682919} 2025-10-03 18:03:40 d = {__rep_ = 140472638824727} 2025-10-03 18:03:40 s = 2025-10-03 18:03:40 ts_sec_max = 9223372036854775807 2025-10-03 18:03:40 ec = 2025-10-03 18:03:40 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf448, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:40 __d_ns_count = 9999919 2025-10-03 18:03:40 __c_now = 2025-10-03 18:03:40 __now_count_ns = 2025-10-03 18:03:40 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf448, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf448, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:40 __t_ns = {__d_ = {__rep_ = 1660546314236}} 2025-10-03 18:03:40 __now = 2025-10-03 18:03:40 #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=0x7fc2545bf448, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc2545bf448, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=6) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:40 lock = {__m_ = 0x7fc2545bf420, __owns_ = true} 2025-10-03 18:03:40 rel_time = {__rep_ = 10} 2025-10-03 18:03:40 now = 2025-10-03 18:03:40 size_in_bytes = 2025-10-03 18:03:40 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:40 shard = @0x7fc2545bf420: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278326, __wseq32 = {__low = 278326, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828134, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "6?\004", '\000' , "\002\000\000\000\000\000\000\000f\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278326}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf480, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:40 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01859af40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:40 thread_status = { = { = {}, }, thread_id = 828, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a55e1000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a55e1000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfec50c840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@\226Q\354\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfec50ca1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfec50ca67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a55bce00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:40 function = {this = 0x7fc01830df18, i = 6} 2025-10-03 18:03:40 arguments = 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc01859af40) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:40 __f = 0x7fc01859af40 2025-10-03 18:03:40 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfec50cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #20 std::__1::function::operator() (this=0x7fbfec50cba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c74c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\257Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859af40}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfec50cc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239630891946, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfec50cb16}} 2025-10-03 18:03: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_ = 0x7fbfec50ccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfec50cb17}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c74e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:40 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 2025-10-03 18:03:40 Thread 63 (Thread 0x7fbfebd18640 (LWP 829) "ThreadPool"): 2025-10-03 18:03:40 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:40 No symbol table info available. 2025-10-03 18:03:40 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf520, __m=0x189, __ts=0x7fbfebd0b768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf520, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:40 ts = {tv_sec = 1759507183, tv_nsec = 553208920} 2025-10-03 18:03:40 d = {__rep_ = 140472638824727} 2025-10-03 18:03:40 s = 2025-10-03 18:03:40 ts_sec_max = 9223372036854775807 2025-10-03 18:03:40 ec = 2025-10-03 18:03:40 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf4f8, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:40 __d_ns_count = 9999920 2025-10-03 18:03:40 __c_now = 2025-10-03 18:03:40 __now_count_ns = 2025-10-03 18:03:40 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf4f8, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf4f8, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:40 __t_ns = {__d_ = {__rep_ = 1660541840796}} 2025-10-03 18:03:40 __now = 2025-10-03 18:03:40 #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=0x7fc2545bf4f8, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc2545bf4f8, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=7) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:40 lock = {__m_ = 0x7fc2545bf4d0, __owns_ = true} 2025-10-03 18:03:40 rel_time = {__rep_ = 10} 2025-10-03 18:03:40 now = 2025-10-03 18:03:40 size_in_bytes = 2025-10-03 18:03:40 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:40 shard = @0x7fc2545bf4d0: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278320, __wseq32 = {__low = 278320, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828137, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "0?\004", '\000' , "\002\000\000\000\000\000\000\000i\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278320}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf530, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:40 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01859af80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:40 thread_status = { = { = {}, }, thread_id = 829, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b55d5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b55d5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfebd0b840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@\206\321\353\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfebd0ba1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfebd0ba67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b55d10c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:40 function = {this = 0x7fc01830df18, i = 7} 2025-10-03 18:03:40 arguments = 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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=0x7fc01859af80) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:40 __f = 0x7fc01859af80 2025-10-03 18:03:40 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfebd0bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #20 std::__1::function::operator() (this=0x7fbfebd0bba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7520) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\257Y\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01859af80}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfebd0bc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239630956898, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:40 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfebd0bb16}} 2025-10-03 18:03: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_ = 0x7fbfebd0bcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:40 _allocations_flag_prev_val759 = 2025-10-03 18:03:40 _allocations_flag_prev_val659 = false 2025-10-03 18:03:40 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfebd0bb17}} 2025-10-03 18:03:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:40 job_is_done = 2025-10-03 18:03:40 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:40 No locals. 2025-10-03 18:03:40 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7540}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:41 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 2025-10-03 18:03:41 Thread 62 (Thread 0x7fbfeb517640 (LWP 830) "ThreadPool"): 2025-10-03 18:03:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf5d0, __m=0x189, __ts=0x7fbfeb50a768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf5d0, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:41 ts = {tv_sec = 1759507183, tv_nsec = 551502920} 2025-10-03 18:03:41 d = {__rep_ = 140472638824727} 2025-10-03 18:03:41 s = 2025-10-03 18:03:41 ts_sec_max = 9223372036854775807 2025-10-03 18:03:41 ec = 2025-10-03 18:03:41 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf5a8, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:41 __d_ns_count = 9999920 2025-10-03 18:03:41 __c_now = 2025-10-03 18:03:41 __now_count_ns = 2025-10-03 18:03:41 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf5a8, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf5a8, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:41 __t_ns = {__d_ = {__rep_ = 1660540134259}} 2025-10-03 18:03:41 __now = 2025-10-03 18:03:41 #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=0x7fc2545bf5a8, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc2545bf5a8, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=8) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:41 lock = {__m_ = 0x7fc2545bf580, __owns_ = true} 2025-10-03 18:03:41 rel_time = {__rep_ = 10} 2025-10-03 18:03:41 now = 2025-10-03 18:03:41 size_in_bytes = 2025-10-03 18:03:41 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:41 shard = @0x7fc2545bf580: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278334, __wseq32 = {__low = 278334, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828130, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = ">?\004", '\000' , "\002\000\000\000\000\000\000\000b\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278334}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf5e0, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:41 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01859afc0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:41 thread_status = { = { = {}, }, thread_id = 830, os_thread_priority = 0, performance_counters = {counters = 0x7fc0183b5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0183b5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfeb50a840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@vQ\353\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfeb50aa1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfeb50aa67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0183a9c60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:41 function = {this = 0x7fc01830df18, i = 8} 2025-10-03 18:03:41 arguments = 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc01859afc0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:41 __f = 0x7fc01859afc0 2025-10-03 18:03:41 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfeb50aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #20 std::__1::function::operator() (this=0x7fbfeb50aba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7580) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\257Y\030\300\177\000\000\000\001\000\000\000\000\000", __large = 0x7fc01859afc0}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfeb50ac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239631016630, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfeb50ab16}} 2025-10-03 18:03: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_ = 0x7fbfeb50acaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:41 _allocations_flag_prev_val759 = 2025-10-03 18:03:41 _allocations_flag_prev_val659 = false 2025-10-03 18:03:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfeb50ab17}} 2025-10-03 18:03:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_is_done = 2025-10-03 18:03:41 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c75a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:41 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 2025-10-03 18:03:41 Thread 61 (Thread 0x7fbfead16640 (LWP 831) "ThreadPool"): 2025-10-03 18:03:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf680, __m=0x189, __ts=0x7fbfead09768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf680, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:41 ts = {tv_sec = 1759507183, tv_nsec = 557198919} 2025-10-03 18:03:41 d = {__rep_ = 140472638824727} 2025-10-03 18:03:41 s = 2025-10-03 18:03:41 ts_sec_max = 9223372036854775807 2025-10-03 18:03:41 ec = 2025-10-03 18:03:41 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf658, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:41 __d_ns_count = 9999919 2025-10-03 18:03:41 __c_now = 2025-10-03 18:03:41 __now_count_ns = 2025-10-03 18:03:41 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf658, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf658, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:41 __t_ns = {__d_ = {__rep_ = 1660545830737}} 2025-10-03 18:03:41 __now = 2025-10-03 18:03:41 #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=0x7fc2545bf658, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc2545bf658, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=9) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:41 lock = {__m_ = 0x7fc2545bf630, __owns_ = true} 2025-10-03 18:03:41 rel_time = {__rep_ = 10} 2025-10-03 18:03:41 now = 2025-10-03 18:03:41 size_in_bytes = 2025-10-03 18:03:41 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:41 shard = @0x7fc2545bf630: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278368, __wseq32 = {__low = 278368, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828113, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "`?\004", '\000' , "\002\000\000\000\000\000\000\000Q\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278368}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf690, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:41 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01836d000) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:41 thread_status = { = { = {}, }, thread_id = 831, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c247000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c247000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfead09840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@f\321\352\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfead09a1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfead09a67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c23ab40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:41 function = {this = 0x7fc01830df18, i = 9} 2025-10-03 18:03:41 arguments = 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc01836d000) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:41 __f = 0x7fc01836d000 2025-10-03 18:03:41 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfead09ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #20 std::__1::function::operator() (this=0x7fbfead09ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c75e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\3206\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01836d000}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfead09c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239631129051, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfead09b16}} 2025-10-03 18:03: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_ = 0x7fbfead09caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:41 _allocations_flag_prev_val759 = 2025-10-03 18:03:41 _allocations_flag_prev_val659 = false 2025-10-03 18:03:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfead09b17}} 2025-10-03 18:03:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_is_done = 2025-10-03 18:03:41 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7600}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:41 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 2025-10-03 18:03:41 Thread 60 (Thread 0x7fbfea515640 (LWP 832) "ThreadPool"): 2025-10-03 18:03:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf730, __m=0x189, __ts=0x7fbfea508768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf730, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:41 ts = {tv_sec = 1759507183, tv_nsec = 553588919} 2025-10-03 18:03:41 d = {__rep_ = 140472638824727} 2025-10-03 18:03:41 s = 2025-10-03 18:03:41 ts_sec_max = 9223372036854775807 2025-10-03 18:03:41 ec = 2025-10-03 18:03:41 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf708, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:41 __d_ns_count = 9999919 2025-10-03 18:03:41 __c_now = 2025-10-03 18:03:41 __now_count_ns = 2025-10-03 18:03:41 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf708, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf708, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:41 __t_ns = {__d_ = {__rep_ = 1660542220200}} 2025-10-03 18:03:41 __now = 2025-10-03 18:03:41 #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=0x7fc2545bf708, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc2545bf708, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=10) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:41 lock = {__m_ = 0x7fc2545bf6e0, __owns_ = true} 2025-10-03 18:03:41 rel_time = {__rep_ = 10} 2025-10-03 18:03:41 now = 2025-10-03 18:03:41 size_in_bytes = 2025-10-03 18:03:41 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:41 shard = @0x7fc2545bf6e0: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278334, __wseq32 = {__low = 278334, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828130, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = ">?\004", '\000' , "\002\000\000\000\000\000\000\000b\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278334}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf740, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:41 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01836d040) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:41 thread_status = { = { = {}, }, thread_id = 832, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a55fc000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a55fc000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfea508840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@VQ\352\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfea508a1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfea508a67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a55f00c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:41 function = {this = 0x7fc01830df18, i = 10} 2025-10-03 18:03:41 arguments = 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc01836d040) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:41 __f = 0x7fc01836d040 2025-10-03 18:03:41 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfea508ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #20 std::__1::function::operator() (this=0x7fbfea508ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7640) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\3206\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01836d040}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfea508c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239631201266, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfea508b16}} 2025-10-03 18:03: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_ = 0x7fbfea508caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:41 _allocations_flag_prev_val759 = 2025-10-03 18:03:41 _allocations_flag_prev_val659 = false 2025-10-03 18:03:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfea508b17}} 2025-10-03 18:03:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_is_done = 2025-10-03 18:03:41 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:41 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 2025-10-03 18:03:41 Thread 59 (Thread 0x7fbfe9d14640 (LWP 833) "ThreadPool"): 2025-10-03 18:03:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf7e0, __m=0x189, __ts=0x7fbfe9d07768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf7e0, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:41 ts = {tv_sec = 1759507183, tv_nsec = 555327920} 2025-10-03 18:03:41 d = {__rep_ = 140472638824727} 2025-10-03 18:03:41 s = 2025-10-03 18:03:41 ts_sec_max = 9223372036854775807 2025-10-03 18:03:41 ec = 2025-10-03 18:03:41 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf7b8, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:41 __d_ns_count = 9999920 2025-10-03 18:03:41 __c_now = 2025-10-03 18:03:41 __now_count_ns = 2025-10-03 18:03:41 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf7b8, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf7b8, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:41 __t_ns = {__d_ = {__rep_ = 1660543959771}} 2025-10-03 18:03:41 __now = 2025-10-03 18:03:41 #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=0x7fc2545bf7b8, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc2545bf7b8, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=11) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:41 lock = {__m_ = 0x7fc2545bf790, __owns_ = true} 2025-10-03 18:03:41 rel_time = {__rep_ = 10} 2025-10-03 18:03:41 now = 2025-10-03 18:03:41 size_in_bytes = 2025-10-03 18:03:41 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:41 shard = @0x7fc2545bf790: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278326, __wseq32 = {__low = 278326, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828134, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "6?\004", '\000' , "\002\000\000\000\000\000\000\000f\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278326}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf7f0, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:41 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01836d080) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:41 thread_status = { = { = {}, }, thread_id = 833, os_thread_priority = 0, performance_counters = {counters = 0x7fc0511f5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0511f5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe9d07840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@F\321\351\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe9d07a1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe9d07a67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0511e8900}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:41 function = {this = 0x7fc01830df18, i = 11} 2025-10-03 18:03:41 arguments = 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc01836d080) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:41 __f = 0x7fc01836d080 2025-10-03 18:03:41 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe9d07ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #20 std::__1::function::operator() (this=0x7fbfe9d07ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c76a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\3206\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01836d080}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe9d07c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239631290493, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe9d07b16}} 2025-10-03 18:03: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_ = 0x7fbfe9d07caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:41 _allocations_flag_prev_val759 = 2025-10-03 18:03:41 _allocations_flag_prev_val659 = false 2025-10-03 18:03:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe9d07b17}} 2025-10-03 18:03:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_is_done = 2025-10-03 18:03:41 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c76c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:41 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 2025-10-03 18:03:41 Thread 58 (Thread 0x7fbfe9513640 (LWP 834) "ThreadPool"): 2025-10-03 18:03:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf890, __m=0x189, __ts=0x7fbfe9506768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf890, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:41 ts = {tv_sec = 1759507183, tv_nsec = 555132930} 2025-10-03 18:03:41 d = {__rep_ = 140472638824727} 2025-10-03 18:03:41 s = 2025-10-03 18:03:41 ts_sec_max = 9223372036854775807 2025-10-03 18:03:41 ec = 2025-10-03 18:03:41 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf868, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:41 __d_ns_count = 9999930 2025-10-03 18:03:41 __c_now = 2025-10-03 18:03:41 __now_count_ns = 2025-10-03 18:03:41 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf868, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf868, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:41 __t_ns = {__d_ = {__rep_ = 1660543764894}} 2025-10-03 18:03:41 __now = 2025-10-03 18:03:41 #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=0x7fc2545bf868, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc2545bf868, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=12) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:41 lock = {__m_ = 0x7fc2545bf840, __owns_ = true} 2025-10-03 18:03:41 rel_time = {__rep_ = 10} 2025-10-03 18:03:41 now = 2025-10-03 18:03:41 size_in_bytes = 2025-10-03 18:03:41 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:41 shard = @0x7fc2545bf840: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278326, __wseq32 = {__low = 278326, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828134, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "6?\004", '\000' , "\002\000\000\000\000\000\000\000f\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278326}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf8a0, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:41 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01836d0c0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:41 thread_status = { = { = {}, }, thread_id = 834, os_thread_priority = 0, performance_counters = {counters = 0x7fc0b55e4000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0b55e4000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe9506840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@6Q\351\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe9506a1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe9506a67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b55d2380}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240040472380, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:41 function = {this = 0x7fc01830df18, i = 12} 2025-10-03 18:03:41 arguments = 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc01836d0c0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:41 __f = 0x7fc01836d0c0 2025-10-03 18:03:41 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe9506ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #20 std::__1::function::operator() (this=0x7fbfe9506ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7700) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\3206\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01836d0c0}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe9506c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239631475581, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe9506b16}} 2025-10-03 18:03: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_ = 0x7fbfe9506caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:41 _allocations_flag_prev_val759 = 2025-10-03 18:03:41 _allocations_flag_prev_val659 = false 2025-10-03 18:03:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe9506b17}} 2025-10-03 18:03:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_is_done = 2025-10-03 18:03:41 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7720}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:41 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 2025-10-03 18:03:41 Thread 57 (Thread 0x7fbfe8d12640 (LWP 835) "ThreadPool"): 2025-10-03 18:03:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf940, __m=0x189, __ts=0x7fbfe8d05768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf940, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:41 ts = {tv_sec = 1759507183, tv_nsec = 552817860} 2025-10-03 18:03:41 d = {__rep_ = 140472638824727} 2025-10-03 18:03:41 s = 2025-10-03 18:03:41 ts_sec_max = 9223372036854775807 2025-10-03 18:03:41 ec = 2025-10-03 18:03:41 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf918, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:41 __d_ns_count = 9999860 2025-10-03 18:03:41 __c_now = 2025-10-03 18:03:41 __now_count_ns = 2025-10-03 18:03:41 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf918, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf918, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:41 __t_ns = {__d_ = {__rep_ = 1660541449622}} 2025-10-03 18:03:41 __now = 2025-10-03 18:03:41 #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=0x7fc2545bf918, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc2545bf918, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=13) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:41 lock = {__m_ = 0x7fc2545bf8f0, __owns_ = true} 2025-10-03 18:03:41 rel_time = {__rep_ = 10} 2025-10-03 18:03:41 now = 2025-10-03 18:03:41 size_in_bytes = 2025-10-03 18:03:41 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:41 shard = @0x7fc2545bf8f0: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278332, __wseq32 = {__low = 278332, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828131, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = ", "\002\000\000\000\000\000\000\000c\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278332}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bf950, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:41 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01836d100) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:41 thread_status = { = { = {}, }, thread_id = 835, os_thread_priority = 0, performance_counters = {counters = 0x7fbff4d59000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbff4d59000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe8d05840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@&\321\350\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe8d05a1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe8d05a67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fbff4d35bc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240044472474, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:41 function = {this = 0x7fc01830df18, i = 13} 2025-10-03 18:03:41 arguments = 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc01836d100) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:41 __f = 0x7fc01836d100 2025-10-03 18:03:41 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe8d05ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #20 std::__1::function::operator() (this=0x7fbfe8d05ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7760) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\3216\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01836d100}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe8d05c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239631739395, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe8d05b16}} 2025-10-03 18:03: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_ = 0x7fbfe8d05caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:41 _allocations_flag_prev_val759 = 2025-10-03 18:03:41 _allocations_flag_prev_val659 = false 2025-10-03 18:03:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe8d05b17}} 2025-10-03 18:03:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_is_done = 2025-10-03 18:03:41 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:41 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 2025-10-03 18:03:41 Thread 56 (Thread 0x7fbfe8511640 (LWP 836) "ThreadPool"): 2025-10-03 18:03:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bf9f0, __m=0x189, __ts=0x7fbfe8504768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf9f0, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:41 ts = {tv_sec = 1759507183, tv_nsec = 552973920} 2025-10-03 18:03:41 d = {__rep_ = 140472638824727} 2025-10-03 18:03:41 s = 2025-10-03 18:03:41 ts_sec_max = 9223372036854775807 2025-10-03 18:03:41 ec = 2025-10-03 18:03:41 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bf9c8, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:41 __d_ns_count = 9999920 2025-10-03 18:03:41 __c_now = 2025-10-03 18:03:41 __now_count_ns = 2025-10-03 18:03:41 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bf9c8, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bf9c8, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:41 __t_ns = {__d_ = {__rep_ = 1660541606126}} 2025-10-03 18:03:41 __now = 2025-10-03 18:03:41 #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=0x7fc2545bf9c8, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc2545bf9c8, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=14) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:41 lock = {__m_ = 0x7fc2545bf9a0, __owns_ = true} 2025-10-03 18:03:41 rel_time = {__rep_ = 10} 2025-10-03 18:03:41 now = 2025-10-03 18:03:41 size_in_bytes = 2025-10-03 18:03:41 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:41 shard = @0x7fc2545bf9a0: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278334, __wseq32 = {__low = 278334, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828130, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = ">?\004", '\000' , "\002\000\000\000\000\000\000\000b\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278334}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bfa00, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:41 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc01836d140) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:41 thread_status = { = { = {}, }, thread_id = 836, os_thread_priority = 0, performance_counters = {counters = 0x7fc061d8f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061d8f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe8504840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@\026Q\350\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe8504a1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe8504a67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061d821e0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240044472474, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:41 function = {this = 0x7fc01830df18, i = 14} 2025-10-03 18:03:41 arguments = 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc01836d140) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:41 __f = 0x7fc01836d140 2025-10-03 18:03:41 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe8504ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #20 std::__1::function::operator() (this=0x7fbfe8504ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c77c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\3216\030\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc01836d140}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe8504c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239631787024, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe8504b16}} 2025-10-03 18:03: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_ = 0x7fbfe8504caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:41 _allocations_flag_prev_val759 = 2025-10-03 18:03:41 _allocations_flag_prev_val659 = false 2025-10-03 18:03:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe8504b17}} 2025-10-03 18:03:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_is_done = 2025-10-03 18:03:41 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c77e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:41 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 2025-10-03 18:03:41 Thread 55 (Thread 0x7fbfe7d10640 (LWP 837) "ThreadPool"): 2025-10-03 18:03:41 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:41 No symbol table info available. 2025-10-03 18:03:41 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc2545bfaa0, __m=0x189, __ts=0x7fbfe7d03768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bfaa0, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:41 ts = {tv_sec = 1759507183, tv_nsec = 553683859} 2025-10-03 18:03:41 d = {__rep_ = 140472638824727} 2025-10-03 18:03:41 s = 2025-10-03 18:03:41 ts_sec_max = 9223372036854775807 2025-10-03 18:03:41 ec = 2025-10-03 18:03:41 #4 0x00000000110af0df in std::__1::condition_variable::wait_for > (this=0x7fc2545bfa78, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:41 __d_ns_count = 9999859 2025-10-03 18:03:41 __c_now = 2025-10-03 18:03:41 __now_count_ns = 2025-10-03 18:03:41 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc2545bfa78, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #6 std::__1::condition_variable::wait_until > > (this=0x7fc2545bfa78, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:41 __t_ns = {__d_ = {__rep_ = 1660542315359}} 2025-10-03 18:03:41 __now = 2025-10-03 18:03:41 #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=0x7fc2545bfa78, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc2545bfa78, __lk=..., __pred=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x7fc01830df18, shard_num=shard_num@entry=15) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 18:03:41 lock = {__m_ = 0x7fc2545bfa50, __owns_ = true} 2025-10-03 18:03:41 rel_time = {__rep_ = 10} 2025-10-03 18:03:41 now = 2025-10-03 18:03:41 size_in_bytes = 2025-10-03 18:03:41 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:03:41 shard = @0x7fc2545bfa50: {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}}, are_tasks_available = {__cv_ = {__data = {{__wseq = 278332, __wseq32 = {__low = 278332, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294828131, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = ", "\002\000\000\000\000\000\000\000c\340\375\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 278332}}, queue = {__tree_ = {__begin_node_ = 0x7fc2545bfab0, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, > >, DB::AsynchronousInsertQueue::Container>, void*> >, 1, true>> = { > >, DB::AsynchronousInsertQueue::Container>, void*> >> = { > >, DB::AsynchronousInsertQueue::Container>, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>, 1, true>> = { > >, std::__1::__value_type > >, DB::AsynchronousInsertQueue::Container>, std::__1::less > > >, true>> = { > > >> = { > >, std::__1::chrono::time_point > >, bool>> = {}, }, }, }, }}}, iterators = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >, 1, true>> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> >> = {, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::hash >, std::__1::equal_to >, true>> = { >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>, 1, true>> = {, std::__1::__hash_value_type, std::__1::__map_iterator > >, DB::AsynchronousInsertQueue::Container>, std::__1::__tree_node > >, DB::AsynchronousInsertQueue::Container>, void*>*, long> > >, std::__1::equal_to >, std::__1::hash >, true>> = { >> = {, wide::integer<128ul, unsigned int>, bool>> = {}, }, }, }, }}}, last_insert_time = { > >, true>> = { > >, true>> = { > >, true>> = { > >, true>> = { > >, false>> = { > >, true>> = {{__null_state_ = 0 '\000', __val_ = {__d_ = {__rep_ = 0}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, busy_timeout_ms = {__rep_ = 50}} 2025-10-03 18:03:41 #10 0x00000000110b3991 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at /build/src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc0867e5000) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:41 thread_status = { = { = {}, }, thread_id = 837, os_thread_priority = 0, performance_counters = {counters = 0x7fc098d85000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098d85000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe7d03840, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\300\362p\f\000\000\000\000@\006\321\347\277\177\000", __large = 0xc70f2c0 ::~FiberLocal()>}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe7d03a1f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030", '\000' , __large = 0x18}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe7d03a67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098d60380}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240044472474, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\033\256T\030\000\000\000\0008t\034\002\000\000\000", __large = 0x1854ae1b }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:41 function = {this = 0x7fc01830df18, i = 15} 2025-10-03 18:03:41 arguments = 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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=0x7fc0867e5000) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:41 __f = 0x7fc0867e5000 2025-10-03 18:03:41 #19 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe7d03ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #20 std::__1::function::operator() (this=0x7fbfe7d03ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7820) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000P~\206\300\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc0867e5000}, __invoker_ = {__call_ = 0x110b3940 ::__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_ = 0x18b24468 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe7d03c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239631850423, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:41 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe7d03b16}} 2025-10-03 18:03: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_ = 0x7fbfe7d03caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:41 _allocations_flag_prev_val759 = 2025-10-03 18:03:41 _allocations_flag_prev_val659 = false 2025-10-03 18:03:41 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe7d03b17}} 2025-10-03 18:03:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:41 job_is_done = 2025-10-03 18:03:41 #22 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:41 No locals. 2025-10-03 18:03:41 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:42 #25 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #26 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 2025-10-03 18:03:42 Thread 54 (Thread 0x7fbfe750f640 (LWP 838) "SystemLogFlush"): 2025-10-03 18:03:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e16fc, __m=0x189, __ts=0x7fbfe7502468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e16fc, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:42 ts = {tv_sec = 1759507183, tv_nsec = 866040800} 2025-10-03 18:03:42 d = {__rep_ = 140472638824727} 2025-10-03 18:03:42 s = 2025-10-03 18:03:42 ts_sec_max = 9223372036854775807 2025-10-03 18:03:42 ec = 2025-10-03 18:03:42 #4 0x000000000c72e03d in std::__1::condition_variable::wait_for > (this=0x7fc0867e16d0, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:42 __d_ns_count = 7499999800 2025-10-03 18:03:42 __c_now = 2025-10-03 18:03:42 __now_count_ns = 2025-10-03 18:03:42 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e16d0, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e16d0, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:42 __t_ns = {__d_ = {__rep_ = 1660854672626}} 2025-10-03 18:03:42 __now = 2025-10-03 18:03:42 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #8 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=this@entry=0x7fc0867e16d0, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #9 0x000000000c72d994 in DB::SystemLogQueue::pop (this=0x7fc0867e1618) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:42 lock = {__m_ = 0x7fc0867e1618, __owns_ = true} 2025-10-03 18:03:42 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 18:03:42 prev_ignored_logs = 0 2025-10-03 18:03:42 #10 0x00000000117be4fd in DB::SystemLog::savingThreadFunction (this=0x7fc018372e98) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:42 result = {last_log_index = 39405, logs = {__begin_ = 0x7fbf3c792a00, __end_ = 0x7fbf3c792a00, __end_cap_ = {> = {__value_ = 0x7fbf3c7ab600}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:42 #11 0x000000000c74c828 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_15QueryLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4d30) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:42 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4d30}} 2025-10-03 18:03:42 thread_status = { = { = {}, }, thread_id = 838, os_thread_priority = 0, performance_counters = {counters = 0x7fbfe6a0f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbfe6a0f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe7502848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -864975564}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 4201288}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -2208876, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, 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\027\000\000\000\000\000IP\347\277\177\000", __large = 0x17e8247d }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe7502a27 "", __size_ = 0 '\000', __is_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\000h\035\202S\302\177\000", __large = 0x40}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe7502a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac351900}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:42 function = {this = 0x7fc018372e98} 2025-10-03 18:03:42 arguments = 2025-10-03 18:03:42 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe7502ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #17 std::__1::function::operator() (this=0x7fbfe7502ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867c7ca0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0Mz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4d30}, __invoker_ = {__call_ = 0xc74c7c0 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x187114e8 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe7502c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701250635, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe7502b16}} 2025-10-03 18:03: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_ = 0x7fbfe7502caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:42 _allocations_flag_prev_val759 = 2025-10-03 18:03:42 _allocations_flag_prev_val659 = false 2025-10-03 18:03:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe7502b17}} 2025-10-03 18:03:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_is_done = 2025-10-03 18:03:42 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867c7d00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:42 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 2025-10-03 18:03:42 Thread 53 (Thread 0x7fbfe6a0e640 (LWP 839) "SystemLogFlush"): 2025-10-03 18:03:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e22fc, __m=0x189, __ts=0x7fbfe6a01468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e22fc, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:42 ts = {tv_sec = 1759507184, tv_nsec = 380122930} 2025-10-03 18:03:42 d = {__rep_ = 140472638824727} 2025-10-03 18:03:42 s = 2025-10-03 18:03:42 ts_sec_max = 9223372036854775807 2025-10-03 18:03:42 ec = 2025-10-03 18:03:42 #4 0x000000000c72cffd in std::__1::condition_variable::wait_for > (this=0x7fc0867e22d0, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:42 __d_ns_count = 7499999930 2025-10-03 18:03:42 __c_now = 2025-10-03 18:03:42 __now_count_ns = 2025-10-03 18:03:42 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e22d0, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e22d0, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:42 __t_ns = {__d_ = {__rep_ = 1661368754481}} 2025-10-03 18:03:42 __now = 2025-10-03 18:03:42 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #8 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=this@entry=0x7fc0867e22d0, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #9 0x000000000c72c954 in DB::SystemLogQueue::pop (this=0x7fc0867e2218) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:42 lock = {__m_ = 0x7fc0867e2218, __owns_ = true} 2025-10-03 18:03:42 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 18:03:42 prev_ignored_logs = 0 2025-10-03 18:03:42 #10 0x00000000117b963d in DB::SystemLog::savingThreadFunction (this=0x7fc018373398) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:42 result = {last_log_index = 317, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:42 #11 0x000000000c74c288 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_14PartLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4c40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:42 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4c40}} 2025-10-03 18:03:42 thread_status = { = { = {}, }, thread_id = 839, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c25f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c25f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe6a01848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -3830037}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 551946}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1308959, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, 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\027\000\000\000\000\0009\240\346\277\177\000", __large = 0x17e8247d }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe6a01a27 "", __size_ = 0 '\000', __is_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\000h\035\202S\302\177\000", __large = 0x40}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe6a01a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c23be00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:42 function = {this = 0x7fc018373398} 2025-10-03 18:03:42 arguments = 2025-10-03 18:03:42 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe6a01ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #17 std::__1::function::operator() (this=0x7fbfe6a01ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0ac3412c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Lz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4c40}, __invoker_ = {__call_ = 0xc74c220 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711468 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe6a01c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701396508, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe6a01b16}} 2025-10-03 18:03: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_ = 0x7fbfe6a01caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:42 _allocations_flag_prev_val759 = 2025-10-03 18:03:42 _allocations_flag_prev_val659 = false 2025-10-03 18:03:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe6a01b17}} 2025-10-03 18:03:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_is_done = 2025-10-03 18:03:42 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0ac3412e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:42 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 2025-10-03 18:03:42 Thread 52 (Thread 0x7fbfe260d640 (LWP 840) "SystemLogFlush"): 2025-10-03 18:03:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e19f8, __m=0x189, __ts=0x7fbfe2600468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e19f8, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:42 ts = {tv_sec = 1759507184, tv_nsec = 339057920} 2025-10-03 18:03:42 d = {__rep_ = 140472638824727} 2025-10-03 18:03:42 s = 2025-10-03 18:03:42 ts_sec_max = 9223372036854775807 2025-10-03 18:03:42 ec = 2025-10-03 18:03:42 #4 0x000000000c72f03d in std::__1::condition_variable::wait_for > (this=0x7fc0867e19d0, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:42 __d_ns_count = 7499999920 2025-10-03 18:03:42 __c_now = 2025-10-03 18:03:42 __now_count_ns = 2025-10-03 18:03:42 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e19d0, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e19d0, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:42 __t_ns = {__d_ = {__rep_ = 1661327690027}} 2025-10-03 18:03:42 __now = 2025-10-03 18:03:42 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #8 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=this@entry=0x7fc0867e19d0, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #9 0x000000000c72e994 in DB::SystemLogQueue::pop (this=0x7fc0867e1918) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:42 lock = {__m_ = 0x7fc0867e1918, __owns_ = true} 2025-10-03 18:03:42 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 18:03:42 prev_ignored_logs = 0 2025-10-03 18:03:42 #10 0x00000000117c33bd in DB::SystemLog::savingThreadFunction (this=0x7fc018373118) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:42 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 18:03:42 #11 0x000000000c74cde8 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_21QueryThreadLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4c10) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:42 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4c10}} 2025-10-03 18:03:42 thread_status = { = { = {}, }, thread_id = 840, os_thread_priority = 0, performance_counters = {counters = 0x7fbffa37c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbffa37c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe2600848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -6291456}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 86440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326`\342\277\177\000\0000\v`\342\277\177\000", __large = 0x7fbfe260d640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe2600a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe2600a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fbffa370140}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340F\033\346\277\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:42 function = {this = 0x7fc018373118} 2025-10-03 18:03:42 arguments = 2025-10-03 18:03:42 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe2600ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #17 std::__1::function::operator() (this=0x7fbfe2600ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fbfe61b46e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020Lz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4c10}, __invoker_ = {__call_ = 0xc74cd80 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711568 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe2600c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701347466, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe2600b16}} 2025-10-03 18:03: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_ = 0x7fbfe2600caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:42 _allocations_flag_prev_val759 = 2025-10-03 18:03:42 _allocations_flag_prev_val659 = false 2025-10-03 18:03:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe2600b17}} 2025-10-03 18:03:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_is_done = 2025-10-03 18:03:42 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fbfe61b46c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:42 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 2025-10-03 18:03:42 Thread 51 (Thread 0x7fbfe1e0c640 (LWP 841) "SystemLogFlush"): 2025-10-03 18:03:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e1b78, __m=0x189, __ts=0x7fbfe1dff468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e1b78, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:42 ts = {tv_sec = 1759507185, tv_nsec = 976400600} 2025-10-03 18:03:42 d = {__rep_ = 140472638824727} 2025-10-03 18:03:42 s = 2025-10-03 18:03:42 ts_sec_max = 9223372036854775807 2025-10-03 18:03:42 ec = 2025-10-03 18:03:42 #4 0x000000000c73233d in std::__1::condition_variable::wait_for > (this=0x7fc0867e1b50, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:42 __d_ns_count = 7499999600 2025-10-03 18:03:42 __c_now = 2025-10-03 18:03:42 __now_count_ns = 2025-10-03 18:03:42 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e1b50, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e1b50, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:42 __t_ns = {__d_ = {__rep_ = 1662965032284}} 2025-10-03 18:03:42 __now = 2025-10-03 18:03:42 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #8 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=this@entry=0x7fc0867e1b50, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #9 0x000000000c731c74 in DB::SystemLogQueue::pop (this=0x7fc0867e1a98) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:42 lock = {__m_ = 0x7fc0867e1a98, __owns_ = true} 2025-10-03 18:03:42 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 18:03:42 prev_ignored_logs = 0 2025-10-03 18:03:42 #10 0x00000000117d1fda in DB::SystemLog::savingThreadFunction (this=0x7fc0183734d8) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:42 result = {last_log_index = 29327, logs = {__begin_ = 0x7fbfc7147000, __end_ = 0x7fbfc7147000, __end_cap_ = {> = {__value_ = 0x7fbfc7147f00}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:42 #11 0x000000000c74df08 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_15TraceLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fbfe61ce7e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:42 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fbfe61ce7e0}} 2025-10-03 18:03:42 thread_status = { = { = {}, }, thread_id = 841, os_thread_priority = 0, performance_counters = {counters = 0x7fc061da8000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc061da8000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe1dff848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -40977407}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 4715466}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1228737, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\306\340\341\277\177\000\0000\373\337\341\277\177\000", __large = 0x7fbfe1e0c640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe1dffa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe1dffa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc061d834a0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:42 function = {this = 0x7fc0183734d8} 2025-10-03 18:03:42 arguments = 2025-10-03 18:03:42 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe1dffba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #17 std::__1::function::operator() (this=0x7fbfe1dffba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fbfe61b4780) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\347\034\346\277\177\000\000\020\000\000\000\000\000\000", __large = 0x7fbfe61ce7e0}, __invoker_ = {__call_ = 0xc74dea0 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x187116e8 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe1dffc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701435571, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe1dffb16}} 2025-10-03 18:03: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_ = 0x7fbfe1dffcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:42 _allocations_flag_prev_val759 = 2025-10-03 18:03:42 _allocations_flag_prev_val659 = false 2025-10-03 18:03:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe1dffb17}} 2025-10-03 18:03:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_is_done = 2025-10-03 18:03:42 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7340}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:42 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 2025-10-03 18:03:42 Thread 50 (Thread 0x7fbfe160b640 (LWP 842) "SystemLogFlush"): 2025-10-03 18:03:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e1578, __m=0x189, __ts=0x7fbfe15fe468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e1578, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:42 ts = {tv_sec = 1759507183, tv_nsec = 959533919} 2025-10-03 18:03:42 d = {__rep_ = 140472638824727} 2025-10-03 18:03:42 s = 2025-10-03 18:03:42 ts_sec_max = 9223372036854775807 2025-10-03 18:03:42 ec = 2025-10-03 18:03:42 #4 0x000000000c729add in std::__1::condition_variable::wait_for > (this=0x7fc0867e1550, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:42 __d_ns_count = 999999919 2025-10-03 18:03:42 __c_now = 2025-10-03 18:03:42 __now_count_ns = 2025-10-03 18:03:42 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e1550, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e1550, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:42 __t_ns = {__d_ = {__rep_ = 1660948165910}} 2025-10-03 18:03:42 __now = 2025-10-03 18:03:42 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #8 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=this@entry=0x7fc0867e1550, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #9 0x000000000c729414 in DB::SystemLogQueue::pop (this=0x7fc0867e1498) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:42 lock = {__m_ = 0x7fc0867e1498, __owns_ = true} 2025-10-03 18:03:42 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 18:03:42 prev_ignored_logs = 0 2025-10-03 18:03:42 #10 0x00000000117aa97d in DB::SystemLog::savingThreadFunction (this=0x7fc018373758) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:42 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 18:03:42 #11 0x000000000c74b108 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_15CrashLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4910) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:42 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4910}} 2025-10-03 18:03:42 thread_status = { = { = {}, }, thread_id = 842, os_thread_priority = 0, performance_counters = {counters = 0x7fc051214000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc051214000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe15fe848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -59616, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266`\341\277\177\000\0000\353_\341\277\177\000", __large = 0x7fbfe160b640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe15fea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe15fea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0511e9bc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240116474145, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:42 function = {this = 0x7fc018373758} 2025-10-03 18:03:42 arguments = 2025-10-03 18:03:42 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe15feba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #17 std::__1::function::operator() (this=0x7fbfe15feba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fbfe61b4760) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020Iz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4910}, __invoker_ = {__call_ = 0xc74b0a0 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x187112e8 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe15fec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701484743, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe15feb16}} 2025-10-03 18:03: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_ = 0x7fbfe15fecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:42 _allocations_flag_prev_val759 = 2025-10-03 18:03:42 _allocations_flag_prev_val659 = false 2025-10-03 18:03:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe15feb17}} 2025-10-03 18:03:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_is_done = 2025-10-03 18:03:42 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fbfe61b45a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:42 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 2025-10-03 18:03:42 Thread 49 (Thread 0x7fbfe0e0a640 (LWP 843) "SystemLogFlush"): 2025-10-03 18:03:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc25382047c, __m=0x189, __ts=0x7fbfe0dfd468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc25382047c, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:42 ts = {tv_sec = 1759507187, tv_nsec = 423944909} 2025-10-03 18:03:42 d = {__rep_ = 140472638824727} 2025-10-03 18:03:42 s = 2025-10-03 18:03:42 ts_sec_max = 9223372036854775807 2025-10-03 18:03:42 ec = 2025-10-03 18:03:42 #4 0x000000000c7368dd in std::__1::condition_variable::wait_for > (this=0x7fc253820450, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:42 __d_ns_count = 3999999909 2025-10-03 18:03:42 __c_now = 2025-10-03 18:03:42 __now_count_ns = 2025-10-03 18:03:42 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc253820450, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #6 std::__1::condition_variable::wait_until > > (this=0x7fc253820450, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:42 __t_ns = {__d_ = {__rep_ = 1664412577072}} 2025-10-03 18:03:42 __now = 2025-10-03 18:03:42 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #8 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=this@entry=0x7fc253820450, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #9 0x000000000c736234 in DB::SystemLogQueue::pop (this=0x7fc253820398) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:42 lock = {__m_ = 0x7fc253820398, __owns_ = true} 2025-10-03 18:03:42 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 18:03:42 prev_ignored_logs = 0 2025-10-03 18:03:42 #10 0x00000000117e5add in DB::SystemLog::savingThreadFunction (this=0x7fc086823018) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:42 result = {last_log_index = 482659, logs = {__begin_ = 0x7fbf3bc5ba80, __end_ = 0x7fbf3bc5ba80, __end_cap_ = {> = {__value_ = 0x7fbf3bdfba80}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:42 #11 0x000000000c74f428 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_14TextLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4a60) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:42 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4a60}} 2025-10-03 18:03:42 thread_status = { = { = {}, }, thread_id = 843, os_thread_priority = 0, performance_counters = {counters = 0x7fbfe6a48000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbfe6a48000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe0dfd848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -710745494}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 5398953}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -3589344, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\340\340\277\177\000\0000\333\337\340\277\177\000", __large = 0x7fbfe0e0a640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe0dfda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe0dfda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac352bc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:42 function = {this = 0x7fc086823018} 2025-10-03 18:03:42 arguments = 2025-10-03 18:03:42 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe0dfdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #17 std::__1::function::operator() (this=0x7fbfe0dfdba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f7300) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`Jz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4a60}, __invoker_ = {__call_ = 0xc74f3c0 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711898 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe0dfdc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701527243, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe0dfdb16}} 2025-10-03 18:03: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_ = 0x7fbfe0dfdcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:42 _allocations_flag_prev_val759 = 2025-10-03 18:03:42 _allocations_flag_prev_val659 = false 2025-10-03 18:03:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe0dfdb17}} 2025-10-03 18:03:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_is_done = 2025-10-03 18:03:42 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7260}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:42 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 2025-10-03 18:03:42 Thread 48 (Thread 0x7fbfe0609640 (LWP 844) "SystemLogFlush"): 2025-10-03 18:03:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc08681effc, __m=0x189, __ts=0x7fbfe05fc468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc08681effc, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:42 ts = {tv_sec = 1759507188, tv_nsec = 566511920} 2025-10-03 18:03:42 d = {__rep_ = 140472638824727} 2025-10-03 18:03:42 s = 2025-10-03 18:03:42 ts_sec_max = 9223372036854775807 2025-10-03 18:03:42 ec = 2025-10-03 18:03:42 #4 0x000000000c72abdd in std::__1::condition_variable::wait_for > (this=0x7fc08681efd0, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:42 __d_ns_count = 7499999920 2025-10-03 18:03:42 __c_now = 2025-10-03 18:03:42 __now_count_ns = 2025-10-03 18:03:42 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc08681efd0, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #6 std::__1::condition_variable::wait_until > > (this=0x7fc08681efd0, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:42 __t_ns = {__d_ = {__rep_ = 1665555143329}} 2025-10-03 18:03:42 __now = 2025-10-03 18:03:42 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #8 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=this@entry=0x7fc08681efd0, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #9 0x000000000c72a534 in DB::SystemLogQueue::pop (this=0x7fc08681ef18) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:42 lock = {__m_ = 0x7fc08681ef18, __owns_ = true} 2025-10-03 18:03:42 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 18:03:42 prev_ignored_logs = 0 2025-10-03 18:03:42 #10 0x00000000117af87a in DB::SystemLog::savingThreadFunction (this=0x7fc086823518) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:42 result = {last_log_index = 1404, logs = {__begin_ = 0x7fc0b55b3400, __end_ = 0x7fc0b55b3400, __end_cap_ = {> = {__value_ = 0x7fc0b55b3600}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:42 #11 0x000000000c74b6e8 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_16MetricLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4d00) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:42 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4d00}} 2025-10-03 18:03:42 thread_status = { = { = {}, }, thread_id = 844, os_thread_priority = 0, performance_counters = {counters = 0x7fc09c28b000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc09c28b000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfe05fc848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 230736068}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 243557865}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1790872, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\226`\340\277\177\000\0000\313_\340\277\177\000", __large = 0x7fbfe0609640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe05fca27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe05fca6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc09c26e0c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300s\177\206\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:42 function = {this = 0x7fc086823518} 2025-10-03 18:03:42 arguments = 2025-10-03 18:03:42 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfe05fcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #17 std::__1::function::operator() (this=0x7fbfe05fcba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f73c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000Mz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4d00}, __invoker_ = {__call_ = 0xc74b680 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711368 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfe05fcc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701566807, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfe05fcb16}} 2025-10-03 18:03: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_ = 0x7fbfe05fccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:42 _allocations_flag_prev_val759 = 2025-10-03 18:03:42 _allocations_flag_prev_val659 = false 2025-10-03 18:03:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfe05fcb17}} 2025-10-03 18:03:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_is_done = 2025-10-03 18:03:42 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:42 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 2025-10-03 18:03:42 Thread 47 (Thread 0x7fbfdfe08640 (LWP 845) "SystemLogFlush"): 2025-10-03 18:03:42 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:42 No symbol table info available. 2025-10-03 18:03:42 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e3078, __m=0x189, __ts=0x7fbfdfdfb4a8) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e3078, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:42 ts = {tv_sec = 1759507190, tv_nsec = 203436830} 2025-10-03 18:03:42 d = {__rep_ = 140472638824727} 2025-10-03 18:03:42 s = 2025-10-03 18:03:42 ts_sec_max = 9223372036854775807 2025-10-03 18:03:42 ec = 2025-10-03 18:03:42 #4 0x000000000c73de5d in std::__1::condition_variable::wait_for > (this=0x7fc0867e3050, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:42 __d_ns_count = 7499999830 2025-10-03 18:03:42 __c_now = 2025-10-03 18:03:42 __now_count_ns = 2025-10-03 18:03:42 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e3050, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e3050, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:42 __t_ns = {__d_ = {__rep_ = 1667192068433}} 2025-10-03 18:03:42 __now = 2025-10-03 18:03:42 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #8 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=this@entry=0x7fc0867e3050, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #9 0x000000000c73d802 in DB::SystemLogQueue::pop (this=0x7fc0867e2f98) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:42 lock = {__m_ = 0x7fc0867e2f98, __owns_ = true} 2025-10-03 18:03:42 prev_ignored_logs = 0 2025-10-03 18:03:42 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 18:03:42 #10 0x0000000011808235 in DB::SystemLog::savingThreadFunction (this=0x7fc018373c58) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:42 result = {last_log_index = 2158, logs = {__begin_ = 0x7fbfd7203c00, __end_ = 0x7fbfd7203c00, __end_cap_ = {> = {__value_ = 0x7fbfd7203d00}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:42 #11 0x000000000c751b88 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_15ErrorLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fbfe61ce2d0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:42 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fbfe61ce2d0}} 2025-10-03 18:03:42 thread_status = { = { = {}, }, thread_id = 845, os_thread_priority = 0, performance_counters = {counters = 0x7fc022f22000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc022f22000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfdfdfb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 3619050}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 8785312}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1153762, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\340߿\177\000\0000\273\337߿\177\000", __large = 0x7fbfdfe08640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdfdfba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdfdfba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc022db65c0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\340s\177\206\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:42 function = {this = 0x7fc018373c58} 2025-10-03 18:03:42 arguments = 2025-10-03 18:03:42 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfdfdfbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #17 std::__1::function::operator() (this=0x7fbfdfdfbba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:42 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f73e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\342\034\346\277\177\000\000\020\000\000\000\000\000\000", __large = 0x7fbfe61ce2d0}, __invoker_ = {__call_ = 0xc751b20 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711c18 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdfdfbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701604408, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:42 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfdfdfbb16}} 2025-10-03 18:03: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_ = 0x7fbfdfdfbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:42 _allocations_flag_prev_val759 = 2025-10-03 18:03:42 _allocations_flag_prev_val659 = false 2025-10-03 18:03:42 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfdfdfbb17}} 2025-10-03 18:03:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:42 job_is_done = 2025-10-03 18:03:42 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:42 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7400}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 46 (Thread 0x7fbfdf607640 (LWP 846) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e3678, __m=0x189, __ts=0x7fbfdf5fa468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e3678, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507184, tv_nsec = 336659939} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c738afd in std::__1::condition_variable::wait_for > (this=0x7fc0867e3650, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 7499999939 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e3650, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e3650, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1661325292049}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc0867e3650, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c738454 in DB::SystemLogQueue::pop (this=0x7fc0867e3598) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc0867e3598, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x00000000117ef85d in DB::SystemLog::savingThreadFunction (this=0x7fc086823158) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 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 18:03:43 #11 0x000000000c74ff88 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_25FilesystemCacheLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fbfe61ce5d0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fbfe61ce5d0}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 846, os_thread_priority = 0, performance_counters = {counters = 0x7fbff7063000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbff7063000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfdf5fa848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1503896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@v`߿\177\000\0000\253_߿\177\000", __large = 0x7fbfdf607640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdf5faa27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdf5faa6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a4bc7e80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200s\177\206\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc086823158} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfdf5faba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfdf5faba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f7380) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\345\034\346\277\177\000\000\020\000\000\000\000\000\000", __large = 0x7fbfe61ce5d0}, __invoker_ = {__call_ = 0xc74ff20 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711998 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdf5fac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701663549, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfdf5fab16}} 2025-10-03 18:03: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_ = 0x7fbfdf5facaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfdf5fab17}} 2025-10-03 18:03:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_is_done = 2025-10-03 18:03:43 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7420}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 45 (Thread 0x7fbfdee06640 (LWP 847) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e3c78, __m=0x189, __ts=0x7fbfdedf9468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e3c78, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507186, tv_nsec = 237144901} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c72897d in std::__1::condition_variable::wait_for > (this=0x7fc0867e3c50, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 6999999901 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e3c50, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e3c50, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1663225776815}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc0867e3c50, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c7282b4 in DB::SystemLogQueue::pop (this=0x7fc0867e3b98) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc0867e3b98, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x00000000117a59da in DB::SystemLog::savingThreadFunction (this=0x7fc086823f18) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 result = {last_log_index = 576536, logs = {__begin_ = 0x7fbf241e9f40, __end_ = 0x7fbf241e9f40, __end_cap_ = {> = {__value_ = 0x7fbf24219f40}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:43 #11 0x000000000c74ab08 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_28AsynchronousMetricLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fbfe61ce6f0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fbfe61ce6f0}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 847, os_thread_priority = 0, performance_counters = {counters = 0x7fc098d9e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc098d9e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfdedf9848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -37023709}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 8790616}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -2490366, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@f\340\336\277\177\000\0000\233\337\336\277\177\000", __large = 0x7fbfdee06640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdedf9a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdedf9a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098d61640}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240116474145, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc086823f18} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfdedf9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfdedf9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f7440) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\346\034\346\277\177\000\000\020\000\000\000\000\000\000", __large = 0x7fbfe61ce6f0}, __invoker_ = {__call_ = 0xc74aaa0 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711268 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdedf9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701795646, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfdedf9b16}} 2025-10-03 18:03: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_ = 0x7fbfdedf9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfdedf9b17}} 2025-10-03 18:03:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_is_done = 2025-10-03 18:03:43 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 44 (Thread 0x7fbfde605640 (LWP 848) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e3f78, __m=0x189, __ts=0x7fbfde5f8468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e3f78, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507184, tv_nsec = 337935930} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c7379dd in std::__1::condition_variable::wait_for > (this=0x7fc0867e3f50, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 7499999930 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e3f50, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e3f50, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1661326567927}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc0867e3f50, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c737334 in DB::SystemLogQueue::pop (this=0x7fc0867e3e98) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc0867e3e98, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x00000000117ea99d in DB::SystemLog::savingThreadFunction (this=0x7fc086823658) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 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 18:03:43 #11 0x000000000c74f9e8 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_28ObjectStorageQueueLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4d90) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4d90}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 848, os_thread_priority = 0, performance_counters = {counters = 0x7fc00b11c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc00b11c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfde5f8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1237320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@V`\336\277\177\000\0000\213_\336\277\177\000", __large = 0x7fbfde605640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfde5f8a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfde5f8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0b55d3640}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240116474145, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300t\177\206\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc086823658} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfde5f8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfde5f8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f74c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220Mz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4d90}, __invoker_ = {__call_ = 0xc74f980 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711918 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfde5f8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701721748, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfde5f8b16}} 2025-10-03 18:03: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_ = 0x7fbfde5f8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfde5f8b17}} 2025-10-03 18:03:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_is_done = 2025-10-03 18:03:43 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f74e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 43 (Thread 0x7fbfdde04640 (LWP 849) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e2bf8, __m=0x189, __ts=0x7fbfdddf7468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e2bf8, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507184, tv_nsec = 349451940} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c7301dd in std::__1::condition_variable::wait_for > (this=0x7fc0867e2bd0, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 7499999940 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e2bd0, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e2bd0, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1661338083595}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc0867e2bd0, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c72fb34 in DB::SystemLogQueue::pop (this=0x7fc0867e2b18) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc0867e2b18, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x00000000117c827d in DB::SystemLog::savingThreadFunction (this=0x7fc086824698) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 result = {last_log_index = 3, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:43 #11 0x000000000c74d388 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_20QueryViewsLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a48e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a48e0}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 849, os_thread_priority = 0, performance_counters = {counters = 0x7fbfe6a61000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbfe6a61000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfdddf7848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1995388, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@F\340ݿ\177\000\0000{\337ݿ\177\000", __large = 0x7fbfdde04640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdddf7a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdddf7a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0ac353e80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240116474145, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc086824698} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfdddf7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfdddf7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f7520) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340Hz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a48e0}, __invoker_ = {__call_ = 0xc74d320 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x187115e8 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdddf7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701968200, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfdddf7b16}} 2025-10-03 18:03: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_ = 0x7fbfdddf7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfdddf7b17}} 2025-10-03 18:03:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_is_done = 2025-10-03 18:03:43 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7540}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 42 (Thread 0x7fbfdd603640 (LWP 850) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e28f8, __m=0x189, __ts=0x7fbfdd5f6468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e28f8, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507184, tv_nsec = 336483929} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c72bd1d in std::__1::condition_variable::wait_for > (this=0x7fc0867e28d0, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 7499999929 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e28d0, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e28d0, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1661325115587}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc0867e28d0, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c72b654 in DB::SystemLogQueue::pop (this=0x7fc0867e2818) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc0867e2818, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x00000000117b473d in DB::SystemLog::savingThreadFunction (this=0x7fc086824418) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 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 18:03:43 #11 0x000000000c74bce8 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_27OpenTelemetrySpanLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4bb0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4bb0}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 850, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a5636000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a5636000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfdd5f6848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -836472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@6`ݿ\177\000\0000k_ݿ\177\000", __large = 0x7fbfdd603640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdd5f6a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdd5f6a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a55f1380}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240116474145, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200u\177\206\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc086824418} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfdd5f6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfdd5f6ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f7580) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260Kz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4bb0}, __invoker_ = {__call_ = 0xc74bc80 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x187113e8 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdd5f6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239701914129, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfdd5f6b16}} 2025-10-03 18:03: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_ = 0x7fbfdd5f6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfdd5f6b17}} 2025-10-03 18:03:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_is_done = 2025-10-03 18:03:43 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f75a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 41 (Thread 0x7fbfdce02640 (LWP 851) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0867e2778, __m=0x189, __ts=0x7fbfdcdf5468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e2778, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507281, tv_nsec = 840100940} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c73121d in std::__1::condition_variable::wait_for > (this=0x7fc0867e2750, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 99999999940 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0867e2750, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0867e2750, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1758828733051}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc0867e2750, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c730b74 in DB::SystemLogQueue::pop (this=0x7fc0867e2698) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc0867e2698, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x00000000117cd11d in DB::SystemLog::savingThreadFunction (this=0x7fc0868238d8) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 result = {last_log_index = 213, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:43 #11 0x000000000c74d928 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_17SessionLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4e20) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4e20}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 851, os_thread_priority = 0, performance_counters = {counters = 0x7fbff4d72000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbff4d72000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfdcdf5848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -5875680}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 4726652}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -503520, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, 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ܿ\177\000\0000[\337ܿ\177\000", __large = 0x7fbfdce02640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdcdf5a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdcdf5a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fbff4d36e80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc0868238d8} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfdcdf5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfdcdf5ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f75e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " Nz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4e20}, __invoker_ = {__call_ = 0xc74d8c0 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711668 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdcdf5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239702039173, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfdcdf5b16}} 2025-10-03 18:03: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_ = 0x7fbfdcdf5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfdcdf5b17}} 2025-10-03 18:03:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_is_done = 2025-10-03 18:03:43 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7600}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 40 (Thread 0x7fbfdc601640 (LWP 852) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc08681e3f8, __m=0x189, __ts=0x7fbfdc5f4468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc08681e3f8, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507185, tv_nsec = 866114900} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c73347d in std::__1::condition_variable::wait_for > (this=0x7fc08681e3d0, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 7499999900 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc08681e3d0, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc08681e3d0, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1662854746492}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc08681e3d0, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c732dd4 in DB::SystemLogQueue::pop (this=0x7fc08681e318) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc08681e318, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x00000000117d6e9d in DB::SystemLog::savingThreadFunction (this=0x7fc086823798) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 result = {last_log_index = 4063, logs = {__begin_ = 0x7fbfc1339800, __end_ = 0x7fbfc1339800, __end_cap_ = {> = {__value_ = 0x7fbfc133a300}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:43 #11 0x000000000c74e4c8 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_26TransactionsInfoLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4eb0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4eb0}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 852, os_thread_priority = 0, performance_counters = {counters = 0x7fc092312000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc092312000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfdc5f4848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 3373027}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 7745658}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1183839, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\026`ܿ\177\000\0000K_ܿ\177\000", __large = 0x7fbfdc601640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdc5f4a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdc5f4a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0922d7640}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc086823798} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfdc5f4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfdc5f4ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f7640) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260Nz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4eb0}, __invoker_ = {__call_ = 0xc74e460 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711768 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdc5f4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239702088706, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfdc5f4b16}} 2025-10-03 18:03: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_ = 0x7fbfdc5f4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfdc5f4b17}} 2025-10-03 18:03:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_is_done = 2025-10-03 18:03:43 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 39 (Thread 0x7fbfdbe00640 (LWP 853) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc08681e9f8, __m=0x189, __ts=0x7fbfdbdf3468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc08681e9f8, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507186, tv_nsec = 606885899} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c7355dd in std::__1::condition_variable::wait_for > (this=0x7fc08681e9d0, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 7499999899 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc08681e9d0, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc08681e9d0, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1663595517333}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc08681e9d0, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c734f34 in DB::SystemLogQueue::pop (this=0x7fc08681e918) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc08681e918, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x00000000117e0c1d in DB::SystemLog::savingThreadFunction (this=0x7fc0868247d8) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 result = {last_log_index = 282928, logs = {__begin_ = 0x7fbf3c907a00, __end_ = 0x7fbf3c907a00, __end_cap_ = {> = {__value_ = 0x7fbf3c913a00}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 18:03:43 #11 0x000000000c74f028 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_26ProcessorProfileLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4f10) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4f10}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 853, os_thread_priority = 0, performance_counters = {counters = 0x7fc01832a000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc01832a000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfdbdf3848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -107078665}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 4651031}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -2915215, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\006\340ۿ\177\000\0000;\337ۿ\177\000", __large = 0x7fbfdbe00640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdbdf3a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdbdf3a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0183aaf20}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc0868247d8} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfdbdf3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfdbdf3ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f76a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020Oz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4f10}, __invoker_ = {__call_ = 0xc74efc0 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711868 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdbdf3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239702271018, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfdbdf3b16}} 2025-10-03 18:03: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_ = 0x7fbfdbdf3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfdbdf3b17}} 2025-10-03 18:03:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_is_done = 2025-10-03 18:03:43 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f76c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 38 (Thread 0x7fbfdb5ff640 (LWP 854) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc086829578, __m=0x189, __ts=0x7fbfdb5f2468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc086829578, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507184, tv_nsec = 339810920} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c73ac9d in std::__1::condition_variable::wait_for > (this=0x7fc086829550, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 7499999920 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc086829550, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc086829550, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1661328442181}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc086829550, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c73a5f4 in DB::SystemLogQueue::pop (this=0x7fc086829498) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc086829498, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x00000000117f95bd in DB::SystemLog::savingThreadFunction (this=0x7fc086824918) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 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 18:03:43 #11 0x000000000c750aa8 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_28AsynchronousInsertLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867a4fa0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867a4fa0}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 854, os_thread_priority = 0, performance_counters = {counters = 0x7fc143443800, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc143443800}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfdb5f2848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1975552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366_ۿ\177\000\0000+_ۿ\177\000", __large = 0x7fbfdb5ff640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdb5f2a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdb5f2a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc14342c3d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc086824918} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfdb5f2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfdb5f2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f7700) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240Oz\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867a4fa0}, __invoker_ = {__call_ = 0xc750a40 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711a98 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdb5f2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239702386835, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfdb5f2b16}} 2025-10-03 18:03: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_ = 0x7fbfdb5f2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfdb5f2b17}} 2025-10-03 18:03:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_is_done = 2025-10-03 18:03:43 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7720}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 37 (Thread 0x7fbfdadfe640 (LWP 855) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc086820678, __m=0x189, __ts=0x7fbfdadf1478) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc086820678, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507184, tv_nsec = 336390920} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c73bdfd in std::__1::condition_variable::wait_for > (this=0x7fc086820650, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 7499999920 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc086820650, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc086820650, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1661325022312}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc086820650, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c73b754 in DB::SystemLogQueue::pop (this=0x7fc086820598) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc086820598, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x00000000117fe475 in DB::SystemLog::savingThreadFunction (this=0x7fc086825098) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 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 18:03:43 #11 0x000000000c751068 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_16BackupLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867fb030) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867fb030}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 855, os_thread_priority = 0, performance_counters = {counters = 0x7fbff707f000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbff707f000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfdadf1848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -2020488, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\346\337ڿ\177\000\0000\033\337ڿ\177\000", __large = 0x7fbfdadfe640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdadf1a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdadf1a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fbff7073140}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240116474145, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc086825098} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfdadf1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfdadf1ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f7760) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\260\177\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867fb030}, __invoker_ = {__call_ = 0xc751000 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711b18 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfdadf1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239702557996, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfdadf1b16}} 2025-10-03 18:03: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_ = 0x7fbfdadf1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfdadf1b17}} 2025-10-03 18:03:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_is_done = 2025-10-03 18:03:43 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:43 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 2025-10-03 18:03:43 Thread 36 (Thread 0x7fbfda5fd640 (LWP 856) "SystemLogFlush"): 2025-10-03 18:03:43 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:43 No symbol table info available. 2025-10-03 18:03:43 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc086820378, __m=0x189, __ts=0x7fbfda5f0468) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc086820378, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:43 ts = {tv_sec = 1759507184, tv_nsec = 336977920} 2025-10-03 18:03:43 d = {__rep_ = 140472638824727} 2025-10-03 18:03:43 s = 2025-10-03 18:03:43 ts_sec_max = 9223372036854775807 2025-10-03 18:03:43 ec = 2025-10-03 18:03:43 #4 0x000000000c73cf5d in std::__1::condition_variable::wait_for > (this=0x7fc086820350, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:43 __d_ns_count = 7499999920 2025-10-03 18:03:43 __c_now = 2025-10-03 18:03:43 __now_count_ns = 2025-10-03 18:03:43 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc086820350, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #6 std::__1::condition_variable::wait_until > > (this=0x7fc086820350, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:43 __t_ns = {__d_ = {__rep_ = 1661325610067}} 2025-10-03 18:03:43 __now = 2025-10-03 18:03:43 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #8 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=this@entry=0x7fc086820350, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #9 0x000000000c73c8b4 in DB::SystemLogQueue::pop (this=0x7fc086820298) at /build/src/Common/SystemLogBase.cpp:202 2025-10-03 18:03:43 lock = {__m_ = 0x7fc086820298, __owns_ = true} 2025-10-03 18:03:43 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 18:03:43 prev_ignored_logs = 0 2025-10-03 18:03:43 #10 0x000000001180339d in DB::SystemLog::savingThreadFunction (this=0x7fc0867f16d8) at /build/src/Interpreters/SystemLog.cpp:441 2025-10-03 18:03:43 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 18:03:43 #11 0x000000000c751608 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at /build/src/Common/SystemLogBase.cpp:273 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_21BlobStorageLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867fb0f0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:43 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867fb0f0}} 2025-10-03 18:03:43 thread_status = { = { = {}, }, thread_id = 856, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a1527000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a1527000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfda5f0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1755640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326_ڿ\177\000\0000\v_ڿ\177\000", __large = 0x7fbfda5fd640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfda5f0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfda5f0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a14eb640}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240112474053, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\300w\177\206\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:43 function = {this = 0x7fc0867f16d8} 2025-10-03 18:03:43 arguments = 2025-10-03 18:03:43 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfda5f0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #17 std::__1::function::operator() (this=0x7fbfda5f0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:43 No locals. 2025-10-03 18:03:43 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f77c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\260\177\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867fb0f0}, __invoker_ = {__call_ = 0xc7515a0 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711b98 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfda5f0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239702749295, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:43 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfda5f0b16}} 2025-10-03 18:03: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_ = 0x7fbfda5f0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:43 _allocations_flag_prev_val759 = 2025-10-03 18:03:43 _allocations_flag_prev_val659 = false 2025-10-03 18:03:43 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfda5f0b17}} 2025-10-03 18:03:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_is_done = 2025-10-03 18:03:44 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f77e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:44 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 2025-10-03 18:03:44 Thread 35 (Thread 0x7fbfd9dfc640 (LWP 857) "ConfigReloader"): 2025-10-03 18:03:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #2 0x0000000016483817 in Poco::EventImpl::waitImpl (this=0x7fc254598818, milliseconds=) at /build/base/poco/Foundation/src/Event_POSIX.cpp:145 2025-10-03 18:03:44 abstime = {tv_sec = 1662, tv_nsec = 181797798} 2025-10-03 18:03:44 rc = 0 2025-10-03 18:03:44 #3 0x000000001343c2fd in Poco::Event::tryWait (this=0x7fc254598870, this@entry=0x7fffffffffffffff, milliseconds=137) at /build/base/poco/Foundation/include/Poco/Event.h:105 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #4 DB::ConfigReloader::run (this=this@entry=0x7fc2538b8200) at /build/src/Common/Config/ConfigReloader.cpp:85 2025-10-03 18:03:44 config = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {configuration = {_ptr = 0x0}, has_zk_includes = false, loaded_from_preprocessed = false, preprocessed_xml = {_ptr = 0x0}, config_path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 140461970749536, __cap_ = 140461970750128, __is_long_ = 0}, __s = {__data_ = "\000\000\000\000\000\000\000\000`\370\336ٿ\177\000\000\260\372\336ٿ\177", __padding_ = 0x7fbfd9def727 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 140461970749536, 140461970750128}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:44 zk_changed = 2025-10-03 18:03:44 #5 0x000000001343d662 in std::__1::__invoke[abi:v15007](void (DB::ConfigReloader::*&)(), DB::ConfigReloader*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #6 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::ConfigReloader::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #7 std::__1::apply[abi:v15007]&>(void (DB::ConfigReloader::*&)(), std::__1::tuple&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}::operator()() (this=0x7fbfe387ca40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:44 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fbfe387ca40}} 2025-10-03 18:03:44 thread_status = { = { = {}, }, thread_id = 857, os_thread_priority = 0, performance_counters = {counters = 0x7fc092325000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc092325000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd9def838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "U\362\340\027\000\000\000\000\200\312\000\000\000\000\000", __large = 0x17e0f255 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd9defa17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\001\177\000\000\022\000\000\000\000\000\000", __large = 0x7f0100000004}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd9defa5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc092321900}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240220476559, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:44 function = 2025-10-03 18:03:44 arguments = 2025-10-03 18:03:44 #9 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd9defba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #10 std::__1::function::operator() (this=0x7fbfd9defba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #11 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f7820) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ʇ\343\277\177\000\000 \271\330\344\277\177\000", __large = 0x7fbfe387ca40}, __invoker_ = {__call_ = 0x1343d5e0 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18ba5788 ::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd9defc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239811136617, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd9defb16}} 2025-10-03 18:03: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_ = 0x7fbfd9defcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:44 _allocations_flag_prev_val759 = 2025-10-03 18:03:44 _allocations_flag_prev_val659 = false 2025-10-03 18:03:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd9defb17}} 2025-10-03 18:03:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_is_done = 2025-10-03 18:03:44 #12 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #14 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:44 #15 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #16 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 2025-10-03 18:03:44 Thread 34 (Thread 0x7fbfd95fb640 (LWP 858) "ThreadPool"): 2025-10-03 18:03:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fbfd95ee768, __m=0x189, __ts=0x7fbfd95ee718) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fbfd95ee768, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:44 ts = {tv_sec = 1759507184, tv_nsec = 132253000} 2025-10-03 18:03:44 d = {__rep_ = 140472638824727} 2025-10-03 18:03:44 s = 2025-10-03 18:03:44 ts_sec_max = 9223372036854775807 2025-10-03 18:03:44 ec = 2025-10-03 18:03:44 #4 0x0000000011812183 in std::__1::condition_variable::wait_until > > (this=0x7fbfd95ee740, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:44 __now = 2025-10-03 18:03:44 __t_ns = {__d_ = {__rep_ = 0}} 2025-10-03 18:03:44 #5 std::__1::this_thread::sleep_until > > (__t=...) at /build/contrib/llvm-project/libcxx/include/thread:395 2025-10-03 18:03:44 __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 18:03:44 __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 18:03:44 __lk = {__m_ = 0x7fbfd95ee770, __owns_ = true} 2025-10-03 18:03:44 #6 0x0000000011812471 in DB::PeriodicLog::threadFunction (this=this@entry=0x7fc086823518) at /build/src/Interpreters/PeriodicLog.cpp:50 2025-10-03 18:03:44 current_time = 2025-10-03 18:03:44 desired_timepoint = 2025-10-03 18:03:44 #7 0x0000000011812bc7 in DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}::operator()() const (this=) at /build/src/Interpreters/PeriodicLog.cpp:13 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #8 std::__1::__invoke[abi:v15007]::startCollect(unsigned long)::{lambda()#1}&>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #9 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB11PeriodicLogINS1_16MetricLogElementEE12startCollectEmEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startCollect(unsigned long)::{lambda()#1}>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867fb150) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:44 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867fb150}} 2025-10-03 18:03:44 thread_status = { = { = {}, }, thread_id = 858, os_thread_priority = 0, performance_counters = {counters = 0x7fbff4d8e000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbff4d8e000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd95ee848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 8390400}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 8390400}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 3955456, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\266_ٿ\177\000\0000\353^ٿ\177\000", __large = 0x7fbfd95fb640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd95eea27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd95eea6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fbff4d82140}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240116474145, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\200x\177\206\300\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:44 function = {this = 0x7fc086823518} 2025-10-03 18:03:44 arguments = 2025-10-03 18:03:44 #12 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd95eeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #13 std::__1::function::operator() (this=0x7fbfd95eeba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #14 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f7880) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\261\177\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867fb150}, __invoker_ = {__call_ = 0x11812b60 ::__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_ = 0x18b2eed8 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd95eec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239703009683, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd95eeb16}} 2025-10-03 18:03: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_ = 0x7fbfd95eecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:44 _allocations_flag_prev_val759 = 2025-10-03 18:03:44 _allocations_flag_prev_val659 = false 2025-10-03 18:03:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd95eeb17}} 2025-10-03 18:03:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_is_done = 2025-10-03 18:03:44 #15 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #17 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f78a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:44 #18 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #19 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 2025-10-03 18:03:44 Thread 33 (Thread 0x7fbfd8dfa640 (LWP 859) "ThreadPool"): 2025-10-03 18:03:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fbfd8ded768, __m=0x189, __ts=0x7fbfd8ded718) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fbfd8ded768, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:44 ts = {tv_sec = 1759507184, tv_nsec = 132467000} 2025-10-03 18:03:44 d = {__rep_ = 140472638824727} 2025-10-03 18:03:44 s = 2025-10-03 18:03:44 ts_sec_max = 9223372036854775807 2025-10-03 18:03:44 ec = 2025-10-03 18:03:44 #4 0x0000000011812183 in std::__1::condition_variable::wait_until > > (this=0x7fbfd8ded740, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:44 __now = 2025-10-03 18:03:44 __t_ns = {__d_ = {__rep_ = 0}} 2025-10-03 18:03:44 #5 std::__1::this_thread::sleep_until > > (__t=...) at /build/contrib/llvm-project/libcxx/include/thread:395 2025-10-03 18:03:44 __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 18:03:44 __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 18:03:44 __lk = {__m_ = 0x7fbfd8ded770, __owns_ = true} 2025-10-03 18:03:44 #6 0x0000000011812051 in DB::PeriodicLog::threadFunction (this=this@entry=0x7fc018373c58) at /build/src/Interpreters/PeriodicLog.cpp:50 2025-10-03 18:03:44 current_time = 2025-10-03 18:03:44 desired_timepoint = 2025-10-03 18:03:44 #7 0x00000000118127c7 in DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}::operator()() const (this=) at /build/src/Interpreters/PeriodicLog.cpp:13 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #8 std::__1::__invoke[abi:v15007]::startCollect(unsigned long)::{lambda()#1}&>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #9 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB11PeriodicLogINS1_15ErrorLogElementEE12startCollectEmEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startCollect(unsigned long)::{lambda()#1}>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x7fc0867fb1e0) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:44 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc0867fb1e0}} 2025-10-03 18:03:44 thread_status = { = { = {}, }, thread_id = 859, os_thread_priority = 0, performance_counters = {counters = 0x7fc14345b800, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc14345b800}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd8ded848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 120768, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\246\337ؿ\177\000\0000\333\336ؿ\177\000", __large = 0x7fbfd8dfa640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd8deda27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd8deda6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc14345d690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240116474145, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:44 function = {this = 0x7fc018373c58} 2025-10-03 18:03:44 arguments = 2025-10-03 18:03:44 #12 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd8dedba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #13 std::__1::function::operator() (this=0x7fbfd8dedba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #14 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0867f78e0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\261\177\206\300\177\000\000\020\000\000\000\000\000\000", __large = 0x7fc0867fb1e0}, __invoker_ = {__call_ = 0x11812760 ::__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_ = 0x18b2eea8 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd8dedc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239703072431, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd8dedb16}} 2025-10-03 18:03: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_ = 0x7fbfd8dedcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:44 _allocations_flag_prev_val759 = 2025-10-03 18:03:44 _allocations_flag_prev_val659 = false 2025-10-03 18:03:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd8dedb17}} 2025-10-03 18:03:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_is_done = 2025-10-03 18:03:44 #15 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #17 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0867f7900}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:44 #18 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #19 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 2025-10-03 18:03:44 Thread 32 (Thread 0x7fbfd82f9640 (LWP 860) "ExterLdrReload"): 2025-10-03 18:03:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fbfe3875578, __m=0x189, __ts=0x7fbfd82ec768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fbfe3875578, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:44 ts = {tv_sec = 1759507183, tv_nsec = 936473930} 2025-10-03 18:03:44 d = {__rep_ = 140472638824727} 2025-10-03 18:03:44 s = 2025-10-03 18:03:44 ts_sec_max = 9223372036854775807 2025-10-03 18:03:44 ec = 2025-10-03 18:03:44 #4 0x0000000011523d0b in std::__1::condition_variable::wait_for > (this=0x7fbfe3875550, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:44 __d_ns_count = 4999999930 2025-10-03 18:03:44 __c_now = 2025-10-03 18:03:44 __now_count_ns = 2025-10-03 18:03:44 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fbfe3875550, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #6 std::__1::condition_variable::wait_until > > (this=0x7fbfe3875550, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:44 __t_ns = {__d_ = {__rep_ = 1660925105944}} 2025-10-03 18:03:44 __now = 2025-10-03 18:03:44 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #8 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=this@entry=0x7fbfe3875550, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #9 0x000000001152398a in DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=this@entry=0x7fbfe3875500) at /build/src/Interpreters/ExternalLoader.cpp:1268 2025-10-03 18:03:44 lock = {__m_ = 0x7fbfe3875510, __owns_ = true} 2025-10-03 18:03:44 pred = {this = 0x7fbfe3875500} 2025-10-03 18:03:44 #10 0x0000000011525602 in std::__1::__invoke[abi:v15007](void (DB::ExternalLoader::PeriodicUpdater::*&)(), DB::ExternalLoader::PeriodicUpdater*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #11 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #12 std::__1::apply[abi:v15007]&>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}::operator()() (this=0x7fbfe387cc40) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:44 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fbfe387cc40}} 2025-10-03 18:03:44 thread_status = { = { = {}, }, thread_id = 860, os_thread_priority = 0, performance_counters = {counters = 0x7fc0a1543000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0a1543000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd82ec838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "U\362\340\027\000\000\000\000@\340\000\000\000\000\000", __large = 0x17e0f255 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd82eca17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\001\177\000\000\024\000\000\000\000\000\000", __large = 0x7f0100000004}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd82eca5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0a1536900}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240220476559, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:44 function = 2025-10-03 18:03:44 arguments = 2025-10-03 18:03:44 #14 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd82ecba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #15 std::__1::function::operator() (this=0x7fbfd82ecba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fbfe51eef40) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@̇\343\277\177\000\000\200\000\000\000\000\000\000", __large = 0x7fbfe387cc40}, __invoker_ = {__call_ = 0x11525580 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b28950 ::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd82ecc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239811599044, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd82ecb16}} 2025-10-03 18:03: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_ = 0x7fbfd82eccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:44 _allocations_flag_prev_val759 = 2025-10-03 18:03:44 _allocations_flag_prev_val659 = false 2025-10-03 18:03:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd82ecb17}} 2025-10-03 18:03:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_is_done = 2025-10-03 18:03:44 #17 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fbfe4d992a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:44 #20 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #21 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 2025-10-03 18:03:44 Thread 31 (Thread 0x7fbfd7af8640 (LWP 861) "AsyncMetrics"): 2025-10-03 18:03:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7ffe07ed5e78, __m=0x189, __ts=0x7fbfd7aeb7b8) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #3 std::__1::condition_variable::__do_timed_wait (this=0x7ffe07ed5e78, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:44 ts = {tv_sec = 1759507184, tv_nsec = 0} 2025-10-03 18:03:44 d = {__rep_ = 140472638824727} 2025-10-03 18:03:44 s = 2025-10-03 18:03:44 ts_sec_max = 9223372036854775807 2025-10-03 18:03:44 ec = 2025-10-03 18:03:44 #4 0x000000000c7665fb in std::__1::condition_variable::wait_until > > (this=0x7ffe07ed5e50, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:44 __now = {__d_ = {__rep_ = -516}} 2025-10-03 18:03:44 __t_ns = {__d_ = {__rep_ = 1759507184000000000}} 2025-10-03 18:03:44 #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=0x7ffe07ed5e50, __lk=..., __pred=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #6 DB::AsynchronousMetrics::run (this=this@entry=0x7ffe07ed5de0) at /build/src/Common/AsynchronousMetrics.cpp:357 2025-10-03 18:03:44 lock = {__m_ = 0x7ffe07ed5e28, __owns_ = true} 2025-10-03 18:03:44 next_update_time = {__d_ = {__rep_ = 1759507184}} 2025-10-03 18:03:44 #7 0x000000000c767547 in DB::AsynchronousMetrics::start()::$_0::operator()() const (this=) at /build/src/Common/AsynchronousMetrics.cpp:280 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #8 std::__1::__invoke[abi:v15007](DB::AsynchronousMetrics::start()::$_0&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #9 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB19AsynchronousMetrics5startEvE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #10 std::__1::apply[abi:v15007]&>(DB::AsynchronousMetrics::start()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}::operator()() (this=0x7fbfe51c9e50) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:44 thread_status = { = { = {}, }, thread_id = 861, os_thread_priority = 0, performance_counters = {counters = 0x7fc022f93000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc022f93000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd7aeb848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 2185344, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\206\257\327\277\177\000\0000\273\256\327\277\177\000", __large = 0x7fbfd7af8640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd7aeba27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd7aeba6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc022db7880}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240220476559, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:44 function = {this = 0x7ffe07ed5de0} 2025-10-03 18:03:44 arguments = 2025-10-03 18:03:44 #12 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}&>(DB::AsynchronousMetrics::start()::$_0&&) (__f=...) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x7fbfe51c9e50) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:44 __f = 0x7fbfe51c9e50 2025-10-03 18:03:44 #16 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd7aebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #17 std::__1::function::operator() (this=0x7fbfd7aebba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0923119c0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\236\034\345\277\177\000\000 \271\330\344\277\177\000", __large = 0x7fbfe51c9e50}, __invoker_ = {__call_ = 0xc767500 ::__call_impl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18711cb8 ::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd7aebc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239811125356, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd7aebb16}} 2025-10-03 18:03: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_ = 0x7fbfd7aebcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:44 _allocations_flag_prev_val759 = 2025-10-03 18:03:44 _allocations_flag_prev_val659 = false 2025-10-03 18:03:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd7aebb17}} 2025-10-03 18:03:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_is_done = 2025-10-03 18:03:44 #19 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0923119e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:44 #22 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #23 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 2025-10-03 18:03:44 Thread 30 (Thread 0x7fbfd6ff7640 (LWP 862) "ConfigReloader"): 2025-10-03 18:03:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #2 0x0000000016483817 in Poco::EventImpl::waitImpl (this=0x7fc018592a18, milliseconds=) at /build/base/poco/Foundation/src/Event_POSIX.cpp:145 2025-10-03 18:03:44 abstime = {tv_sec = 1662, tv_nsec = 40571805} 2025-10-03 18:03:44 rc = 0 2025-10-03 18:03:44 #3 0x000000001343c2fd in Poco::Event::tryWait (this=0x7fc018592a70, this@entry=0x7fffffffffffffff, milliseconds=137) at /build/base/poco/Foundation/include/Poco/Event.h:105 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #4 DB::ConfigReloader::run (this=this@entry=0x7fc2538b9a00) at /build/src/Common/Config/ConfigReloader.cpp:85 2025-10-03 18:03:44 config = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {configuration = {_ptr = 0x7fc255812100}, has_zk_includes = false, loaded_from_preprocessed = 224, preprocessed_xml = {_ptr = 0x0}, config_path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x8000 , __size_ = 140461922494560, __cap_ = 140472634850312, __is_long_ = 0}, __s = {__data_ = "\000\200\000\000\000\000\000\000`\250\376ֿ\177\000\000\b<\200U\302\177", __padding_ = 0x7fbfd6fea727 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {32768, 140461922494560, 140472634850312}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:44 zk_changed = 2025-10-03 18:03:44 #5 0x000000001343d662 in std::__1::__invoke[abi:v15007](void (DB::ConfigReloader::*&)(), DB::ConfigReloader*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #6 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::ConfigReloader::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #7 std::__1::apply[abi:v15007]&>(void (DB::ConfigReloader::*&)(), std::__1::tuple&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}::operator()() (this=0x7fbfe381c200) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:44 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fbfe381c200}} 2025-10-03 18:03:44 thread_status = { = { = {}, }, thread_id = 862, os_thread_priority = 0, performance_counters = {counters = 0x7fc05122c000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc05122c000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd6fea838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:44 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:44 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd6feaa17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd6feaa5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0511eae80}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240220476559, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:44 function = 2025-10-03 18:03:44 arguments = 2025-10-03 18:03:44 #9 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd6feaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #10 std::__1::function::operator() (this=0x7fbfd6feaba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #11 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fbfe3859ac0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\302\201\343\277\177\000\000Map\f\000\000\000", __large = 0x7fbfe381c200}, __invoker_ = {__call_ = 0x1343d5e0 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18ba5788 ::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd6feac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239811222969, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd6feab16}} 2025-10-03 18:03: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_ = 0x7fbfd6feacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:44 _allocations_flag_prev_val759 = 2025-10-03 18:03:44 _allocations_flag_prev_val659 = false 2025-10-03 18:03:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd6feab17}} 2025-10-03 18:03:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_is_done = 2025-10-03 18:03:44 #12 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #14 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fbfe3859ba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:44 #15 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #16 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 2025-10-03 18:03:44 Thread 29 (Thread 0x7fbfd67f6640 (LWP 863) "ExterLdrReload"): 2025-10-03 18:03:44 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:44 No symbol table info available. 2025-10-03 18:03:44 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fbfe3875678, __m=0x189, __ts=0x7fbfd67e9768) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fbfe3875678, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:44 ts = {tv_sec = 1759507183, tv_nsec = 936653900} 2025-10-03 18:03:44 d = {__rep_ = 140472638824727} 2025-10-03 18:03:44 s = 2025-10-03 18:03:44 ts_sec_max = 9223372036854775807 2025-10-03 18:03:44 ec = 2025-10-03 18:03:44 #4 0x0000000011523d0b in std::__1::condition_variable::wait_for > (this=0x7fbfe3875650, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:44 __d_ns_count = 4999999900 2025-10-03 18:03:44 __c_now = 2025-10-03 18:03:44 __now_count_ns = 2025-10-03 18:03:44 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fbfe3875650, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #6 std::__1::condition_variable::wait_until > > (this=0x7fbfe3875650, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:44 __t_ns = {__d_ = {__rep_ = 1660925285322}} 2025-10-03 18:03:44 __now = 2025-10-03 18:03:44 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #8 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=this@entry=0x7fbfe3875650, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #9 0x000000001152398a in DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=this@entry=0x7fbfe3875600) at /build/src/Interpreters/ExternalLoader.cpp:1268 2025-10-03 18:03:44 lock = {__m_ = 0x7fbfe3875610, __owns_ = true} 2025-10-03 18:03:44 pred = {this = 0x7fbfe3875600} 2025-10-03 18:03:44 #10 0x0000000011525602 in std::__1::__invoke[abi:v15007](void (DB::ExternalLoader::PeriodicUpdater::*&)(), DB::ExternalLoader::PeriodicUpdater*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #11 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #12 std::__1::apply[abi:v15007]&>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}::operator()() (this=0x7fbfe387cf80) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:44 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fbfe387cf80}} 2025-10-03 18:03:44 thread_status = { = { = {}, }, thread_id = 863, os_thread_priority = 0, performance_counters = {counters = 0x7fbfd54f5000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbfd54f5000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd67e9838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_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 = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:44 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:44 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd67e9a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd67e9a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc098dad900}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240224476652, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:44 function = 2025-10-03 18:03:44 arguments = 2025-10-03 18:03:44 #14 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd67e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #15 std::__1::function::operator() (this=0x7fbfd67e9ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fbfe3859e60) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200χ\343\277\177\000\000\310\027\244U\302\177\000", __large = 0x7fbfe387cf80}, __invoker_ = {__call_ = 0x11525580 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b28950 ::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd67e9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239812048487, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:44 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd67e9b16}} 2025-10-03 18:03: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_ = 0x7fbfd67e9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:44 _allocations_flag_prev_val759 = 2025-10-03 18:03:44 _allocations_flag_prev_val659 = false 2025-10-03 18:03:44 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd67e9b17}} 2025-10-03 18:03:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:44 job_is_done = 2025-10-03 18:03:44 #17 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:44 No locals. 2025-10-03 18:03:44 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fbfe3859b40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #20 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #21 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 28 (Thread 0x7fbfd5ff5640 (LWP 864) "ZooKeeperRecv"): 2025-10-03 18:03:45 #0 0x00007fc255c55bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x000000001652417f in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fc0183d3150, remainingTime=..., mode=mode@entry=5) at /build/base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 18:03:45 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507178843530} 2025-10-03 18:03:45 pollBuf = {fd = 43, events = 1, revents = 0} 2025-10-03 18:03:45 sockfd = 2025-10-03 18:03:45 rc = 2025-10-03 18:03:45 #2 0x0000000016524348 in Poco::Net::SocketImpl::poll (this=0x7fc0183d3150, timeout=..., mode=5) at /build/base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 18:03:45 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 10000000} 2025-10-03 18:03:45 #3 0x000000000c788688 in DB::ReadBufferFromPocoSocketBase::poll (this=, timeout_microseconds=10000000) at /build/src/IO/ReadBufferFromPocoSocket.cpp:144 2025-10-03 18:03:45 watch = {start_ns = 1655419025288, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 res = 2025-10-03 18:03:45 #4 0x00000000134ae4f1 in Coordination::ZooKeeper::receiveThread (this=this@entry=0x7fc0183fa000) at /build/src/Common/ZooKeeper/ZooKeeperImpl.cpp:795 2025-10-03 18:03:45 earliest_operation = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {request = {__ptr_ = 0x7fbfcf515b00, __cntrl_ = 0x7fbfcf515b80}, callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "`\245oĿ\177\000\000\314\340\337\027\000\000\000", __large = 0x7fbfc46fa560}, __invoker_ = {__call_ = 0x134b5280 ::__call_impl const, 18446744073709551615ul>, std::__1::function)::$_0, void (Coordination::Response const&)> >(std::__1::__function::__policy_storage const*, Coordination::Response const&)>}, __policy_ = 0x18bb0b18 const, 18446744073709551615ul>, std::__1::function)::$_0, void (Coordination::Response const&)> >(std::__1::integral_constant)::__policy_>}}, watch = {__ptr_ = 0x0, __cntrl_ = 0x0}, time = {__d_ = {__rep_ = 841167654613}}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 now = 2025-10-03 18:03:45 max_wait_us = 10000000 2025-10-03 18:03:45 prev_bytes_received = 2025-10-03 18:03:45 waited_us = 0 2025-10-03 18:03:45 #5 0x00000000134b4667 in Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1::operator()() const (this=) at /build/src/Common/ZooKeeper/ZooKeeperImpl.cpp:402 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #7 _ZNSt3__118__apply_tuple_implB6v15007IRZN12Coordination9ZooKeeperC1ERKNS_6vectorIN6zkutil11ShuffleHostENS_9allocatorIS5_EEEERKNS4_13ZooKeeperArgsENS_10shared_ptrIN2DB12ZooKeeperLogEEEE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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=0x7fc0183d3240) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:45 thread_status = { = { = {}, }, thread_id = 864, os_thread_priority = 0, performance_counters = {counters = 0x7fbffa395000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbffa395000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd5fe8848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -164724, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, 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\027\000\000\000\000\000\251\376տ\177\000", __large = 0x17e8247d }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd5fe8a27 "", __size_ = 0 '\000', __is_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\000h\035\202S\302\177\000", __large = 0x40}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd5fe8a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fbffa371400}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240228476746, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:45 function = {this = 0x7fc0183fa000} 2025-10-03 18:03:45 arguments = 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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=0x7fc0183d3240) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:45 __f = 0x7fc0183d3240 2025-10-03 18:03:45 #14 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd5fe8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #15 std::__1::function::operator() (this=0x7fbfd5fe8ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fbfe3859ea0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@2=\030\300\177\000\000\000\000\000\001\001\000\000", __large = 0x7fc0183d3240}, __invoker_ = {__call_ = 0x134b4620 ::__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_ = 0x18bb08d8 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd5fe8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239816596056, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd5fe8b16}} 2025-10-03 18:03: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_ = 0x7fbfd5fe8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd5fe8b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #17 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fbfe3859aa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #20 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #21 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 27 (Thread 0x7fbfd54f4640 (LWP 865) "DDLWorker"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x0000000016483642 in Poco::EventImpl::waitImpl (this=0x7fbfe3875718) at /build/base/poco/Foundation/src/Event_POSIX.cpp:94 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 0x000000001115a3fc in Poco::Event::wait (this=0x7fbfe3875770, this@entry=0x7fc086861000) at /build/base/poco/Foundation/include/Poco/Event.h:92 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #4 DB::DDLWorker::runMainThread (this=this@entry=0x7fc086861000) at /build/src/Interpreters/DDLWorker.cpp:1166 2025-10-03 18:03:45 reinitialized = 2025-10-03 18:03:45 e = 2025-10-03 18:03:45 reset_state = {this = 0x7fc086861000} 2025-10-03 18:03:45 #5 0x0000000011171182 in std::__1::__invoke[abi:v15007](void (DB::DDLWorker::*&)(), DB::DDLWorker*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #6 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::DDLWorker::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #7 std::__1::apply[abi:v15007]&>(void (DB::DDLWorker::*&)(), std::__1::tuple&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=0x7fbffa3b3000) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:45 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fbffa3b3000}} 2025-10-03 18:03:45 thread_status = { = { = {}, }, thread_id = 865, os_thread_priority = 0, performance_counters = {counters = 0x7fc0183df000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc0183df000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd54e7838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 3159469, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:45 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:45 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd54e7a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd54e7a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc0183d3090}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240224476652, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:45 function = 2025-10-03 18:03:45 arguments = 2025-10-03 18:03:45 #9 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd54e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #10 std::__1::function::operator() (this=0x7fbfd54e7ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #11 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fbfe3859e80) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0000;\372\277\177\000\000\020\000\000\000\000\000\000", __large = 0x7fbffa3b3000}, __invoker_ = {__call_ = 0x11171100 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b25c70 ::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd54e7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239812774588, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd54e7b16}} 2025-10-03 18:03: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_ = 0x7fbfd54e7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd54e7b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #12 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #14 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fbfe3859d60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #15 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #16 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 26 (Thread 0x7fbfd4cf3640 (LWP 866) "clickhouse-serv"): 2025-10-03 18:03:45 #0 0x00007fc255c55bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x000000001652417f in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fbfe51c90a0, remainingTime=..., mode=mode@entry=1) at /build/base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 18:03:45 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507183512083} 2025-10-03 18:03:45 pollBuf = {fd = 38, events = 1, revents = 0} 2025-10-03 18:03:45 sockfd = 2025-10-03 18:03:45 rc = 2025-10-03 18:03:45 #2 0x0000000016524348 in Poco::Net::SocketImpl::poll (this=0x7fbfe51c90a0, timeout=..., mode=1) at /build/base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 18:03:45 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:45 #3 0x0000000016528b95 in Poco::Net::Socket::poll (this=0x7fbfe4d70308, timeout=..., mode=1) at /build/base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #4 Poco::Net::TCPServer::run (this=0x7fbfe4d70300) at /build/base/poco/Net/src/TCPServer.cpp:133 2025-10-03 18:03:45 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 #5 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:03:45 sset = {__val = {20484, 0 }} 2025-10-03 18:03:45 pThreadImpl = 2025-10-03 18:03:45 pData = {_ptr = 0x7fbfe4cd9400} 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 25 (Thread 0x7fbfd44f2640 (LWP 867) "clickhouse-serv"): 2025-10-03 18:03:45 #0 0x00007fc255c55bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x000000001652417f in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fbfe51c8d40, remainingTime=..., mode=mode@entry=1) at /build/base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 18:03:45 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507183402784} 2025-10-03 18:03:45 pollBuf = {fd = 39, events = 1, revents = 0} 2025-10-03 18:03:45 sockfd = 2025-10-03 18:03:45 rc = 2025-10-03 18:03:45 #2 0x0000000016524348 in Poco::Net::SocketImpl::poll (this=0x7fbfe51c8d40, timeout=..., mode=1) at /build/base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 18:03:45 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:45 #3 0x0000000016528b95 in Poco::Net::Socket::poll (this=0x7fbfe4dba748, timeout=..., mode=1) at /build/base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #4 Poco::Net::TCPServer::run (this=0x7fbfe4dba740) at /build/base/poco/Net/src/TCPServer.cpp:133 2025-10-03 18:03:45 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 #5 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:03:45 sset = {__val = {20484, 0 }} 2025-10-03 18:03:45 pThreadImpl = 2025-10-03 18:03:45 pData = {_ptr = 0x7fbfe51c2d80} 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 24 (Thread 0x7fbfd3cf1640 (LWP 868) "clickhouse-serv"): 2025-10-03 18:03:45 #0 0x00007fc255c55bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x000000001652417f in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fbfe51c9df0, remainingTime=..., mode=mode@entry=1) at /build/base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 18:03:45 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507183513691} 2025-10-03 18:03:45 pollBuf = {fd = 40, events = 1, revents = 0} 2025-10-03 18:03:45 sockfd = 2025-10-03 18:03:45 rc = 2025-10-03 18:03:45 #2 0x0000000016524348 in Poco::Net::SocketImpl::poll (this=0x7fbfe51c9df0, timeout=..., mode=1) at /build/base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 18:03:45 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:45 #3 0x0000000016528b95 in Poco::Net::Socket::poll (this=0x7fbfe4cce9c8, timeout=..., mode=1) at /build/base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #4 Poco::Net::TCPServer::run (this=0x7fbfe4cce9c0) at /build/base/poco/Net/src/TCPServer.cpp:133 2025-10-03 18:03:45 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 #5 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:03:45 sset = {__val = {20484, 0 }} 2025-10-03 18:03:45 pThreadImpl = 2025-10-03 18:03:45 pData = {_ptr = 0x7fbfe51c2e40} 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 23 (Thread 0x7fbfd34f0640 (LWP 869) "clickhouse-serv"): 2025-10-03 18:03:45 #0 0x00007fc255c55bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x000000001652417f in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fbfe51c9ee0, remainingTime=..., mode=mode@entry=1) at /build/base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 18:03:45 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507183512268} 2025-10-03 18:03:45 pollBuf = {fd = 41, events = 1, revents = 0} 2025-10-03 18:03:45 sockfd = 2025-10-03 18:03:45 rc = 2025-10-03 18:03:45 #2 0x0000000016524348 in Poco::Net::SocketImpl::poll (this=0x7fbfe51c9ee0, timeout=..., mode=1) at /build/base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 18:03:45 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:45 #3 0x0000000016528b95 in Poco::Net::Socket::poll (this=0x7fbfe3709bc8, timeout=..., mode=1) at /build/base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #4 Poco::Net::TCPServer::run (this=0x7fbfe3709bc0) at /build/base/poco/Net/src/TCPServer.cpp:133 2025-10-03 18:03:45 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 #5 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:03:45 sset = {__val = {20484, 0 }} 2025-10-03 18:03:45 pThreadImpl = 2025-10-03 18:03:45 pData = {_ptr = 0x7fbfe51c2fc0} 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 22 (Thread 0x7fbfd2cef640 (LWP 870) "DDLWorkerClnr"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x0000000016483642 in Poco::EventImpl::waitImpl (this=0x7fbfe3875798) at /build/base/poco/Foundation/src/Event_POSIX.cpp:94 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 0x000000001115b874 in Poco::Event::wait (this=0x7fbfe38757f4, this@entry=0x7fc086861000) at /build/base/poco/Foundation/include/Poco/Event.h:92 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #4 DB::DDLWorker::runCleanupThread (this=this@entry=0x7fc086861000) at /build/src/Interpreters/DDLWorker.cpp:1229 2025-10-03 18:03:45 zookeeper = {__ptr_ = 0x7fc01832d000, __cntrl_ = 0x7fc0680d43a0} 2025-10-03 18:03:45 current_time_seconds = 2025-10-03 18:03:45 last_cleanup_time_seconds = 1759505763 2025-10-03 18:03:45 #5 0x0000000011171182 in std::__1::__invoke[abi:v15007](void (DB::DDLWorker::*&)(), DB::DDLWorker*&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #6 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::DDLWorker::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #7 std::__1::apply[abi:v15007]&>(void (DB::DDLWorker::*&)(), std::__1::tuple&) (__f=, __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=0x7fbffa3b3080) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:45 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fbffa3b3080}} 2025-10-03 18:03:45 thread_status = { = { = {}, }, thread_id = 870, os_thread_priority = 0, performance_counters = {counters = 0x7fbff7098000, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbff7098000}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd2ce2838, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\236\345\363\001\000\000\000\000\300\362p\f\000\000\000", __large = 0x1f3e59ewarning: (Internal error: pc 0x1f3e59e in read in CU, but not in symtab.) 2025-10-03 18:03:45 warning: (Error: pc 0x1f3e59e in address map, but not in symtab.) 2025-10-03 18:03:45 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd2ce2a17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\001\000\000\000\000\000\000\000\030\000\000\000\000\000\000", __large = 0x1}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd2ce2a5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fbff7074400}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240224476652, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\004\000\000\000\000\000\000\000\033\256T\030\000\000\000", __large = 0x4}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:45 function = 2025-10-03 18:03:45 arguments = 2025-10-03 18:03:45 #9 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd2ce2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #10 std::__1::function::operator() (this=0x7fbfd2ce2ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #11 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fbffa37b840) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2000;\372\277\177\000\000\020\000\000\000\000\000\000", __large = 0x7fbffa3b3080}, __invoker_ = {__call_ = 0x11171100 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b25c70 ::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd2ce2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239812829462, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd2ce2b16}} 2025-10-03 18:03: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_ = 0x7fbfd2ce2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd2ce2b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #12 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #14 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fbffa37b860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #15 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #16 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 21 (Thread 0x7fbfd24ee640 (LWP 871) "clickhouse-serv"): 2025-10-03 18:03:45 #0 0x00007fc255c55bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x000000001652417f in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fbfe51c9fd0, remainingTime=..., mode=mode@entry=1) at /build/base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 18:03:45 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759507183511745} 2025-10-03 18:03:45 pollBuf = {fd = 42, events = 1, revents = 0} 2025-10-03 18:03:45 sockfd = 2025-10-03 18:03:45 rc = 2025-10-03 18:03:45 #2 0x0000000016524348 in Poco::Net::SocketImpl::poll (this=0x7fbfe51c9fd0, timeout=..., mode=1) at /build/base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 18:03:45 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:45 #3 0x0000000016528b95 in Poco::Net::Socket::poll (this=0x7fbfe3728dc8, timeout=..., mode=1) at /build/base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #4 Poco::Net::TCPServer::run (this=0x7fbfe3728dc0) at /build/base/poco/Net/src/TCPServer.cpp:133 2025-10-03 18:03:45 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 #5 0x00000000164d3a43 in Poco::ThreadImpl::runnableEntry (pThread=) at /build/base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 18:03:45 sset = {__val = {20484, 0 }} 2025-10-03 18:03:45 pThreadImpl = 2025-10-03 18:03:45 pData = {_ptr = 0x7fbfe51c2f00} 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 exc = 2025-10-03 18:03:45 #6 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #7 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 20 (Thread 0x7fbfd1ced640 (LWP 872) "ZooKeeperSend"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdfda in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc0183fa5a8, __m=0x189, __ts=0x7fbfd1ce0658) at /build/contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc0183fa5a8, lk=..., tp=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 18:03:45 ts = {tv_sec = 1759507188, tv_nsec = 841846910} 2025-10-03 18:03:45 d = {__rep_ = 140472638824727} 2025-10-03 18:03:45 s = 2025-10-03 18:03:45 ts_sec_max = 9223372036854775807 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x00000000134b781d in std::__1::condition_variable::wait_for > (this=0x7fc0183fa580, __lk=..., __d=...) at /build/contrib/llvm-project/libcxx/include/__chrono/duration.h:426 2025-10-03 18:03:45 __d_ns_count = 9998999910 2025-10-03 18:03:45 __c_now = 2025-10-03 18:03:45 __now_count_ns = 2025-10-03 18:03:45 #5 std::__1::condition_variable::__do_timed_wait (this=0x7fc0183fa580, __lk=..., __tp=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #6 std::__1::condition_variable::wait_until > > (this=0x7fc0183fa580, __lk=..., __t=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 18:03:45 __t_ns = {__d_ = {__rep_ = 1665830478760}} 2025-10-03 18:03:45 __now = 2025-10-03 18:03:45 #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=, __lk=..., __t=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 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=this@entry=0x7fc0183fa580, __lk=..., __d=..., __pred=__pred@entry=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #9 0x00000000134b766d in ConcurrentBoundedQueue::popImpl (this=this@entry=0x7fc0183fa4f8, x=..., timeout_milliseconds=...) at /build/src/Common/ConcurrentBoundedQueue.h:73 2025-10-03 18:03:45 wait_result = 2025-10-03 18:03:45 queue_lock = {__m_ = 0x7fc0183fa528, __owns_ = true} 2025-10-03 18:03:45 predicate = {this = 0x7fc0183fa4f8} 2025-10-03 18:03:45 #10 0x00000000134ad48e in ConcurrentBoundedQueue::tryPop (this=0x7fc0183fa4f8, x=..., milliseconds=0) at /build/src/Common/ConcurrentBoundedQueue.h:159 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #11 Coordination::ZooKeeper::sendThread (this=this@entry=0x7fc0183fa000) at /build/src/Common/ZooKeeper/ZooKeeperImpl.cpp:708 2025-10-03 18:03:45 info = {request = {__ptr_ = 0x0, __cntrl_ = 0x0}, callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x13485f80 ::__call_empty(std::__1::__function::__policy_storage const*, Coordination::Response const&)>}, __policy_ = 0x185596e0 }}, watch = {__ptr_ = 0x0, __cntrl_ = 0x0}, time = {__d_ = {__rep_ = 0}}} 2025-10-03 18:03:45 max_wait = 0 2025-10-03 18:03:45 now = {__d_ = {__rep_ = 1655831478599}} 2025-10-03 18:03:45 next_heartbeat_time = 2025-10-03 18:03:45 prev_bytes_sent = 2025-10-03 18:03:45 prev_heartbeat_time = {__d_ = {__rep_ = 1655831376597}} 2025-10-03 18:03:45 #12 0x00000000134b4487 in Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0::operator()() const (this=) at /build/src/Common/ZooKeeper/ZooKeeperImpl.cpp:401 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #14 _ZNSt3__118__apply_tuple_implB6v15007IRZN12Coordination9ZooKeeperC1ERKNS_6vectorIN6zkutil11ShuffleHostENS_9allocatorIS5_EEEERKNS4_13ZooKeeperArgsENS_10shared_ptrIN2DB12ZooKeeperLogEEEE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at /build/contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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=0x7fc0183d3180) at /build/src/Common/ThreadPool.h:311 2025-10-03 18:03:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 18:03:45 thread_status = { = { = {}, }, thread_id = 872, os_thread_priority = 0, performance_counters = {counters = 0x7fc143477800, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc143477800}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x190b2050 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fbfd1ce0848, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 76275712}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x190aff80 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x1a85107 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 41552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\326\316ѿ\177\000\0000\v\316ѿ\177\000", __large = 0x7fbfd1ced640}, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd1ce0a27 "", __size_ = 0 '\000', __is_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\000\344\337\027\376\377\377\377", __large = 0x0}, __invoker_ = {__call_ = 0xc6318e0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd1ce0a6f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc14345e950}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 240228476746, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8t\034\002\000\000\000\000\rk\275U\302\177\000", __large = 0x21c7438 }, __invoker_ = {__call_ = 0xb6006c0 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x185596e0 }}, log = {__ptr_ = 0x7fc25451a400, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 18:03:45 function = {this = 0x7fc0183fa000} 2025-10-03 18:03:45 arguments = 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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=0x7fc0183d3180) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 18:03:45 __f = 0x7fc0183d3180 2025-10-03 18:03:45 #21 0x000000000c704d0e in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fbfd1ce0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #22 std::__1::function::operator() (this=0x7fbfd1ce0ba0) at /build/contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #23 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fbffa37b8a0) at /build/src/Common/ThreadPool.cpp:785 2025-10-03 18:03:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2001=\030\300\177\000\000\000\000\000\001\001\000\000", __large = 0x7fc0183d3180}, __invoker_ = {__call_ = 0x134b4440 ::__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_ = 0x18bb08a8 ::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 = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd1ce0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 239816341409, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd1ce0b16}} 2025-10-03 18:03: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_ = 0x7fbfd1ce0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd1ce0b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #24 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #26 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fbffa37b8c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #27 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #28 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 19 (Thread 0x7fbfd0a6c640 (LWP 873) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0680d4400) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\302\223ƿ\177\000\000x\236\377ֿ\177\000", __large = 0x7fbfc693c200}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0a5fc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660069989499, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfd0a5fb16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 70317569}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfd0a5fcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfd0a5fb17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0680d4440}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 18 (Thread 0x7fbfcff6b640 (LWP 878) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc13c21b6e0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\233\222ƿ\177\000\000 \031\324ƿ\177\000", __large = 0x7fbfc6929b00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcff5ec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660088697615, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfcff5eb16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 88910593}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcff5ecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfcff5eb17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc13c21b780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 17 (Thread 0x7fbfcf3ea640 (LWP 890) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc092324760) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\237\222ƿ\177\000\000X\277@T\302\177\000", __large = 0x7fbfc6929f00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcf3ddc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660087078870, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfcf3ddb16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 87399681}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcf3ddcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfcf3ddb17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc092324780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 16 (Thread 0x7fbfcebe9640 (LWP 892) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc092324800) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\2718Q\300\177\000\000H\361BR\302\177\000", __large = 0x7fc05138b900}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcebdcc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660031317989, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfcebdcb16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 31976193}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcebdccaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfcebdcb17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc092324820}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 15 (Thread 0x7fbfce3e8640 (LWP 893) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0923248a0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\301\223ƿ\177\000\000p\034\324ƿ\177\000", __large = 0x7fbfc693c100}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfce3dbc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660092042719, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfce3dbb16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 92372737}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfce3dbcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfce3dbb17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0923248c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 14 (Thread 0x7fbfcdbe7640 (LWP 894) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d80, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d80, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc092324940) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\206\262=\277\177\000\000\340f\002\v\300\177\000", __large = 0x7fbf3db28600}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcdbdac17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659974024235, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfcdbdab16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 974364161}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcdbdacaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfcdbdab17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc092324960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 13 (Thread 0x7fbfcd3e6640 (LWP 895) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d80, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d80, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0184180c0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\213@=\277\177\000\000\240f\002\v\300\177\000", __large = 0x7fbf3d408b00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcd3d9c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659976015379, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfcd3d9b16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 976213505}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcd3d9caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfcd3d9b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0184180e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 12 (Thread 0x7fbfccbe5640 (LWP 896) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d80, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d80, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0923249e0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\213@=\277\177\000\000H\300\340a\300\177\000", __large = 0x7fbf3d408b00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfccbd8c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659971851499, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfccbd8b16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 972190465}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfccbd8caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfccbd8b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc092324a00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 11 (Thread 0x7fbfcc3e4640 (LWP 897) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc092324a80) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\027:Q\300\177\000\000\030x/\254\300\177\000", __large = 0x7fc0513a1700}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcc3d7c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660077590805, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfcc3d7b16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 77890817}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcc3d7caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfcc3d7b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc092324aa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 10 (Thread 0x7fbfcbbe3640 (LWP 898) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018418160) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000t\206ƿ\177\000\000\000ҋ\246\300\177\000", __large = 0x7fbfc6867400}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcbbd6c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660063551193, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfcbbd6b16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 63795969}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcbbd6caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfcbbd6b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018418180}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 9 (Thread 0x7fbfcb3e2640 (LWP 899) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d80, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d80, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc092324b20) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\2671Q\300\177\000\000\030=#\345\277\177\000", __large = 0x7fc05131b700}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcb3d5c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659977648432, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfcb3d5b16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 978105345}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcb3d5caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfcb3d5b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc092324b40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 8 (Thread 0x7fbfcabe1640 (LWP 900) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018418200) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000͓ƿ\177\000\000\350\362\002\327\277\177\000", __large = 0x7fbfc693cd00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcabd4c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660095410275, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfcabd4b16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 95932929}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfcabd4caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfcabd4b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018418220}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 7 (Thread 0x7fbfca3e0640 (LWP 901) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d80, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d80, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc092324bc0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000r\375ſ\177\000\000\350;]\245\300\177\000", __large = 0x7fbfc5fd7200}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfca3d3c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659983023412, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfca3d3b16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 983386881}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfca3d3caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfca3d3b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc092324be0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 6 (Thread 0x7fbfc9bdf640 (LWP 902) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0184182a0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000s\375ſ\177\000\0000\002\"п\177\000", __large = 0x7fbfc5fd7300}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc9bd2c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1659989925939, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfc9bd2b16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 990235137}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc9bd2caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfc9bd2b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc0184182c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 5 (Thread 0x7fbfc93de640 (LWP 903) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc092324c60) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\f7Q\300\177\000\000@\361BR\302\177\000", __large = 0x7fc051370c00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc93d1c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660025080231, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfc93d1b16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 25507329}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc93d1caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfc93d1b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc092324c80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 4 (Thread 0x7fbfc8bdd640 (LWP 904) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc018418340) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\034:Q\300\177\000\000x\0053ؿ\177\000", __large = 0x7fc0513a1c00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc8bd0c17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660074557255, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfc8bd0b16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 74971137}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc8bd0caf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfc8bd0b17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018418360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 3 (Thread 0x7fbfc83dc640 (LWP 905) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc092324d00) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\217@=\277\177\000\000؁1\222\300\177\000", __large = 0x7fbf3d408f00}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc83cfc17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660103549140, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfc83cfb16}} 2025-10-03 18:03:45 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 103908865}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc83cfcaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:03:45 _allocations_flag_prev_val759 = 2025-10-03 18:03:45 _allocations_flag_prev_val659 = false 2025-10-03 18:03:45 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfc83cfb17}} 2025-10-03 18:03:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:03:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:03:45 job_is_done = 2025-10-03 18:03:45 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:03:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc092324d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:03:45 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 2025-10-03 18:03:45 Thread 2 (Thread 0x7fbfc7bdb640 (LWP 906) "ThreadPool"): 2025-10-03 18:03:45 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:03:45 No symbol table info available. 2025-10-03 18:03:45 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fc253821d84, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #3 std::__1::condition_variable::wait (this=0x7fc253821d84, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:03:45 ec = 2025-10-03 18:03:45 #4 0x000000000c7048f8 in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#2}) (this=0x7fc253821d58, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:03:45 No locals. 2025-10-03 18:03:45 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc0184183e0) at /build/src/Common/ThreadPool.cpp:718 2025-10-03 18:03:45 lock = {__m_ = 0x7fc253821d00, __owns_ = true} 2025-10-03 18:03:45 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 18:03:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000G1Q\300\177\000\000@\a3ؿ\177\000", __large = 0x7fc051314700}, __invoker_ = {__call_ = 0x12d6e400 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18b6b198 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x190b02c0 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -56 '\310', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc7bcec17 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 1660045368442, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:03:45 scope_exit759 = {static is_nullable = , function = {_allocations_flag_prev_val759 = @0x7fbfc7bceb16}} 2025-10-03 18:04:16 thread_trace_context = {root_span = {trace_id = {t = {items = {140472601419008, 45719041}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fbfc7bcecaf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 18:04:16 _allocations_flag_prev_val759 = 2025-10-03 18:04:16 _allocations_flag_prev_val659 = false 2025-10-03 18:04:16 scope_exit659 = {static is_nullable = , function = {_allocations_flag_prev_val659 = @0x7fbfc7bceb17}} 2025-10-03 18:04:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 18:04:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 18:04:16 job_is_done = 2025-10-03 18:04:16 #6 0x000000000c70a172 in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=, __a0=) at /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 18:04:16 No locals. 2025-10-03 18:04:16 #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 /build/contrib/llvm-project/libcxx/include/thread:284 2025-10-03 18:04:16 No locals. 2025-10-03 18:04:16 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=) at /build/contrib/llvm-project/libcxx/include/thread:295 2025-10-03 18:04:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc018418400}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 18:04:16 #9 0x00007fc255bd1ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:04:16 No symbol table info available. 2025-10-03 18:04:16 #10 0x00007fc255c63850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:04:16 No symbol table info available. 2025-10-03 18:04:16 2025-10-03 18:04:16 Thread 1 (Thread 0x7fc255a4c840 (LWP 169) "clickhouse-serv"): 2025-10-03 18:04:16 #0 0x00007fc255bce117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:04:16 No symbol table info available. 2025-10-03 18:04:16 #1 0x00007fc255bd0a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:04:16 No symbol table info available. 2025-10-03 18:04:16 #2 0x00000000184cdf4f in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7ffe07ed73b8, __m=0x189) at /build/contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 18:04:16 No locals. 2025-10-03 18:04:16 #3 std::__1::condition_variable::wait (this=0x7ffe07ed73b8, lk=...) at /build/contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 18:04:16 ec = 2025-10-03 18:04:16 #4 0x000000000c8cfb8b in std::__1::condition_variable::wait(std::__1::unique_lock&, BaseDaemon::waitForTerminationRequest()::$_0) (this=0x7ffe07ed7390, __lk=..., __pred=...) at /build/contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 18:04:16 No locals. 2025-10-03 18:04:16 #5 BaseDaemon::waitForTerminationRequest (this=0x7ffe07ed7110) at /build/src/Daemon/BaseDaemon.cpp:561 2025-10-03 18:04:16 lock = {__m_ = 0x7ffe07ed7368, __owns_ = true} 2025-10-03 18:04:16 #6 0x000000000c7d3bdc in DB::Server::main (this=0x7ffe07ed7110) at /build/programs/server/Server.cpp:2319 2025-10-03 18:04:16 metrics_transmitters = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = { >*, 0, false>> = {__value_ = 0x0}, > >, 1, true>> = { > >> = { > > >> = {}, }, }, }} 2025-10-03 18:04:16 scope_exit2310 = {static is_nullable = , function = {log = @0x7ffe07ed42d8, main_config_reloader = @0x7ffe07ed4778, access_control = @0x7fc2538b7000, this = 0x7ffe07ed7110, servers_lock = @0x7ffe07ed4ae0, servers = @0x7ffe07ed4900, server_settings = @0x7ffe07ed5518, dns_cache_updater = @0x7ffe07ed4770}} 2025-10-03 18:04:16 index_uncompressed_cache_policy = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55524c53 , __size_ = 140472616077312, __cap_ = 288230376151711745, __is_long_ = 0}, __s = {__data_ = "SLRU\000\000\000\000\000\310aT\302\177\000\000\001\000\000\000\000\000", __padding_ = 0x7ffe07ed46ef "\004\200Ԝ\027\001", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {1431456851, 140472616077312, 288230376151711745}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 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_ = 0x7ffe07ed43ff "\020\377\377\377\377\377\377\377\377", __size_ = 16 '\020', __is_long_ = 0 '\000'}, __r = {__words = {8387229931346879791, 7813033069155936626, 1152921504606846976}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 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 18:04:16 compiled_expression_cache_max_elements = 2025-10-03 18:04:16 scope_exit911 = {static is_nullable = , function = {log = @0x7ffe07ed42d8}} 2025-10-03 18:04:16 cgroups_memory_usage_observer = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {log = {__ptr_ = 0x7fc254547180, __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 = 23410263705, soft_limit = 22178144563, on_hard_limit = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "@D\355\a\376\177\000\000\231F\\s\005\000\000", __large = 0x7ffe07ed4440}, __invoker_ = {__call_ = 0xc770ee0 ::__call_impl >(std::__1::__function::__policy_storage const*, bool)>}, __policy_ = 0x18711e08 >(std::__1::integral_constant)::__policy_>}}, on_soft_limit = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "@D\355\a\376\177\000\0003\241\353)\005\000\000", __large = 0x7ffe07ed4440}, __invoker_ = {__call_ = 0xc771780 ::__call_impl >(std::__1::__function::__policy_storage const*, bool)>}, __policy_ = 0x18711e38 >(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 = "xG\355\a\376\177\000\000\020\000\000\000\000\000\000", __large = 0x7ffe07ed4778}, __invoker_ = {__call_ = 0xc7eb120 ::__call_impl, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_12, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18714418 , std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_12, void ()> >(std::__1::integral_constant)::__policy_>}}, last_memory_usage = 4402577408, last_available_memory_amount = 32856510464, cgroup_reader = {__ptr_ = {> = {__value_ = 0x7fc25389f580}, , 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 = 190, __wseq32 = {__low = 190, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294967202, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "\276", '\000' , "\002\000\000\000\000\000\000\000\242\377\377\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 190}}, thread = { = { = {}, }, state = {__ptr_ = 0x7fc018592b18, __cntrl_ = 0x7fc018592b00}}, quit = false}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 18:04:16 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_ = 0x7ffe07ed4697 "\021\340Ԝ\027", __size_ = 17 '\021', __is_long_ = 0 '\000'}, __r = {__words = {8386104319403241262, 8314046669413118815, 1224979098644774959}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}} 2025-10-03 18:04:16 scope_exit988 = {static is_nullable = , function = {async_metrics = @0x7ffe07ed5de0, log = @0x7ffe07ed42d8, this = 0x7ffe07ed7110, servers_to_start_before_tables = @0x7ffe07ed4940, servers_lock = @0x7ffe07ed4ae0, server_settings = @0x7ffe07ed5518, server_pool = @0x7ffe07ed5248, shared_context = @0x7ffe07ed4968}} 2025-10-03 18:04:16 page_cache_size = 2025-10-03 18:04:16 index_uncompressed_cache_size_ratio = 2025-10-03 18:04:16 query_cache_max_size_in_bytes = 2025-10-03 18:04:16 load_metadata_tasks = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }} 2025-10-03 18:04:16 async_metrics = { >> = {context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}}, = {_vptr$AsynchronousMetrics = 0x18b2c550 , update_period = {__rep_ = 1}, log = {__ptr_ = 0x7fc2545a5a00, __cntrl_ = 0x0}, protocol_server_metrics_func = { >()>> = {}, >()>> = {}, __f_ = {__buf_ = {__small = " @ZT\302\177\000\000\277\000\000\000\000\000\000", __large = 0x7fc2545a4020}, __invoker_ = {__call_ = 0xc7e6b60 > ()>::__call_impl, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_1, std::__1::vector > ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18714208 , std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_1, std::__1::vector > ()> >(std::__1::integral_constant)::__policy_>}}, thread = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fbfe4cfe760}, >, 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 = 2814, __wseq32 = {__low = 2814, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294965890, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "\376\n", '\000' , "\002\000\000\000\000\000\000\000\202\372\377\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 2814}}, 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_ = 1759507183000000}}, values = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, DB::AsynchronousMetricValue>, void*>*>**, 0, false>> = {__value_ = 0x7fbfd70a4c00}, , std::__1::allocator >, DB::AsynchronousMetricValue>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 797}, , 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_ = 0x7fbf96ee81c0}}, , std::__1::allocator >, DB::AsynchronousMetricValue>, void*> >, 1, true>> = {, std::__1::allocator >, DB::AsynchronousMetricValue>, void*> >> = {, std::__1::allocator >, DB::AsynchronousMetricValue>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 411}, , 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_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2544e1800 "MemTotal: 32086436 kB\nMemFree: 16590888 kB\nMemAvailable: 26612104 kB\nBuffers: 187500 kB\nCached: 10087872 kB\nSwapCached:", ' ' , "0 kB\nActive:", ' ' , "702608 kB\nInac"..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\300^QT\302\177\000\000 \033\244U\302\177\000", __large = 0x7fc254515ec0}, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, 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_ = 936748724252568930, __is_long_ = 0}, __s = {__data_ = "/proc/meminfo\000\000\000b\355\337h\000\000", __padding_ = {...}, __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, loadavg = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2544ea400 "1.66 1.61 1.29 2/1116 988\n\n", '\245' ..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "z)\340\027\000\000\000\000\340S\357O\302\177\000", __large = 0x17e0297a }, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, 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_ = 936748724252568930, __is_long_ = 0}, __s = {__data_ = "/proc/loadavg\000\000\000b\355\337h\000\000", __padding_ = {...}, __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, proc_stat = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2544eb800 "cpu 200790 109 33918 2406853 1409 0 5308 0 0 0\ncpu0 3788 0 1368 160024 41 0 1637 0 0 0\ncpu1 6266 0 1055 157992 21 0 415 0 0 0\ncpu2 5953 0 1393 157731 195 0 203 0 0 0\ncpu3 6736 0 913 157647 80 0 80 0 "..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\002\202S\302\177\000\000 \033\244U\302\177\000", __large = 0x7fc253820200}, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 2019, 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_ = 671118433, __cap_ = 720575942138785122, __is_long_ = 0}, __s = {__data_ = "/proc/stat\000(\000\000\000\000b\355\337h\000\000", __padding_ = {...}, __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, cpuinfo = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2544ecc00 "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: 2445.404\ncache size\t: 512 KB\nphysical id\t: 0\nsibl"..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "z)\340\027\000\000\000\000\310\027\244U\302\177\000", __large = 0x17e0297a }, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, 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_ = 936748724252568930, __is_long_ = 0}, __s = {__data_ = "/proc/cpuinfo\000\000\000b\355\337h\000\000", __padding_ = {...}, __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, file_nr = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2538df000 "1696\t0\t9223372036854775807\n", '\245' ..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\340fAR\302\177\000\000\331I\244U\302\177\000", __large = 0x7fc2524166e0}, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, 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 = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, uptime = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2538e0400 "1659.99 24068.53\n", '\245' ..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\260f\355\a\376\177\000", __large = 0x0}, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 17, 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_ = 864691130214640994, __is_long_ = 0}, __s = {__data_ = "/proc/uptime\000\000\000\000b\355\337h\000\000", __padding_ = {...}, __size_ = 12 '\f', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, net_dev = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2538e1800 "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 = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "}$\350\027\000\000\000\000\000B\000\000\000\000\000", __large = 0x17e8247d }, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 584, 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_ = 936748724252568930, __is_long_ = 0}, __s = {__data_ = "/proc/net/dev\000\000\000b\355\337h\000\000", __padding_ = {...}, __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, cgroupmem_limit_in_bytes = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2538e2c00 "max\n", '\245' ..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\002\202S\302\177\000\000\300\000\000\000\000\000\000", __large = 0x7fc253820200}, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, 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_ = 0x7fc2545a40e0 "/sys/fs/cgroup/memory.max", __size_ = 25, __cap_ = 32, __is_long_ = 1}, __s = {__data_ = "\340@ZT\302\177\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 = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, cgroupmem_usage_in_bytes = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2538e4000 "9691697152\n\n", '\245' ..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000p\000\000\000\000\000\000", __large = 0x0}, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 11, fd = 19, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc2545a4100 "/sys/fs/cgroup/memory.current", __size_ = 29, __cap_ = 32, __is_long_ = 1}, __s = {__data_ = "\000AZT\302\177\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 = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, cgroupcpu_cfs_period = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x0, nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 208792516, m_size = 140729031420656, m_data = 0x7ffe07ed6b60 "\v", alignment = 112}}, = {_vptr$WithFileName = 0x16}, = {_vptr$WithFileSize = 0x70}, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\001\001\177\000\000\000\000\000\000\000\000\000", __large = 0x7f0101000000}, __invoker_ = {__call_ = 0x1c85d75warning: (Error: pc 0x1c85d75 in address map, but not in symtab.) 2025-10-03 18:04:16 }, __policy_ = 0x129e547warning: (Error: pc 0x129e547 in address map, but not in symtab.) 2025-10-03 18:04:16 }}, clock_type = 400556033}, required_alignment = 140729031420160, use_pread = 112, file_offset_of_buffer_end = 1, fd = 112, throttler = {__ptr_ = 0x0, __cntrl_ = 0xfffffffe17dfe400}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0xffffffff , __size_ = 112, __cap_ = 112, __is_long_ = 0}, __s = {__data_ = "\377\377\377\377\000\000\000\000p\000\000\000\000\000\000\000p\000\000\000\000\000", __padding_ = {...}, __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x0, amount = 0}}, }}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, cgroupcpu_cfs_quota = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x0, nextimpl_working_buffer_offset = 6}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 140729031420768, m_size = 140729031420768, m_data = 0x0, alignment = 0}}, = {_vptr$WithFileName = 0x7ffe07ed6b60}, = {_vptr$WithFileSize = 0x7ffe07ed6af0}, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "`k\355\a\376\177\000\000`n\355\a\376\177\000", __large = 0x7ffe07ed6b60}, __invoker_ = {__call_ = 0x7ffe07ed6ed0}, __policy_ = 0x7ffe07ed6af0}}, clock_type = 1401097152}, required_alignment = 0, use_pread = 208, file_offset_of_buffer_end = 12297829382473034411, fd = 210702759, throttler = {__ptr_ = 0x7ffe07ed6c40, __cntrl_ = 0x7fc253820398}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc253820380 "\210\021q\030", __size_ = 140472615917424, __cap_ = 140729031421112, __is_long_ = 0}, __s = {__data_ = "\200\003\202S\302\177\000\000pW_T\302\177\000\000\270l\355\a\376\177", __padding_ = {...}, __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x17e02199 , amount = 140729031421128}}, }}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, cgroupcpu_max = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2538e5400 "max 100000\n", '\245' ..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = " \033\244U\302\177\000\000\001\000\000\000\000\000\000", __large = 0x7fc255a41b20}, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, 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 = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, vm_max_map_count = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2538e6800 "65530\n", '\245' ..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "}$\350\027", '\000' , __large = 0x17e8247d }, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, 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_ = 0x7fc2545a4120 "/proc/sys/vm/max_map_count", __size_ = 26, __cap_ = 32, __is_long_ = 1}, __s = {__data_ = " AZT\302\177\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 = 0x190b01a8 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, vm_maps = {> = {> = {> = {> = {> = {> = {{__null_state_ = -8 '\370', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x18711cf8 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = }, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x7fc2538e7c00 "7fc255d6a000-7fc255d6b000 rw-p 00003000 00:2c 649497", ' ' , "/usr/lib/x86_64-linux-gnu/libpthread.so.0\n7fc255d6b000-7fc255d6c000 r--p 00000000 00:2c 649504", ' ' , "/usr/lib/x86"..., alignment = 0}}, = {_vptr$WithFileName = 0x18711da8 }, = {_vptr$WithFileSize = 0x18711dd0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "g1\340\027\000\000\000\000\320V_T\302\177\000", __large = 0x17e03167 }, __invoker_ = {__call_ = 0xc6ae1c0 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x185596e0 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 152056, 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_ = 1080863912328424802, __is_long_ = 0}, __s = {__data_ = "/proc/self/maps\000b\355\337h\000\000", __padding_ = {...}, __size_ = 15 '\017', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x190b01a8 , 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_ = 0x7fc2538ca290}, , 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_ = 0x7fc2538ca260}}, , 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 = 200790, nice = 109, system = 33918, idle = 2406853, iowait = 1409, irq = 0, softirq = 5308, steal = 0, guest = 0, guest_nice = 0}, proc_stat_values_other = {interrupts = 8570656, context_switches = 14230739, processes_created = 4013}, proc_stat_values_per_cpu = {__begin_ = 0x7fbfe6194a00, __end_ = 0x7fbfe6194f00, __end_cap_ = {> = {__value_ = 0x7fbfe6194f00}, , 1, true>> = {> = { >> = {}, }, }, }}, block_device_stats = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, void*>*>**, 0, false>> = {__value_ = 0x7fbfe38870c0}, , 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_ = 0x7fbfe4cbbac0}}, , 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_ = 0x7fbfe4cfe7b0}, , 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_ = 0x7fbfe4d8a3b0}}, , 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 = 1439577908693, stop_ns = 0, clock_type = 4, is_running = true}}, heavy_metric_update_period = {__rep_ = 120}, heavy_metric_previous_update_time = {__d_ = {__rep_ = 1759507084000000}}, heavy_update_interval = 120.00008200000001, detached_parts_stats = {count = 0, detached_by_user = 0}} 2025-10-03 18:04:16 main_config_zk_node_cache = {get_zookeeper = {()>> = {}, ()>> = {}, __f_ = {__buf_ = {__small = "\020q\355\a\376\177\000\000\020\000\000\000\000\000\000", __large = 0x7ffe07ed7110}, __invoker_ = {__call_ = 0xc7e6fa0 ()>::__call_impl, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_5, std::__1::shared_ptr ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x18714298 , 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 18:04:16 query_cache_max_entry_size_in_rows = 2025-10-03 18:04:16 query_cache_query_cache_max_entry_size_in_bytes = 2025-10-03 18:04:16 access_control = @0x7fc2538b7000: { = { = { = { = {}, }, _vptr$IAccessStorage = 0x18aff238 , storage_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7269642072657375 , __size_ = 8315168227226575717, __cap_ = 1152921504606846976, __is_long_ = 0}, __s = {__data_ = "user directories\000\000\000\000\000\000", __padding_ = 0x7fc2538b701f "\020\377\377\377\377\377\377\377\377", __size_ = 16 '\020', __is_long_ = 0 '\000'}, __r = {__words = {8244230683399385973, 8315168227226575717, 1152921504606846976}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, log_initialized = {__state_ = 18446744073709551615}, log = {__ptr_ = 0x7fc25313d700, __cntrl_ = 0x7fc2545c29e0}}, static STORAGE_TYPE = "multiple", nested_storages = {__ptr_ = 0x7fc0185942e8, __cntrl_ = 0x7fc0185942d0}, ids_cache = {_vptr$CacheBase = 0x18b019d0 , 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_ = 0x7fc2538bf180}, , 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 = 318}, }, 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_ = 0x7fc254586000}, , 1, true>> = {> = {}, }, }}, role_cache = {__ptr_ = {> = {__value_ = 0x7fc254599c00}, , 1, true>> = {> = {}, }, }}, row_policy_cache = {__ptr_ = {> = {__value_ = 0x7fc254423980}, , 1, true>> = {> = {}, }, }}, quota_cache = {__ptr_ = {> = {__value_ = 0x7fc254424c40}, , 1, true>> = {> = {}, }, }}, settings_profiles_cache = {__ptr_ = {> = {__value_ = 0x7fc2545d1b00}, , 1, true>> = {> = {}, }, }}, external_authenticators = {__ptr_ = {> = {__value_ = 0x7fc254447200}, , 1, true>> = {> = {}, }, }}, custom_settings_prefixes = {__ptr_ = {> = {__value_ = 0x7fc2545a5900}, , 1, true>> = {> = {}, }, }}, changes_notifier = {__ptr_ = {> = {__value_ = 0x7fc254424d80}, , 1, true>> = {> = {}, }, }}, password_rules = {__ptr_ = {> = {__value_ = 0x7fc2545a5940}, , 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 18:04:16 use_ssl = { = { = {}, }, } 2025-10-03 18:04:16 cpu_info = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc2538bf300 "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_ = "\000\363\213S\302\177\000\000\237\000\000\000\000\000\000\000\300\000\000\000\000\000", __padding_ = 0x7ffe07ed42c7 "\200\340\226U\030", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140472602063616, 159, 9223372036854776000}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 uncompressed_cache_policy = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55524c53 , __size_ = 7, __cap_ = 288371105183127760, __is_long_ = 0}, __s = {__data_ = "SLRU\000\000\000\000\a\000\000\000\000\000\000\000\320X\355\a\376\177", __padding_ = 0x7ffe07ed45c7 "\004\340\226U\030", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {1431456851, 7, 288371105183127760}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 interserver_listen_hosts = {__begin_ = 0x7fc067ebd340, __end_ = 0x7fc067ebd358, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x7fc067ebd358}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }} 2025-10-03 18:04:16 index_uncompressed_cache_size = 2025-10-03 18:04:16 compiled_expression_cache_max_size_in_bytes = 2025-10-03 18:04:16 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_ = 54832, __cap_ = 504403158666585213, __is_long_ = 0}, __s = {__data_ = "default\0000\326\000\000\000\000\000\000}$\350\027\000\000", __padding_ = 0x7ffe07ed56ff "\a\001\033\244U\302\177", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 54832, 504403158666585213}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = true}, tmp_policy = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7ffe07ed5700 "\001\033\244U\302\177", __size_ = 48, __cap_ = 140472637200328, __is_long_ = 0}, __s = {__data_ = "\000W\355\a\376\177\000\0000\000\000\000\000\000\000\000\310\027\244U\302\177", __padding_ = 0x7ffe07ed571f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {140729031415552, 48, 140472637200328}}}}}, , 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_ = 0x17e0d600 "\350\3730\004", __size_ = 140472614185184, __cap_ = 48, __is_long_ = 0}, __s = {__data_ = "\000\326\340\027\000\000\000\000\340\350DT\302\177\000\0000\000\000\000\000\000", __padding_ = 0x7ffe07ed574f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {400610816, 140472614185184, 48}}}}}, , 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_ = 0x55524c53 , __size_ = 7, __cap_ = 288371105183127760, __is_long_ = 0}, __s = {__data_ = "SLRU\000\000\000\000\a\000\000\000\000\000\000\000\320X\355\a\376\177", __padding_ = 0x7ffe07ed58c7 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {1431456851, 7, 288371105183127760}}}}}, , 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_ = 0x34362d0055524c53 , __size_ = 215527420718, __cap_ = 353673043364661248, __is_long_ = 0}, __s = {__data_ = "SLRU\000-64.so.2\000\000\000\000\310aT\302", , __padding_ = 0x7ffe07ed5907 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {3762244018169334867, 215527420718, 353673043364661248}}}}}, , 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_ = 0x55524c53 , __size_ = 140472616077312, __cap_ = 288230376151711745, __is_long_ = 0}, __s = {__data_ = "SLRU\000\000\000\000\000\310aT\302\177\000\000\001\000\000\000\000\000", __padding_ = 0x7ffe07ed5947 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {1431456851, 140472616077312, 288230376151711745}}}}}, , 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_ = 140472616071296, __cap_ = 353673043364655232, __is_long_ = 0}, __s = {__data_ = "SLRU\000\000\000\000\200\260aT\302\177\000\000\200\260aT\302", , __padding_ = 0x7ffe07ed5987 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {1431456851, 140472616071296, 353673043364655232}}}}}, , 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_ = 792633534550204160, __is_long_ = 0}, __s = {__data_ = "round_robin\000\000\000\000\000\000_\355\a\000\000", __padding_ = 0x7ffe07ed5b1f "\v", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8030585970509574002, 7235938, 792633534550204160}}}}}, , 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_ = 0x7fc253817600 "/clickhouse/tables/{uuid}/{shard}", __size_ = 33, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\000v\201S\302\177\000\000!\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7ffe07ed5c8f "\200", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140472601376256, 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_ = 140472615960701, __cap_ = 648518346341400576, __is_long_ = 0}, __s = {__data_ = "{replica}\000`T\302\177\000\000\000\300\000\000\000\000", __padding_ = 0x7ffe07ed5caf "\t", __size_ = 9 '\t', __is_long_ = 0 '\000'}, __r = {__words = {7017568558836445819, 140472615960701, 648518346341400576}}}}}, , 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_ = 140472637200328, __cap_ = 504543626282438856, __is_long_ = 0}, __s = {__data_ = "default\000\310\027\244U\302\177\000\000Ȑ@B\301\177", __padding_ = 0x7ffe07ed5d97 "\a", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 140472637200328, 504543626282438856}}}}}, , 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_ = 1, __cap_ = 504403158687902720, __is_long_ = 0}, __s = {__data_ = "default\000\001\000\000\000\000\000\000\000\000l-\031\000\000", __padding_ = 0x7ffe07ed5db7 "\a", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 1, 504403158687902720}}}}}, , 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 = 0x18714728 , custom_settings_map = {}}, } 2025-10-03 18:04:16 startup_watch = {start_ns = 239246715599, stop_ns = , clock_type = 4, is_running = false} 2025-10-03 18:04:16 uncompressed_cache_size_ratio = 2025-10-03 18:04:16 tasks_stats_provider = 2025-10-03 18:04:16 libhdfs3_conf = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x18559600 "\340\225U\030", __size_ = 0, __cap_ = 396154048, __is_long_ = 0}, __s = {__data_ = "\000\226U\030", '\000' , "\300Ԝ\027\000\000", __padding_ = 0x7ffe07ed46b7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {408262144, 0, 396154048}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 servers_to_start_before_tables = {__begin_ = 0x7fc018312dc0, __end_ = 0x7fc018312e60, __end_cap_ = {> = {__value_ = 0x7fc018312e60}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:04:16 filesystem_caches_path = {static preferred_separator = 47 '/', __pn_ = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc018596cd0 "/tmp/filesystem_caches/", __size_ = 23, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\320lY\030\300\177\000\000\027\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7ffe07ed4647 "\200\200Ԝ\027", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140463018962128, 23, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}} 2025-10-03 18:04:16 physical_server_memory = 2025-10-03 18:04:16 oom_score = 2025-10-03 18:04:16 max_cache_size = 2025-10-03 18:04:16 mark_cache_size_ratio = 2025-10-03 18:04:16 mmap_cache_size = 2025-10-03 18:04:16 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 18:04:16 extra_paths = {__begin_ = 0x7fc253122360, __end_ = 0x7fc253122378, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x7fc253122378}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }} 2025-10-03 18:04:16 scope_exit2043 = {static is_nullable = , function = {log = @0x7ffe07ed42d8, this = 0x7ffe07ed7110}} 2025-10-03 18:04:16 uncompressed_cache_size = 8589934592 2025-10-03 18:04:16 index_mark_cache_size = 2025-10-03 18:04:16 shared_context = {shared = {__ptr_ = {> = {__value_ = 0x7fc2544bb000}, , 1, true>> = {> = {}, }, }}} 2025-10-03 18:04:16 path = {static preferred_separator = 47 '/', __pn_ = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x2f6264 "\005\n\236\f", __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "db/", '\000' , __padding_ = 0x7ffe07ed4767 "\003", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {3105380, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}} 2025-10-03 18:04:16 index_mark_cache_policy = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55524c53 , __size_ = 140472616071296, __cap_ = 353673043364655232, __is_long_ = 0}, __s = {__data_ = "SLRU\000\000\000\000\200\260aT\302\177\000\000\200\260aT\302", , __padding_ = 0x7ffe07ed4727 "\004/workspace/clickhouse", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {1431456851, 140472616071296, 353673043364655232}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 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_ = 0x7ffe07ed48d7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 has_trace_collector = true 2025-10-03 18:04:16 max_database_replicated_create_table_thread_pool_size = 2025-10-03 18:04:16 status = { = { = {}, }, static write_pid = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0xc80d7e0 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x18715618 >(std::__1::integral_constant)::__policy_>}}, static write_full_info = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0xc80d820 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x18715648 >(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_ = 0x7ffe07ed54ef "\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_ = 0xc80d820 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x18715648 >(std::__1::integral_constant)::__policy_>}}, fd = 23} 2025-10-03 18:04:16 mark_cache_policy = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x34362d0055524c53 , __size_ = 215527420718, __cap_ = 353673043364661248, __is_long_ = 0}, __s = {__data_ = "SLRU\000-64.so.2\000\000\000\000\310aT\302", , __padding_ = 0x7ffe07ed4627 "\004`Ԝ\027", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {3762244018169334867, 215527420718, 353673043364661248}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 index_mark_cache_size_ratio = 2025-10-03 18:04:16 query_cache_max_entries = 2025-10-03 18:04:16 log = 0x7fc25444c5c0 2025-10-03 18:04:16 path_str = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x2f6264 "\005\n\236\f", __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "db/", '\000' , __padding_ = 0x7ffe07ed493f "\003\300-1\030\300\177", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {3105380, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 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_ = 0x7ffe07ed473f "\025", __size_ = 21 '\025', __is_long_ = 0 '\000'}, __r = {__words = {7021238724389205807, 7738144498994079075, 1513209910525259624}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 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_ = 0x7ffe07ed48f7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 main_config_reloader = {__ptr_ = {> = {__value_ = 0x7fc2538b8200}, , 1, true>> = {> = {}, }, }} 2025-10-03 18:04:16 listen_hosts = {__begin_ = 0x7fc067ebbfc0, __end_ = 0x7fc067ebbfd8, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x7fc067ebbfd8}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }} 2025-10-03 18:04:16 listen_try = false 2025-10-03 18:04:16 dns_cache_updater = {__ptr_ = {> = {__value_ = 0x7fc018596d60}, , 1, true>> = {> = {}, }, }} 2025-10-03 18:04:16 default_database = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 54832, __cap_ = 504403158666585213, __is_long_ = 0}, __s = {__data_ = "default\0000\326\000\000\000\000\000\000}$\350\027\000\000", __padding_ = 0x7ffe07ed45e7 "\a\340\226U\030", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 54832, 504403158666585213}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 18:04:16 default_oom_score = 555 2025-10-03 18:04:16 mark_cache_size = 2025-10-03 18:04:16 has_zookeeper = true 2025-10-03 18:04:16 main_config_zk_changed_event = {__ptr_ = 0x7fc254598818, __cntrl_ = 0x7fc254598800} 2025-10-03 18:04:16 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_ = 0x7ffe07ed525f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _minCapacity = 3, _maxCapacity = 4096, _idleTime = 60, _serial = 4, _age = 8, _stackSize = 0, _globalProfilerRealTimePeriodNs = 0, _globalProfilerCPUTimePeriodNs = 0, _threads = {__begin_ = 0x7fc2545a0fc0, __end_ = 0x7fc2545a0fe0, __end_cap_ = {> = {__value_ = 0x7fc2545a0fe0}, , 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 18:04:16 servers = {__begin_ = 0x7fbfe3829400, __end_ = 0x7fbfe3829590, __end_cap_ = {> = {__value_ = 0x7fbfe3829680}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:04:16 error_handler = { = {_vptr$ErrorHandler = 0x18710240 , static _pHandler = 0x190b32d0 , 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_ = 0x7fc253118cc0, __cntrl_ = 0x0}, trace_log = {__ptr_ = 0x7fc253118d80, __cntrl_ = 0x0}} 2025-10-03 18:04:16 interserver_tags = 2025-10-03 18:04:16 #7 0x000000001654a446 in Poco::Util::Application::run (this=0x7ffe07ed7110) at /build/base/poco/Util/src/Application.cpp:315 2025-10-03 18:04:16 rc = 70 2025-10-03 18:04:16 exc = 2025-10-03 18:04:16 exc = 2025-10-03 18:04:16 #8 0x000000000c7c0ee2 in DB::Server::run (this=0x7ffe07ed7110) at /build/programs/server/Server.cpp:396 2025-10-03 18:04:16 No locals. 2025-10-03 18:04:16 #9 0x000000000c7bea93 in mainEntryClickHouseServer (argc=10, argv=0x7fc254437990) at /build/programs/server/Server.cpp:202 2025-10-03 18:04:16 app = { = { = { = { = { = {_vptr$RefCountedObject = 0x18714090 , _counter = {> = {> = {__a_ = {> = {__a_value = 1}, }, static is_always_lock_free = }, }, }}, }, _pConfig = {_ptr = 0x7fc254416a00}, _subsystems = {__begin_ = 0x7fc25440b1c0, __end_ = 0x7fc25440b1c8, __end_cap_ = {*, 0, false>> = {__value_ = 0x7fc25440b1c8}, >, 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_ = 0x7ffe07ed715f "\021", __size_ = 17 '\021', __is_long_ = 0 '\000'}, __r = {__words = {8462097035291094115, 7311156825132197235, 1224979098644775026}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _argv = {__begin_ = 0x7fc25442fe00, __end_ = 0x7fc25442fef0, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x7fc25442fef0}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }}, _unprocessedArgs = {__begin_ = 0x7fc25442d900, __end_ = 0x7fc25442d960, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x7fc25442d9f0}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }}, _options = {_options = {__begin_ = 0x7fc2544c7c00, __end_ = 0x7fc2544c8278, __end_cap_ = {> = {__value_ = 0x7fc2544c8780}, , 1, true>> = {> = { >> = {}, }, }, }}}, _unixOptions = true, _pLogger = 0x7fc25444c5c0, _startTime = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759505762503346}, _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_ = 0x7ffe07ed71df "\vHAq\030", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {7021238724389205807, 3106147, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, static _pInstance = 0x7ffe07ed7110}, }, = {_vptr$Loggers = 0x18714148 , log_file = {_ptr = 0x7fc254447300}, 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_ = 0 '\000', __val_ = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc254447400 "\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_ = "\000tDT\302\177\000\000\364\000\000\000\000\000\000\000\000\001\000\000\000\000", __padding_ = 0x7ffe07ed7217 "\200\001\326\340\027", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140472614155264, 244, 9223372036854776064}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, split = {_ptr = 0x7fc253830ba0}}, static DEFAULT_GRAPHITE_CONFIG_NAME = , pid_file = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = { = { = {}, }, static write_pid = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0xc80d7e0 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x18715618 >(std::__1::integral_constant)::__policy_>}}, static write_full_info = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0xc80d820 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x18715648 >(std::__1::integral_constant)::__policy_>}}, path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc254431fe0 "/var/run/clickhouse-server/clickhouse-server.pid", __size_ = 48, __cap_ = 96, __is_long_ = 1}, __s = {__data_ = "\340\037CT\302\177\000\0000\000\000\000\000\000\000\000`\000\000\000\000\000", __padding_ = 0x7ffe07ed723f "\200", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140472614068192, 48, 9223372036854775904}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, fill = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0xc80d7e0 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x18715618 >(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 = 0x7fc254514540}, static _currentThreadHolder = {_key = 3}, _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_ = 0x7fc255003123 "", __size_ = 140472637201168, __cap_ = 144255660713056224, __is_long_ = 0}, __s = {__data_ = "#1\000U\302\177\000\000\020\033\244U\302\177\000\000\340\027\244U\302\177", __padding_ = 0x7ffe07ed72b7 "\002", __size_ = 2 '\002', __is_long_ = 0 '\000'}, __r = {__words = {140472626458915, 140472637201168, 144255660713056224}}}}}, , 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_ = 0x7fc25444eb60}, , 1, true>> = {> = {}, }, }}, graphite_writers = {__tree_ = {__begin_node_ = 0x7ffe07ed7358, __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_ = 0x7ffe07ed73df "\r", __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {7594879246291395172, 465693060711, 936748722493063168}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, loaded_config = {configuration = {_ptr = 0x7fc2544e4500}, has_zk_includes = false, loaded_from_preprocessed = false, preprocessed_xml = {_ptr = 0x7fc2544d80a0}, 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_ = 0x7ffe07ed740f "\r", __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {7594879246291395172, 465693060711, 936748722493063168}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}}, last_configuration = 0x7fc254417e00, build_id = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc253818200 "978B13F27750C76FB03A2683186050F8211C774F", __size_ = 40, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\000\202\201S\302\177\000\000(\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7ffe07ed742f "\200\240\201\201S\302\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140472601379328, 40, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, git_hash = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc2538181a0 "58ccaba4aae955c387fd0dc157136cfd8ed1c0b0", __size_ = 40, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\240\201\201S\302\177\000\000(\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7ffe07ed7447 "\200@\201\201S\302\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140472601379232, 40, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, stored_binary_hash = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc253818140 "D497F39074E9C07A2D1BD82B6557F33D", __size_ = 32, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "@\201\201S\302\177\000\000 \000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7ffe07ed745f "\200\001\377\377\377\377\377\377\177\212{\355\a\376\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140472601379136, 32, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, should_setup_watchdog = true, argv0 = 0x7ffe07ed7b8a "clickhouse-server"}, = {_vptr$IServer = 0x18714170 }, global_context = {__ptr_ = 0x7fc2544f1200, __cntrl_ = 0x7fc2545a0fe0}, latest_config = {_ptr = 0x7fc2531b1f00}} 2025-10-03 18:04:16 #10 0x0000000007008c6b in main (argc_=10, argv_=) at /build/programs/main.cpp:248 2025-10-03 18:04:16 argv = {__begin_ = 0x7fc254437990, __end_ = 0x7fc2544379e0, __end_cap_ = {> = {__value_ = 0x7fc2544379e0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 18:04:16 main_func = 0xc7be9c0 2025-10-03 18:04:16 exit_code = 2025-10-03 18:04:16 scope_exit198 = 2025-10-03 18:04:16 rax 0x0 0 2025-10-03 18:04:16 rbx 0x7fc13cffe640 140467928819264 2025-10-03 18:04:16 rcx 0x7fc255bd39fc 140472638847484 2025-10-03 18:04:16 rdx 0x6 6 2025-10-03 18:04:16 rsi 0xb0 176 2025-10-03 18:04:16 rdi 0xa9 169 2025-10-03 18:04:16 rbp 0xb0 0xb0 2025-10-03 18:04:16 rsp 0x7fc13cfeb9b0 0x7fc13cfeb9b0 2025-10-03 18:04:16 r8 0x7fc13cfeba80 140467928742528 2025-10-03 18:04:16 r9 0xe0398e0e18 963038285336 2025-10-03 18:04:16 r10 0x8 8 2025-10-03 18:04:16 r11 0x246 582 2025-10-03 18:04:16 r12 0x6 6 2025-10-03 18:04:16 r13 0x16 22 2025-10-03 18:04:16 r14 0x7fc13cfebc10 140467928742928 2025-10-03 18:04:16 r15 0xfd9bc2 16620482 2025-10-03 18:04:16 rip 0x7fc255bd39fc 0x7fc255bd39fc 2025-10-03 18:04:16 eflags 0x246 [ PF ZF IF ] 2025-10-03 18:04:16 cs 0x33 51 2025-10-03 18:04:16 ss 0x2b 43 2025-10-03 18:04:16 ds 0x0 0 2025-10-03 18:04:16 es 0x0 0 2025-10-03 18:04:16 fs 0x0 0 2025-10-03 18:04:16 gs 0x0 0 2025-10-03 18:04:16 fs_base 0x7fc13cffe640 140467928819264 2025-10-03 18:04:16 gs_base 0x0 0 2025-10-03 18:04:16 Dump of assembler code for function pthread_kill: 2025-10-03 18:04:16 0x00007fc255bd38d0 <+0>: endbr64 2025-10-03 18:04:16 0x00007fc255bd38d4 <+4>: push %r14 2025-10-03 18:04:16 0x00007fc255bd38d6 <+6>: lea -0x20(%rsi),%edx 2025-10-03 18:04:16 0x00007fc255bd38d9 <+9>: push %r13 2025-10-03 18:04:16 0x00007fc255bd38db <+11>: mov $0x16,%r13d 2025-10-03 18:04:16 0x00007fc255bd38e1 <+17>: push %r12 2025-10-03 18:04:16 0x00007fc255bd38e3 <+19>: push %rbp 2025-10-03 18:04:16 0x00007fc255bd38e4 <+20>: push %rbx 2025-10-03 18:04:16 0x00007fc255bd38e5 <+21>: sub $0x90,%rsp 2025-10-03 18:04:16 0x00007fc255bd38ec <+28>: mov %fs:0x28,%rax 2025-10-03 18:04:16 0x00007fc255bd38f5 <+37>: mov %rax,0x88(%rsp) 2025-10-03 18:04:16 0x00007fc255bd38fd <+45>: xor %eax,%eax 2025-10-03 18:04:16 0x00007fc255bd38ff <+47>: cmp $0x1,%edx 2025-10-03 18:04:16 0x00007fc255bd3902 <+50>: jbe 0x7fc255bd3982 2025-10-03 18:04:16 0x00007fc255bd3904 <+52>: mov %rdi,%rbx 2025-10-03 18:04:16 0x00007fc255bd3907 <+55>: mov %esi,%r12d 2025-10-03 18:04:16 0x00007fc255bd390a <+58>: cmp %fs:0x10,%rdi 2025-10-03 18:04:16 0x00007fc255bd3913 <+67>: je 0x7fc255bd39e0 2025-10-03 18:04:16 0x00007fc255bd3919 <+73>: mov %rsp,%r14 2025-10-03 18:04:16 0x00007fc255bd391c <+76>: mov $0x8,%r10d 2025-10-03 18:04:16 0x00007fc255bd3922 <+82>: xor %edi,%edi 2025-10-03 18:04:16 0x00007fc255bd3924 <+84>: mov $0xe,%eax 2025-10-03 18:04:16 0x00007fc255bd3929 <+89>: mov %r14,%rdx 2025-10-03 18:04:16 0x00007fc255bd392c <+92>: lea 0x13c12d(%rip),%rsi # 0x7fc255d0fa60 2025-10-03 18:04:16 0x00007fc255bd3933 <+99>: syscall 2025-10-03 18:04:16 0x00007fc255bd3935 <+101>: xor %eax,%eax 2025-10-03 18:04:16 0x00007fc255bd3937 <+103>: lea 0x974(%rbx),%rbp 2025-10-03 18:04:16 0x00007fc255bd393e <+110>: mov $0x1,%edx 2025-10-03 18:04:16 0x00007fc255bd3943 <+115>: lock cmpxchg %edx,0x0(%rbp) 2025-10-03 18:04:16 0x00007fc255bd3948 <+120>: jne 0x7fc255bd3a18 2025-10-03 18:04:16 0x00007fc255bd394e <+126>: cmpb $0x0,0x973(%rbx) 2025-10-03 18:04:16 0x00007fc255bd3955 <+133>: je 0x7fc255bd39b0 2025-10-03 18:04:16 0x00007fc255bd3957 <+135>: xor %r13d,%r13d 2025-10-03 18:04:16 0x00007fc255bd395a <+138>: xor %edx,%edx 2025-10-03 18:04:16 0x00007fc255bd395c <+140>: xchg %edx,0x974(%rbx) 2025-10-03 18:04:16 0x00007fc255bd3962 <+146>: cmp $0x1,%edx 2025-10-03 18:04:16 0x00007fc255bd3965 <+149>: jg 0x7fc255bd3a28 2025-10-03 18:04:16 0x00007fc255bd396b <+155>: mov $0x8,%r10d 2025-10-03 18:04:16 0x00007fc255bd3971 <+161>: xor %edx,%edx 2025-10-03 18:04:16 0x00007fc255bd3973 <+163>: mov %r14,%rsi 2025-10-03 18:04:16 0x00007fc255bd3976 <+166>: mov $0x2,%edi 2025-10-03 18:04:16 0x00007fc255bd397b <+171>: mov $0xe,%eax 2025-10-03 18:04:16 0x00007fc255bd3980 <+176>: syscall 2025-10-03 18:04:16 0x00007fc255bd3982 <+178>: mov 0x88(%rsp),%rax 2025-10-03 18:04:16 0x00007fc255bd398a <+186>: sub %fs:0x28,%rax 2025-10-03 18:04:16 0x00007fc255bd3993 <+195>: jne 0x7fc255bd3a35 2025-10-03 18:04:16 0x00007fc255bd3999 <+201>: add $0x90,%rsp 2025-10-03 18:04:16 0x00007fc255bd39a0 <+208>: mov %r13d,%eax 2025-10-03 18:04:16 0x00007fc255bd39a3 <+211>: pop %rbx 2025-10-03 18:04:16 0x00007fc255bd39a4 <+212>: pop %rbp 2025-10-03 18:04:16 0x00007fc255bd39a5 <+213>: pop %r12 2025-10-03 18:04:16 0x00007fc255bd39a7 <+215>: pop %r13 2025-10-03 18:04:16 0x00007fc255bd39a9 <+217>: pop %r14 2025-10-03 18:04:16 0x00007fc255bd39ab <+219>: ret 2025-10-03 18:04:16 0x00007fc255bd39ac <+220>: nopl 0x0(%rax) 2025-10-03 18:04:16 0x00007fc255bd39b0 <+224>: mov 0x2d0(%rbx),%r13d 2025-10-03 18:04:16 0x00007fc255bd39b7 <+231>: call 0x7fc255c29040 2025-10-03 18:04:16 0x00007fc255bd39bc <+236>: mov %r12d,%edx 2025-10-03 18:04:16 0x00007fc255bd39bf <+239>: mov %eax,%edi 2025-10-03 18:04:16 0x00007fc255bd39c1 <+241>: mov %r13d,%esi 2025-10-03 18:04:16 0x00007fc255bd39c4 <+244>: mov $0xea,%eax 2025-10-03 18:04:16 0x00007fc255bd39c9 <+249>: syscall 2025-10-03 18:04:16 0x00007fc255bd39cb <+251>: cmp $0xfffff000,%eax 2025-10-03 18:04:16 0x00007fc255bd39d0 <+256>: jbe 0x7fc255bd3957 2025-10-03 18:04:16 0x00007fc255bd39d2 <+258>: mov %eax,%r13d 2025-10-03 18:04:16 0x00007fc255bd39d5 <+261>: neg %r13d 2025-10-03 18:04:16 0x00007fc255bd39d8 <+264>: jmp 0x7fc255bd395a 2025-10-03 18:04:16 0x00007fc255bd39da <+266>: nopw 0x0(%rax,%rax,1) 2025-10-03 18:04:16 0x00007fc255bd39e0 <+272>: mov $0xba,%eax 2025-10-03 18:04:16 0x00007fc255bd39e5 <+277>: syscall 2025-10-03 18:04:16 0x00007fc255bd39e7 <+279>: mov %eax,%ebp 2025-10-03 18:04:16 0x00007fc255bd39e9 <+281>: call 0x7fc255c29040 2025-10-03 18:04:16 0x00007fc255bd39ee <+286>: mov %r12d,%edx 2025-10-03 18:04:16 0x00007fc255bd39f1 <+289>: mov %ebp,%esi 2025-10-03 18:04:16 0x00007fc255bd39f3 <+291>: mov %eax,%edi 2025-10-03 18:04:16 0x00007fc255bd39f5 <+293>: mov $0xea,%eax 2025-10-03 18:04:16 0x00007fc255bd39fa <+298>: syscall 2025-10-03 18:04:16 => 0x00007fc255bd39fc <+300>: mov %eax,%r13d 2025-10-03 18:04:16 0x00007fc255bd39ff <+303>: neg %r13d 2025-10-03 18:04:16 0x00007fc255bd3a02 <+306>: cmp $0xfffff000,%eax 2025-10-03 18:04:16 0x00007fc255bd3a07 <+311>: mov $0x0,%eax 2025-10-03 18:04:16 0x00007fc255bd3a0c <+316>: cmovbe %eax,%r13d 2025-10-03 18:04:16 0x00007fc255bd3a10 <+320>: jmp 0x7fc255bd3982 2025-10-03 18:04:16 0x00007fc255bd3a15 <+325>: nopl (%rax) 2025-10-03 18:04:16 0x00007fc255bd3a18 <+328>: mov %rbp,%rdi 2025-10-03 18:04:16 0x00007fc255bd3a1b <+331>: call 0x7fc255bce230 <__lll_lock_wait_private> 2025-10-03 18:04:16 0x00007fc255bd3a20 <+336>: jmp 0x7fc255bd394e 2025-10-03 18:04:16 0x00007fc255bd3a25 <+341>: nopl (%rax) 2025-10-03 18:04:16 0x00007fc255bd3a28 <+344>: mov %rbp,%rdi 2025-10-03 18:04:16 0x00007fc255bd3a2b <+347>: call 0x7fc255bce300 <__lll_lock_wake_private> 2025-10-03 18:04:16 0x00007fc255bd3a30 <+352>: jmp 0x7fc255bd396b 2025-10-03 18:04:16 0x00007fc255bd3a35 <+357>: call 0x7fc255c73550 <__stack_chk_fail> 2025-10-03 18:04:16 End of assembler dump. 2025-10-03 18:04:16 #1 0x00007fc255b7f476 in raise () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:04:16 Dump of assembler code for function raise: 2025-10-03 18:04:16 0x00007fc255b7f460 <+0>: endbr64 2025-10-03 18:04:16 0x00007fc255b7f464 <+4>: push %rbp 2025-10-03 18:04:16 0x00007fc255b7f465 <+5>: mov %edi,%ebp 2025-10-03 18:04:16 0x00007fc255b7f467 <+7>: call 0x7fc255bd8510 2025-10-03 18:04:16 0x00007fc255b7f46c <+12>: mov %ebp,%esi 2025-10-03 18:04:16 0x00007fc255b7f46e <+14>: mov %rax,%rdi 2025-10-03 18:04:16 0x00007fc255b7f471 <+17>: call 0x7fc255bd38d0 2025-10-03 18:04:16 => 0x00007fc255b7f476 <+22>: test %eax,%eax 2025-10-03 18:04:16 0x00007fc255b7f478 <+24>: jne 0x7fc255b7f480 2025-10-03 18:04:16 0x00007fc255b7f47a <+26>: pop %rbp 2025-10-03 18:04:16 0x00007fc255b7f47b <+27>: ret 2025-10-03 18:04:16 0x00007fc255b7f47c <+28>: nopl 0x0(%rax) 2025-10-03 18:04:16 0x00007fc255b7f480 <+32>: mov 0x1d7989(%rip),%rdx # 0x7fc255d56e10 2025-10-03 18:04:16 0x00007fc255b7f487 <+39>: mov %eax,%fs:(%rdx) 2025-10-03 18:04:16 0x00007fc255b7f48a <+42>: mov $0xffffffff,%eax 2025-10-03 18:04:16 0x00007fc255b7f48f <+47>: pop %rbp 2025-10-03 18:04:16 0x00007fc255b7f490 <+48>: ret 2025-10-03 18:04:16 End of assembler dump. 2025-10-03 18:04:16 #2 0x00007fc255b657f3 in abort () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 18:04:16 Dump of assembler code for function abort: 2025-10-03 18:04:16 0x00007fc255b65720 <+0>: endbr64 2025-10-03 18:04:16 0x00007fc255b65724 <+4>: push %rbp 2025-10-03 18:04:16 0x00007fc255b65725 <+5>: lea 0x1f3764(%rip),%rbp # 0x7fc255d58e90 2025-10-03 18:04:16 0x00007fc255b6572c <+12>: push %rbx 2025-10-03 18:04:16 0x00007fc255b6572d <+13>: sub $0x128,%rsp 2025-10-03 18:04:16 0x00007fc255b65734 <+20>: mov %fs:0x28,%rax 2025-10-03 18:04:16 0x00007fc255b6573d <+29>: mov %rax,0x118(%rsp) 2025-10-03 18:04:16 0x00007fc255b65745 <+37>: xor %eax,%eax 2025-10-03 18:04:16 0x00007fc255b65747 <+39>: mov %fs:0x10,%rbx 2025-10-03 18:04:16 0x00007fc255b65750 <+48>: cmp %rbx,0x1f3741(%rip) # 0x7fc255d58e98 2025-10-03 18:04:16 0x00007fc255b65757 <+55>: je 0x7fc255b65777 2025-10-03 18:04:16 0x00007fc255b65759 <+57>: mov $0x1,%edx 2025-10-03 18:04:16 0x00007fc255b6575e <+62>: lock cmpxchg %edx,0x1f372a(%rip) # 0x7fc255d58e90 2025-10-03 18:04:16 0x00007fc255b65766 <+70>: je 0x7fc255b65770 2025-10-03 18:04:16 0x00007fc255b65768 <+72>: mov %rbp,%rdi 2025-10-03 18:04:16 0x00007fc255b6576b <+75>: call 0x7fc255bce230 <__lll_lock_wait_private> 2025-10-03 18:04:16 0x00007fc255b65770 <+80>: mov %rbx,0x1f3721(%rip) # 0x7fc255d58e98 2025-10-03 18:04:16 0x00007fc255b65777 <+87>: incl 0x1f3717(%rip) # 0x7fc255d58e94 2025-10-03 18:04:16 0x00007fc255b6577d <+93>: cmpl $0x0,0x1f371c(%rip) # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b65784 <+100>: jne 0x7fc255b657a7 2025-10-03 18:04:16 0x00007fc255b65786 <+102>: mov %rsp,%rsi 2025-10-03 18:04:16 0x00007fc255b65789 <+105>: xor %edx,%edx 2025-10-03 18:04:16 0x00007fc255b6578b <+107>: mov $0x1,%edi 2025-10-03 18:04:16 0x00007fc255b65790 <+112>: movl $0x1,0x1f3706(%rip) # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b6579a <+122>: movq $0x20,(%rsp) 2025-10-03 18:04:16 0x00007fc255b657a2 <+130>: call 0x7fc255b7f710 2025-10-03 18:04:16 0x00007fc255b657a7 <+135>: mov 0x1f36f3(%rip),%eax # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b657ad <+141>: cmp $0x1,%eax 2025-10-03 18:04:16 0x00007fc255b657b0 <+144>: jne 0x7fc255b6582d 2025-10-03 18:04:16 0x00007fc255b657b2 <+146>: movl $0x0,0x1f36e4(%rip) # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b657bc <+156>: mov 0x1f36d2(%rip),%eax # 0x7fc255d58e94 2025-10-03 18:04:16 0x00007fc255b657c2 <+162>: dec %eax 2025-10-03 18:04:16 0x00007fc255b657c4 <+164>: mov %eax,0x1f36ca(%rip) # 0x7fc255d58e94 2025-10-03 18:04:16 0x00007fc255b657ca <+170>: jne 0x7fc255b657e9 2025-10-03 18:04:16 0x00007fc255b657cc <+172>: movq $0x0,0x1f36c1(%rip) # 0x7fc255d58e98 2025-10-03 18:04:16 0x00007fc255b657d7 <+183>: xchg %eax,0x1f36b3(%rip) # 0x7fc255d58e90 2025-10-03 18:04:16 0x00007fc255b657dd <+189>: dec %eax 2025-10-03 18:04:16 0x00007fc255b657df <+191>: jle 0x7fc255b657e9 2025-10-03 18:04:16 0x00007fc255b657e1 <+193>: mov %rbp,%rdi 2025-10-03 18:04:16 0x00007fc255b657e4 <+196>: call 0x7fc255bce300 <__lll_lock_wake_private> 2025-10-03 18:04:16 0x00007fc255b657e9 <+201>: mov $0x6,%edi 2025-10-03 18:04:16 0x00007fc255b657ee <+206>: call 0x7fc255b7f460 2025-10-03 18:04:16 => 0x00007fc255b657f3 <+211>: mov %fs:0x10,%rbx 2025-10-03 18:04:16 0x00007fc255b657fc <+220>: cmp %rbx,0x1f3695(%rip) # 0x7fc255d58e98 2025-10-03 18:04:16 0x00007fc255b65803 <+227>: je 0x7fc255b65825 2025-10-03 18:04:16 0x00007fc255b65805 <+229>: xor %eax,%eax 2025-10-03 18:04:16 0x00007fc255b65807 <+231>: mov $0x1,%edx 2025-10-03 18:04:16 0x00007fc255b6580c <+236>: lock cmpxchg %edx,0x1f367c(%rip) # 0x7fc255d58e90 2025-10-03 18:04:16 0x00007fc255b65814 <+244>: je 0x7fc255b6581e 2025-10-03 18:04:16 0x00007fc255b65816 <+246>: mov %rbp,%rdi 2025-10-03 18:04:16 0x00007fc255b65819 <+249>: call 0x7fc255bce230 <__lll_lock_wait_private> 2025-10-03 18:04:16 0x00007fc255b6581e <+254>: mov %rbx,0x1f3673(%rip) # 0x7fc255d58e98 2025-10-03 18:04:16 0x00007fc255b65825 <+261>: incl 0x1f3669(%rip) # 0x7fc255d58e94 2025-10-03 18:04:16 0x00007fc255b6582b <+267>: jmp 0x7fc255b65832 2025-10-03 18:04:16 0x00007fc255b6582d <+269>: cmp $0x2,%eax 2025-10-03 18:04:16 0x00007fc255b65830 <+272>: jne 0x7fc255b65868 2025-10-03 18:04:16 0x00007fc255b65832 <+274>: lea 0x80(%rsp),%rsi 2025-10-03 18:04:16 0x00007fc255b6583a <+282>: mov $0x26,%ecx 2025-10-03 18:04:16 0x00007fc255b6583f <+287>: xor %eax,%eax 2025-10-03 18:04:16 0x00007fc255b65841 <+289>: xor %edx,%edx 2025-10-03 18:04:16 0x00007fc255b65843 <+291>: movl $0x3,0x1f3653(%rip) # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b6584d <+301>: mov %rsi,%rdi 2025-10-03 18:04:16 0x00007fc255b65850 <+304>: rep stos %eax,%es:(%rdi) 2025-10-03 18:04:16 0x00007fc255b65852 <+306>: mov $0x6,%edi 2025-10-03 18:04:16 0x00007fc255b65857 <+311>: movq $0xffffffffffffffff,0x88(%rsp) 2025-10-03 18:04:16 0x00007fc255b65863 <+323>: call 0x7fc255b7f4d0 2025-10-03 18:04:16 0x00007fc255b65868 <+328>: cmpl $0x3,0x1f3631(%rip) # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b6586f <+335>: jne 0x7fc255b65885 2025-10-03 18:04:16 0x00007fc255b65871 <+337>: movl $0x4,0x1f3625(%rip) # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b6587b <+347>: mov $0x6,%edi 2025-10-03 18:04:16 0x00007fc255b65880 <+352>: call 0x7fc255b7f460 2025-10-03 18:04:16 0x00007fc255b65885 <+357>: cmpl $0x4,0x1f3614(%rip) # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b6588c <+364>: jne 0x7fc255b65899 2025-10-03 18:04:16 0x00007fc255b6588e <+366>: movl $0x5,0x1f3608(%rip) # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b65898 <+376>: hlt 2025-10-03 18:04:16 0x00007fc255b65899 <+377>: cmpl $0x5,0x1f3600(%rip) # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b658a0 <+384>: jne 0x7fc255b658b6 2025-10-03 18:04:16 0x00007fc255b658a2 <+386>: movl $0x6,0x1f35f4(%rip) # 0x7fc255d58ea0 2025-10-03 18:04:16 0x00007fc255b658ac <+396>: mov $0x7f,%edi 2025-10-03 18:04:16 0x00007fc255b658b1 <+401>: call 0x7fc255c27c00 <_exit> 2025-10-03 18:04:16 0x00007fc255b658b6 <+406>: hlt 2025-10-03 18:04:16 0x00007fc255b658b7 <+407>: jmp 0x7fc255b658b6 2025-10-03 18:04:16 End of assembler dump. 2025-10-03 18:04:16 $1 = "done" 2025-10-03 18:04:16 [Inferior 1 (process 169) detached] 2025-10-03 18:04:24 + fuzzer_exit_code=210 2025-10-03 18:04:24 + echo 'Fuzzer exit code is 210' 2025-10-03 18:04:24 Fuzzer exit code is 210 2025-10-03 18:04:24 + for _ in {1..100} 2025-10-03 18:04:24 + clickhouse-client --query 'SELECT 1' 2025-10-03 18:04:24 + grep -F TOO_MANY_SIMULTANEOUS_QUERIES err 2025-10-03 18:04:24 + echo 'Server live check returns 1' 2025-10-03 18:04:24 Server live check returns 1 2025-10-03 18:04:24 + cat err 2025-10-03 18:04:24 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-10-03 18:04:24 2025-10-03 18:04:24 + server_died=1 2025-10-03 18:04:24 + break 2025-10-03 18:04:24 + server_exit_code=0 2025-10-03 18:04:24 + wait 169 2025-10-03 18:04:24 + stop_server 2025-10-03 18:04:24 ch/docker/test/fuzzer/run-fuzzer.sh: line 328: wait: pid 169 is not a child of this shell 2025-10-03 18:04:24 + server_exit_code=127 2025-10-03 18:04:24 + echo 'Server exit code is 127' 2025-10-03 18:04:24 Server exit code is 127 2025-10-03 18:04:24 + task_exit_code=210 2025-10-03 18:04:24 + clickhouse-client --query 'select elapsed, query from system.processes' 2025-10-03 18:04:24 + '[' 1 == 1 ']' 2025-10-03 18:04:24 + 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 18:04:24 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-10-03 18:04:24 2025-10-03 18:04:24 + : 2025-10-03 18:04:24 + clickhouse stop 2025-10-03 18:04:24 /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 169. 2025-10-03 18:04:24 The process with pid = 169 does not exist. 2025-10-03 18:04:24 + date 2025-10-03 18:04:24 Fri Oct 3 06:04:24 PM CEST 2025 2025-10-03 18:04:24 + sleep 10 2025-10-03 18:04:24 ++ clickhouse-local --query 'SELECT value LIKE '\''%-fsanitize=%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' 2025-10-03 18:04:24 + IS_SANITIZED=0 2025-10-03 18:04:24 + '[' 0 -eq 1 ']' 2025-10-03 18:04:24 + task_exit_code=210 2025-10-03 18:04:24 + echo failure 2025-10-03 18:04:24 + test -f core.TCPHandler.169-3005 2025-10-03 18:04:24 + zstd --threads=0 core.TCPHandler.169-3005 2025-10-03 18:04:28 Read : 0 / 12812 MB ==> 0% Read : 339 / 12812 MB ==> 0% Read : 860 / 12812 MB ==> 0% Read : 1407 / 12812 MB ==> 0% Read : 1937 / 12812 MB ==> 0% Read : 2483 / 12812 MB ==> 0% Read : 2994 / 12812 MB ==> 0% Read : 3531 / 12812 MB ==> 0% Read : 4088 / 12812 MB ==> 0% Read : 4643 / 12812 MB ==> 0% Read : 5191 / 12812 MB ==> 0% Read : 5703 / 12812 MB ==> 0% Read : 6224 / 12812 MB ==> 0% Read : 6791 / 12812 MB ==> 0% Read : 7327 / 12812 MB ==> 0% Read : 7889 / 12812 MB ==> 0% Read : 8439 / 12812 MB ==> 0% Read : 8990 / 12812 MB ==> 0% Read : 9549 / 12812 MB ==> 0% Read : 10102 / 12812 MB ==> 0% Read : 10649 / 12812 MB ==> 0% Read : 11202 / 12812 MB ==> 0% Read : 11762 / 12812 MB ==> 0% Read : 12311 / 12812 MB ==> 0% Read : 12808 / 12812 MB ==> 0% core.TCPHandler.169-3005 : 0.22% (13434363904 => 28895497 bytes, core.TCPHandler.169-3005.zst) 2025-10-03 18:04:28 + mv core.TCPHandler.169-3005.zst core.zst 2025-10-03 18:04:28 + dmesg -T 2025-10-03 18:04:28 + rg -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE 2025-10-03 18:04:28 + : 2025-10-03 18:04:28 2025-10-03 18:04:28 real 28m27.012s 2025-10-03 18:04:28 user 37m25.337s 2025-10-03 18:04:28 sys 5m30.664s 2025-10-03 18:04:28 + CORE_LINK= 2025-10-03 18:04:28 + '[' -f core.zst ']' 2025-10-03 18:04:28 + CORE_LINK='core.zst' 2025-10-03 18:04:28 + sed -n '//,/^$/p' server.log 2025-10-03 18:04:28 + awk '// || !/^20/' 2025-10-03 18:04:29 + FATAL_LINK= 2025-10-03 18:04:29 + '[' -s fatal.log ']' 2025-10-03 18:04:29 + FATAL_LINK='fatal.log' 2025-10-03 18:04:29 + dmesg -T 2025-10-03 18:04:29 + zstd --threads=0 --rm server.log 2025-10-03 18:04:29 Read : 0 / 285 MB ==> 0% server.log : 3.07% (299583972 => 9210759 bytes, server.log.zst) 2025-10-03 18:04:29 + zstd --threads=0 --rm fuzzer.log 2025-10-03 18:04:29 Read : 0 / 117 MB ==> 0% fuzzer.log : 1.66% (123435481 => 2053065 bytes, fuzzer.log.zst) 2025-10-03 18:04:29 + cat 2025-10-03 18:04:29 ++ cat status.txt 2025-10-03 18:04:29 ++ clickhouse-local --input-format RawBLOB --output-format RawBLOB --query 'SELECT encodeXMLComponent(*) FROM table' 2025-10-03 18:04:29 ++ clickhouse-local --input-format RawBLOB --output-format RawBLOB --query 'SELECT encodeXMLComponent(*) FROM table' 2025-10-03 18:04:29 + exit 210 2025-10-03 18:04:29 2025-10-03 18:04:29 real 29m36.149s 2025-10-03 18:04:29 user 37m33.781s 2025-10-03 18:04:29 sys 5m48.656s 2025-10-03 18:04:34 + jobs 2025-10-03 18:04:34 + pstree -aspgT 2025-10-03 18:04:34 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 18:04:34 |-run-fuzzer.sh,996,7 ch/docker/test/fuzzer/run-fuzzer.sh 2025-10-03 18:04:34 | `-pstree,1125,7 -aspgT 2025-10-03 18:04:34 |-tee,9,1 main.log 2025-10-03 18:04:34 `-ts,8,1 /usr/bin/ts %Y-%m-%d %H:%M:%S\011